aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-14 11:21:29 +0000
committerGitHub <[email protected]>2021-05-14 11:21:29 +0000
commit10d7161ae14e0f175401485e464768a84a7a7ff0 (patch)
tree5b3e3a9fe3ae4825dea0e3f707665524a63443ee
parentMerge pull request #31 from Whirlsplash/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate tokio-util to 0.6.7 (diff)
downloadwhirl-10d7161ae14e0f175401485e464768a84a7a7ff0.tar.xz
whirl-10d7161ae14e0f175401485e464768a84a7a7ff0.zip
Merge pull request #30 from Whirlsplash/renovate/tokio-util-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b0c515..f7079ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ config = "0.11.0"
# TCP
tokio = { version = "1.6.0", features = ["full"] }
-tokio-util = { version = "0.6.6", features = ["codec"] }
+tokio-util = { version = "0.6.7", features = ["codec"] }
tokio-stream = "0.1.6"
# Database