summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-01 03:57:41 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2023-03-01 08:42:50 +0100
commita37cb6c668d0f9ae570883e3f4e8b4cd9e88d6ed (patch)
tree1dceb68f9b4b17bdf26aff968b60480e096b066c
parent42d60053aa9746ddb8c8306d0fd1f2fc24783149 (diff)
Bump once_cell from 1.16.0 to 1.17.1
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.16.0...v1.17.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cf5882a..b318477 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -505,9 +505,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "once_cell"
-version = "1.16.0"
+version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
+checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "os_str_bytes"
diff --git a/Cargo.toml b/Cargo.toml
index 791fcf7..aa8c4dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ libc = "0.2"
winapi = { version = "0.3", features = ["processthreadsapi", "minwindef", "winnt", "jobapi2", "tlhelp32", "handleapi"] }
[target.'cfg(all(windows, not(windows_process_extensions_main_thread_handle)))'.dependencies]
-once_cell = "1.16"
+once_cell = "1.17"
[target.'cfg(target_os="linux")'.dependencies]
nix = { version = "0.25.0", features = ["zerocopy"] }