Skip to content

Commit

Permalink
Bump bytes from 1.9.0 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 334e58a commit 6aa970d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ required-features = ["dev-binaries"]
async-channel = "2.3.1"
async-stream = "0.3.6"
async-trait = "0.1.86"
bytes = "1.9.0"
bytes = "1.10.0"
ctrlc = "3.4.5"
clap = { version = "4.5.27", features = ["derive", "env"] }
lazy_static = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async-channel = "2.3.1"
async-stream = "0.3.6"
async-trait = "0.1.86"
byteorder = "1.5.0"
bytes = "1.9.0"
bytes = "1.10.0"
clap = { version = "4.5.27", features = ["derive", "env"] }
ctrlc = "3.4.5"
exec = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/binaries/dump_cache_data/app.rs"
async-stream = "0.3.6"
async-trait = "0.1.86"
byteorder = "1.5.0"
bytes = "1.9.0"
bytes = "1.10.0"
clap = { version = "4.5.27", features = ["derive", "env"] }
base64 = "0.22.1"
lazy_static = "1.5.0"
Expand Down

0 comments on commit 6aa970d

Please sign in to comment.