diff --git a/Cargo.lock b/Cargo.lock index 8af0d119..d34f55a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -737,14 +737,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ "bitflags 1.3.2", "cfg-if", "libc", - "static_assertions", ] [[package]] @@ -1177,12 +1176,6 @@ version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - [[package]] name = "std_prelude" version = "0.2.12" diff --git a/Cargo.toml b/Cargo.toml index 61552549..87f776f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ wait-timeout = "0.2.0" tempfile = "3.8.0" [target.'cfg(unix)'.dev-dependencies] -nix = { version = "0.26.2", default-features = false, features = ["term"] } +nix = { version = "0.26.4", default-features = false, features = ["term"] } [build-dependencies.clap] version = "4.4.6"