diff --git a/Cargo.toml b/Cargo.toml index 59c391fb..9de1745a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ smallvec = "1.6.1" async-trait = { version = "0.1", optional = true } tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread"], optional = true } zerocopy = { version = "0.8", features = ["derive"] } -nix = { version = "0.30.0", features = ["fs", "user", "poll", "socket", "uio", "mount", "process", "ioctl"] } +nix = { version = "0.31.0", features = ["fs", "user", "poll", "socket", "uio", "mount", "process", "ioctl"] } [dev-dependencies] env_logger = "0.11.7" @@ -46,7 +46,7 @@ clap = { version = "4.4", features = ["cargo", "derive"] } bincode = "1.3.1" serde = { version = "1.0.102", features = ["std", "derive"] } tempfile = "3.10.1" -nix = { version = "0.30.0", features = ["poll", "fs", "ioctl"] } +nix = { version = "0.31.0", features = ["poll", "fs", "ioctl"] } [build-dependencies] pkg-config = "0.3.14"