diff --git a/Cargo.lock b/Cargo.lock index 6b008015..f6c4b6b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2247,17 +2247,6 @@ dependencies = [ "libc", ] -[[package]] -name = "nix" -version = "0.27.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" -dependencies = [ - "bitflags 2.4.1", - "cfg-if", - "libc", -] - [[package]] name = "nix" version = "0.29.0" @@ -3269,7 +3258,7 @@ dependencies = [ "min-max", "more-asserts", "mut_static", - "nix 0.27.1", + "nix 0.29.0", "numtoa", "once_cell", "phf", diff --git a/Cargo.toml b/Cargo.toml index 7a938fb3..925658fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ memoffset = "0.9.1" min-max = "0.1.8" more-asserts = "0.3.1" mut_static = "5.0.0" -nix = "0.27.1" +nix = "0.29.0" numtoa = "0.2.4" # TODO: instead of `once_cell` crate, use `std::sync::OnceLock` when it becomes stable # TRACKING: https://github.com/rust-lang/rust/issues/74465