diff --git a/Cargo.toml b/Cargo.toml index 36b194fa..dcb21bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ crossbeam-queue = "0.3.8" futures-channel = "0.3.29" futures-util = "0.3.29" libc = "0.2.149" -nix = "0.27.1" +nix = "0.28.0" once_cell = "1.18.0" os_pipe = "1.1.4" paste = "1.0.14"