diff --git a/Cargo.toml b/Cargo.toml index 7309044d..34f8c2ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ log = { version = "0.4", features = [ ] } lz4-sys = { version = "=1.9.5" } memmap2 = { version = "0.9", optional = true } -nix = "0.26" +nix = "0.30" num-derive = "0.4" num-traits = "0.2" parking_lot = "0.12"