summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-15 07:57:08 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2023-03-15 09:14:46 +0100
commit9c514161ac3ee5bb56ee679b2abb548abea4fe53 (patch)
treeff50142ca73fc90d42c579b02e32be6a7f1dbead
parent1bd2b4c6e3e8bec553e3bd99f4d0a8afa5e42cf3 (diff)
Bump nix from 0.25.0 to 0.26.2
Bumps [nix](https://github.com/nix-rust/nix) from 0.25.0 to 0.26.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.25.0...v0.26.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b318477..1b679b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -393,25 +393,25 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memoffset"
-version = "0.6.5"
+version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
+checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg 1.1.0",
]
[[package]]
name = "nix"
-version = "0.25.0"
+version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
+checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
- "autocfg 1.1.0",
"bitflags",
"cfg-if",
"libc",
"memoffset",
"pin-utils",
+ "static_assertions",
]
[[package]]
@@ -830,6 +830,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
+name = "static_assertions"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
+
+[[package]]
name = "statistical"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index aa8c4dd..e5d8ca0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ winapi = { version = "0.3", features = ["processthreadsapi", "minwindef", "winnt
once_cell = "1.17"
[target.'cfg(target_os="linux")'.dependencies]
-nix = { version = "0.25.0", features = ["zerocopy"] }
+nix = { version = "0.26.2", features = ["zerocopy"] }
[dependencies.clap]
version = "4.0.18"