Skip to content

Commit 2c3c0da

Browse files
Bump tokio-util from 0.7.13 to 0.7.14 (#1393)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.13 to 0.7.14. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.14) --- 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 fcdcbd7 commit 2c3c0da

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-bazel-wrapper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libc = "0.2.171"
3030
crossbeam-channel = { version = "0.5.14", optional = true }
3131
notify = { version = "8.0.0", optional = true }
3232
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }
33-
tokio-util = { version = "0.7.13", features = ["compat"] }
33+
tokio-util = { version = "0.7.14", features = ["compat"] }
3434
sha2 = "0.10.8"
3535
nix = { version = "0.29.0", features = ["signal"] }
3636
flume = { version = "0.11.1", optional = true }

bazelfe-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ libc = "0.2.171"
7777
crossbeam-channel = { version = "0.5.14", optional = true }
7878
notify = { version = "8.0.0", optional = true }
7979
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }
80-
tokio-util = { version = "0.7.13", features = ["compat"] }
80+
tokio-util = { version = "0.7.14", features = ["compat"] }
8181
sha2 = "0.10.8"
8282
flume = { version = "0.11.1", optional = true }
8383
trim-margin = { version = "0.1.0", optional = true }

bzl-remote-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ toml = "0.8.20"
3939
thiserror = "2.0.12"
4040
libc = "0.2.171"
4141
crossbeam-channel = { version = "0.5.14" }
42-
tokio-util = { version = "0.7.13", features = ["compat"] }
42+
tokio-util = { version = "0.7.14", features = ["compat"] }
4343
sha2 = "0.10.8"
4444
flume = { version = "0.11.1" }
4545
dashmap = { version = "6.1.0" }

0 commit comments

Comments
 (0)