diff --git a/Cargo.toml b/Cargo.toml index e682c45fc..0c12d1910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ crossbeam-queue = "0.3.8" futures-channel = "0.3.29" futures-util = "0.3.29" libc = "0.2.164" -nix = "0.29.0" +nix = "0.30.1" once_cell = "1.18.0" os_pipe = "1.1.4" paste = "1.0.14"