aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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
commitc1d7d7132842f588f6ee097d064a08aa6b216bb4 (patch)
tree145497322dcfe0597c7f66cef82f80b2d5f8139a /Cargo.toml
parentMerge pull request #26 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-c1d7d7132842f588f6ee097d064a08aa6b216bb4.tar.xz
whirl-c1d7d7132842f588f6ee097d064a08aa6b216bb4.zip
fix(deps): update rust crate tokio to 1.6.0
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 cab814e..a70e48e 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"