aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-28 18:24:44 +0000
committerRenovate Bot <[email protected]>2021-05-28 18:24:44 +0000
commit4d79b7daaee95991e5df1f69452a7c6632c55181 (patch)
treec8037fd8c613f2f6270612dc1e966f54c6519e1b /crates/whirl_api
parentfix(global): a lot of clippy warnings (diff)
downloadwhirl-4d79b7daaee95991e5df1f69452a7c6632c55181.tar.xz
whirl-4d79b7daaee95991e5df1f69452a7c6632c55181.zip
fix(deps): update rust crate tokio to 1.6.1
Diffstat (limited to 'crates/whirl_api')
-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 de658f5..b85a8ab 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -21,7 +21,7 @@ actix-cors = "0.5.4"
# Utility
sysinfo = "0.18.0"
whirl_common = { path = "../whirl_common" }
-tokio = { version = "1.6.0", features = ["full"] }
+tokio = { version = "1.6.1", features = ["full"] }
num-traits = "0.2.14"
# Serialization