aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-12 20:33:18 +0000
committerRenovate Bot <[email protected]>2021-08-12 20:33:18 +0000
commit8a567683b0c8b1155816022e6f2a5d3ab5609f4b (patch)
tree522b7941a1b5f502429cc9cab0ef5e8f3a0a7c48 /crates/whirl_server
parentMerge pull request #68 from Whirlsplash/renovate/axum-0.x (diff)
downloadwhirl-8a567683b0c8b1155816022e6f2a5d3ab5609f4b.tar.xz
whirl-8a567683b0c8b1155816022e6f2a5d3ab5609f4b.zip
fix(deps): update rust crate tokio to 1.10.0
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 4449a25..196a3d9 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -30,7 +30,7 @@ serde = "1.0.127"
serde_derive = "1.0.127"
# TCP
-tokio = { version = "1.9.0", features = ["full"] }
+tokio = { version = "1.10.0", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["codec"] }
tokio-stream = "0.1.7"