]> git.proxmox.com Git - pve-lxc-syscalld.git/blobdiff - Cargo.toml
update to tokio 1.0
[pve-lxc-syscalld.git] / Cargo.toml
index 1dced97bb9ab7376ff5c4441d6b6721b6dfb9fcc..a337d444afc7724b173f008454c74444b29ce079 100644 (file)
@@ -17,5 +17,4 @@ anyhow = "1.0"
 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" ] }
+tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }