aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-31 23:10:40 +0000
committerRenovate Bot <[email protected]>2021-08-31 23:10:40 +0000
commitd4df39d2f11d23b3408c127d0884cd5b6d8ac9dd (patch)
treedaa6e0285b205128cf4acc07b30bef25c431012b /crates/whirl_api/Cargo.toml
parentMerge pull request #84 from Whirlsplash/renovate/sysinfo-0.x (diff)
downloadwhirl-d4df39d2f11d23b3408c127d0884cd5b6d8ac9dd.tar.xz
whirl-d4df39d2f11d23b3408c127d0884cd5b6d8ac9dd.zip
fix(deps): update rust crate tokio to 1.11.0
Diffstat (limited to 'crates/whirl_api/Cargo.toml')
-rw-r--r--crates/whirl_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index d67d630..6373f1b 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -22,7 +22,7 @@ hyper = "0.14.12"
# Utility
sysinfo = "0.20.2"
whirl_common = { path = "../whirl_common" }
-tokio = { version = "1.10.1", features = ["full"] }
+tokio = { version = "1.11.0", features = ["full"] }
num-traits = "0.2.14"
qstring = "0.7.2"