diff --git a/Cargo.toml b/Cargo.toml index 99ff138..5010670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "2.0.17" serde = "1.0.228" x509-cert = "0.2.5" watchdog_rs = "*" -nix = { version = "0.30.1", features = ["mman"] } +nix = { version = "0.31.1", features = ["mman"] } rsproperties = { version = "0.2.2", features = ["builder"] } libsqlite3-sys = "0.36.0" rand = "0.9.2" diff --git a/injector/Cargo.toml b/injector/Cargo.toml index a2ccaec..bb4b52f 100644 --- a/injector/Cargo.toml +++ b/injector/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" libc = "0.2.177" log = "0.4.28" log4rs = "1.4.0" -nix = { version = "0.30.1", features = ["dir", "fs", "ptrace", "signal"] } +nix = { version = "0.31.1", features = ["dir", "fs", "ptrace", "signal"] } lsplt-rs = "2.1.5" anyhow = "1.0.100"