Skip to content

Commit b135852

Browse files
chore(deps): bump bytes from 1.9.0 to 1.10.0 (#472)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdb9a75 commit b135852

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default-members = ["crates/*"]
2020
resolver = "2"
2121

2222
[workspace.dependencies]
23-
bytes = { version = "1.7", features = ["serde"] }
23+
bytes = { version = "1.10", features = ["serde"] }
2424
futures-core = "0.3"
2525
futures-util = { version = "0.3", default-features = false, features = ["std"] }
2626
tokio = "1.40"

0 commit comments

Comments
 (0)