diff --git a/Cargo.lock b/Cargo.lock index 9b7dec29..434e81e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -719,9 +719,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" +checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 79d81a8d..8995c6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ wait-timeout = "0.2.0" tempfile = "3.3.0" [target.'cfg(unix)'.dev-dependencies] -nix = { version = "0.26.1", default-features = false, features = ["term"] } +nix = { version = "0.26.2", default-features = false, features = ["term"] } [build-dependencies.clap] version = "4.0.2"