aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-14 10:05:43 +0000
committerGitHub <[email protected]>2021-05-14 10:05:43 +0000
commit1021f07a94823ee3dfd5bd8cf3f4e2a221a373dd (patch)
tree5bc4992911d3b63dca51663bd97889c6a3981178
parentMerge pull request #29 from Whirlsplash/renovate/tokio-stream-0.x (diff)
parentfix(deps): update rust crate tokio to 1.6.0 (diff)
downloadwhirl-1021f07a94823ee3dfd5bd8cf3f4e2a221a373dd.tar.xz
whirl-1021f07a94823ee3dfd5bd8cf3f4e2a221a373dd.zip
Merge pull request #31 from Whirlsplash/renovate/tokio-1.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c1c8e7..5b0c515 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.6"