diff --git a/crates/runc-shim/Cargo.toml b/crates/runc-shim/Cargo.toml index 48d1b3f..dd7bb5e 100644 --- a/crates/runc-shim/Cargo.toml +++ b/crates/runc-shim/Cargo.toml @@ -24,7 +24,7 @@ async = ["containerd-shim/async", "runc/async", "tokio", "futures", "async-trait [dependencies] log = "0.4" -nix = "0.25" +nix = "0.26" libc = "0.2.95" time = { version = "0.3.7", features = ["serde", "std"] } serde = { version = "1.0.133", features = ["derive"] } diff --git a/crates/runc/Cargo.toml b/crates/runc/Cargo.toml index e9b0cf0..3e5fdcb 100644 --- a/crates/runc/Cargo.toml +++ b/crates/runc/Cargo.toml @@ -17,7 +17,7 @@ async = ["tokio", "async-trait", "futures", "tokio-pipe"] [dependencies] libc = "0.2.112" log = "0.4.14" -nix = "0.25" +nix = "0.26" oci-spec = "0.5.4" path-absolutize = "3.0.11" rand = "0.8.4" diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 85674b1..55fbf64 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -22,7 +22,7 @@ go-flag = "0.1.0" thiserror = "1.0" log = { version = "0.4", features = ["std"] } libc = "0.2.95" -nix = "0.25" +nix = "0.26" command-fds = "0.2.1" lazy_static = "1.4.0" time = { version = "0.3.7", features = ["serde", "std"] }