diff --git a/Cargo.toml b/Cargo.toml index 4ad9f5a..fac9f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0" thiserror = "1.0" log = "0.4.20" libc = "0.2" -nix = "0.27.1" +nix = "0.28.0" bytemuck = "1.14.0" slice-copy = "0.3.0" memchr = "2"