aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-22 10:32:49 +0000
committerRenovate Bot <[email protected]>2021-07-22 10:32:49 +0000
commit51b1f450331e9108a1d7a3378583e2cb97b134f6 (patch)
treed74453df237757a417e80c94ec21127f18e82793 /crates/whirl_api/Cargo.toml
parentMerge pull request #59 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-51b1f450331e9108a1d7a3378583e2cb97b134f6.tar.xz
whirl-51b1f450331e9108a1d7a3378583e2cb97b134f6.zip
fix(deps): update rust crate tokio to 1.9.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 11cfc5a..09c0c90 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -20,7 +20,7 @@ actix-cors = "0.5.4"
# Utility
sysinfo = "0.19.2"
whirl_common = { path = "../whirl_common" }
-tokio = { version = "1.8.2", features = ["full"] }
+tokio = { version = "1.9.0", features = ["full"] }
num-traits = "0.2.14"
qstring = "0.7.2"