Skip to content

Commit 191f733

Browse files
build(deps): bump tokio-util from 0.6.7 to 0.6.8 (#1240)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ad286f commit 191f733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,9 +2240,9 @@ dependencies = [
22402240

22412241
[[package]]
22422242
name = "tokio-util"
2243-
version = "0.6.7"
2243+
version = "0.6.8"
22442244
source = "registry+https://github.com/rust-lang/crates.io-index"
2245-
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
2245+
checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
22462246
dependencies = [
22472247
"bytes",
22482248
"futures-core",

linkerd/proxy/discover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linkerd-error = { path = "../../error" }
1616
linkerd-proxy-core = { path = "../core" }
1717
linkerd-stack = { path = "../../stack" }
1818
tokio = { version = "1", features = ["sync", "time"] }
19-
tokio-util = "0.6.7"
19+
tokio-util = "0.6.8"
2020
tower = { version = "0.4.8", features = ["discover"] }
2121
tracing = "0.1.26"
2222
pin-project = "1"

0 commit comments

Comments
 (0)