diff --git a/Cargo.toml b/Cargo.toml index 0c62fe4b..4fd01f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ crossbeam-queue = "0.3.8" futures-channel = "0.3.29" futures-util = "0.3.29" libc = "0.2.149" -nix = "0.28.0" +nix = "0.29.0" once_cell = "1.18.0" os_pipe = "1.1.4" paste = "1.0.14"