aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 15:44:01 +0000
committerGitHub <[email protected]>2021-04-29 15:44:01 +0000
commit2f905b7ac04b7e0a2fd325797c55847d81f5e93d (patch)
tree56faa6416c4d2962d24faa89ad3d5601ffa2bbdc
parentci(actions): run rust action on all branches (diff)
parentfix(deps): update rust crate tokio to 1.5.0 (diff)
downloadwhirl-2f905b7ac04b7e0a2fd325797c55847d81f5e93d.tar.xz
whirl-2f905b7ac04b7e0a2fd325797c55847d81f5e93d.zip
Merge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x
fix(deps): update rust crate tokio to 1.5.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ca020c..b1dceb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ structopt = "0.3.21"
config = "0.11.0"
# TCP
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.5.0", features = ["full"] }
tokio-util = { version = "0.6.5", features = ["codec"] }
tokio-stream = "0.1.5"