aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-14 10:05:43 -0700
committerGitHub <[email protected]>2021-05-14 10:05:43 -0700
commit960b347fec286003ed0ad21527b980c0a141b78d (patch)
treeeb8ece63b57a37279707ba1efb252a847efdefe5 /Cargo.toml
parentMerge pull request #29 from Whirlsplash/renovate/tokio-stream-0.x (diff)
parentfix(deps): update rust crate tokio to 1.6.0 (diff)
downloadwhirl-960b347fec286003ed0ad21527b980c0a141b78d.tar.xz
whirl-960b347fec286003ed0ad21527b980c0a141b78d.zip
Merge pull request #31 from Whirlsplash/renovate/tokio-1.x
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d23c55..e0eed47 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"