aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/Cargo.toml
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_server/Cargo.toml
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_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 eac3cd2..bef599a 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.6.0", features = ["full"] }
+tokio = { version = "1.6.1", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["codec"] }
tokio-stream = "0.1.6"