X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Cargo.toml;h=a337d444afc7724b173f008454c74444b29ce079;hb=7a1ab2b21eaf49e8d89f57397f097f7fd7632058;hp=1dced97bb9ab7376ff5c4441d6b6721b6dfb9fcc;hpb=29219349a6bf135c2089b54ef55ceefb52cc7f5e;p=pve-lxc-syscalld.git diff --git a/Cargo.toml b/Cargo.toml index 1dced97..a337d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] }