aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-14 16:55:19 +0000
committerRenovate Bot <[email protected]>2021-05-14 16:55:19 +0000
commitedcd04ac29aff93c794ae4f8a4142ab947620c7e (patch)
tree8fa5b017ad2e694d2aa6db4d8148d96b8e9b503a
parentMerge pull request #26 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-edcd04ac29aff93c794ae4f8a4142ab947620c7e.tar.xz
whirl-edcd04ac29aff93c794ae4f8a4142ab947620c7e.zip
fix(deps): update rust crate tokio to 1.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fbcbf55..8f8b468 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ structopt = "0.3.21"
config = "0.11.0"
# TCP
-tokio = { version = "1.5.0", features = ["full"] }
+tokio = { version = "1.6.0", features = ["full"] }
tokio-util = { version = "0.6.6", features = ["codec"] }
tokio-stream = "0.1.5"