diff --git a/Cargo.lock b/Cargo.lock index bda7a0d..ac7a772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1370,9 +1370,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 4c8837e..a860f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ toml = "1.1" # dance does. Non-Linux builds compile the module's `Subscriber::new` to # a stub that returns `NetlinkError::Unsupported`. [target.'cfg(target_os = "linux")'.dependencies] -nix = { version = "0.30", default-features = false, features = ["socket", "net", "uio"] } +nix = { version = "0.31", default-features = false, features = ["socket", "net", "uio"] } [[bin]] name = "5spot-reclaim-agent"