]> git.proxmox.com Git - pve-lxc-syscalld.git/blobdiff - Cargo.toml
update nix to 0.26
[pve-lxc-syscalld.git] / Cargo.toml
index 2cec7c04c6d5958d0dc631196ac5934def8ab41d..010b5c2e276ed2c03cd0abf4395e472e7d6f9c2b 100644 (file)
@@ -18,6 +18,6 @@ anyhow = "1.0"
 bitflags = "1.2"
 lazy_static = "1.4"
 libc = "0.2"
-nix = "0.24"
+nix = "0.26"
 num_cpus = "1"
 tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }