aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/Cargo.toml
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_server/Cargo.toml
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_server/Cargo.toml')
-rw-r--r--crates/whirl_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index d215991..6f4b1b3 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -30,7 +30,7 @@ serde = "1.0.126"
serde_derive = "1.0.126"
# TCP
-tokio = { version = "1.8.1", features = ["full"] }
+tokio = { version = "1.8.2", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["codec"] }
tokio-stream = "0.1.7"