aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-24 17:19:38 +0000
committerRenovate Bot <[email protected]>2021-08-24 17:19:38 +0000
commit96faffe4e9987eef403675af57ef0f12fdbabd55 (patch)
tree014d6c83045da0908592475b1e73d4ab5d639bf7 /crates/whirl_server
parentMerge pull request #75 from Whirlsplash/renovate/serde_derive-1.x (diff)
downloadwhirl-96faffe4e9987eef403675af57ef0f12fdbabd55.tar.xz
whirl-96faffe4e9987eef403675af57ef0f12fdbabd55.zip
fix(deps): update rust crate tokio to 1.10.1
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 d83a0a9..b76b227 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -30,7 +30,7 @@ serde = "1.0.129"
serde_derive = "1.0.129"
# TCP
-tokio = { version = "1.10.0", features = ["full"] }
+tokio = { version = "1.10.1", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["codec"] }
tokio-stream = "0.1.7"