aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-14 17:56:54 +0000
committerRenovate Bot <[email protected]>2021-05-14 17:56:54 +0000
commita72c18f5e2d75c4d4bf610b0290b8d0269889993 (patch)
tree92a7fed63ab4d3786cf8810bf074d4021c973304 /Cargo.toml
parentMerge pull request #31 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-a72c18f5e2d75c4d4bf610b0290b8d0269889993.tar.xz
whirl-a72c18f5e2d75c4d4bf610b0290b8d0269889993.zip
fix(deps): update rust crate tokio-util to 0.6.7
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 e0eed47..88dad31 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