summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-13 05:14:17 +0000
committerGitHub <noreply@github.com>2023-02-13 05:14:17 +0000
commite1505e2278f4da498c134c8a7806f4b637977329 (patch)
tree753f2761fbf1667b356de3ca8ef4f5d39a2b336d /Cargo.toml
parent5368be081d4ff6dbc0601a4a57a8ea44014b1f23 (diff)
Build(deps): Bump tokio-util from 0.7.4 to 0.7.7
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.4 to 0.7.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.4...tokio-util-0.7.7) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 bb2402e..61bb758 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ tokio = { version = "1.25.0", default-features = false, features = [
] }
arc-swap = "1.6.0"
rpds = "0.12.0"
-tokio-util = { version = "0.7.4", features = [
+tokio-util = { version = "0.7.7", features = [
"futures-io",
"io",
"io-util",