aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-19 18:25:34 +0000
committerRenovate Bot <[email protected]>2021-07-19 18:25:34 +0000
commit964885a62c15904f4ca95ca0a5ea251f34fe31d8 (patch)
tree579dcc82d15afeda06f3841e17e6bc3dc8ae74de /crates/whirl_api
parentstyle(nix): nixfmt (diff)
downloadwhirl-964885a62c15904f4ca95ca0a5ea251f34fe31d8.tar.xz
whirl-964885a62c15904f4ca95ca0a5ea251f34fe31d8.zip
fix(deps): update rust crate tokio to 1.8.2
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 6a0f93f..11cfc5a 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.1", features = ["full"] }
+tokio = { version = "1.8.2", features = ["full"] }
num-traits = "0.2.14"
qstring = "0.7.2"