aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
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
commit0633a6db592720c04399b8b3214da2c7510f9b1b (patch)
tree99e72fbfa144fbc81c03c5d65e81cafd9bb367a0 /crates/whirl_server
parentstyle(nix): nixfmt (diff)
downloadwhirl-0633a6db592720c04399b8b3214da2c7510f9b1b.tar.xz
whirl-0633a6db592720c04399b8b3214da2c7510f9b1b.zip
fix(deps): update rust crate tokio to 1.8.2
Diffstat (limited to 'crates/whirl_server')
-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 4e1f421..c80f96e 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"