]> git.proxmox.com Git - pxar.git/blobdiff - Cargo.toml
update to tokio 1.0
[pxar.git] / Cargo.toml
index 311e2f95562206e42294b0979f3e3cda01b2c105..875de7afb68478c61a40eb0459e9cb97bd31108e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.6.0"
+version = "0.6.2"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
@@ -47,7 +47,7 @@ siphasher = "0.3"
 
 anyhow = { version = "1.0", optional = true }
 futures = { version = "0.3.1", optional = true }
-tokio = { version = "0.2.10", optional = true, default-features = false }
+tokio = { version = "1.0", optional = true, default-features = false }
 
 [target.'cfg(target_os = "linux")'.dependencies]
 libc = "0.2"
@@ -65,8 +65,7 @@ async-example = [
     "futures-io",
     "tokio-io",
     "tokio-fs",
-    "tokio/rt-threaded",
-    "tokio/io-driver",
+    "tokio/rt-multi-thread",
     "tokio/macros",
 ]