aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-12 20:33:18 +0000
committerRenovate Bot <[email protected]>2021-08-12 20:33:18 +0000
commit8a567683b0c8b1155816022e6f2a5d3ab5609f4b (patch)
tree522b7941a1b5f502429cc9cab0ef5e8f3a0a7c48 /crates/whirl_api/Cargo.toml
parentMerge pull request #68 from Whirlsplash/renovate/axum-0.x (diff)
downloadwhirl-8a567683b0c8b1155816022e6f2a5d3ab5609f4b.tar.xz
whirl-8a567683b0c8b1155816022e6f2a5d3ab5609f4b.zip
fix(deps): update rust crate tokio to 1.10.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 686b32a..719408b 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -22,7 +22,7 @@ hyper = "0.14.11"
# Utility
sysinfo = "0.20.0"
whirl_common = { path = "../whirl_common" }
-tokio = { version = "1.9.0", features = ["full"] }
+tokio = { version = "1.10.0", features = ["full"] }
num-traits = "0.2.14"
qstring = "0.7.2"