aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-29 15:44:01 -0700
committerGitHub <[email protected]>2021-04-29 15:44:01 -0700
commitee81cc21119d835cda382f76e9286c4e88763796 (patch)
tree620b3266907a4fae86f45c47226e2aa34af1d1c4
parentci(actions): run rust action on all branches (diff)
parentfix(deps): update rust crate tokio to 1.5.0 (diff)
downloadwhirl-ee81cc21119d835cda382f76e9286c4e88763796.tar.xz
whirl-ee81cc21119d835cda382f76e9286c4e88763796.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 df1057d..f616278 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"