]> git.proxmox.com Git - pve-lxc-syscalld.git/blobdiff - Cargo.toml
update nix to 0.26
[pve-lxc-syscalld.git] / Cargo.toml
index 1dced97bb9ab7376ff5c4441d6b6721b6dfb9fcc..010b5c2e276ed2c03cd0abf4395e472e7d6f9c2b 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "pve-lxc-syscalld"
-edition = "2018"
-version = "0.9.1"
+edition = "2021"
+version = "1.2.2"
 authors = [
     "Wolfgang Bumiller <w.bumiller@proxmox.com>",
 ]
@@ -9,13 +9,15 @@ license = "AGPL-3"
 description = "Proxmox LXC seccomp-proxy syscall handler daemon"
 homepage = "https://www.proxmox.com"
 
+rust-version = "1.64"
+
 exclude = [ "build", "debian" ]
 
 [dependencies]
-bitflags = "1.2"
 anyhow = "1.0"
+bitflags = "1.2"
 lazy_static = "1.4"
 libc = "0.2"
-nix = "0.19"
-mio = "0.6.21"
-tokio = { version = "0.2.9", features = [ "rt-threaded", "io-driver", "io-util" ] }
+nix = "0.26"
+num_cpus = "1"
+tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }