Skip to content

Commit ff60185

Browse files
chore(cargo): bump bytes from 1.10.0 to 1.10.1 (#639)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.0 to 1.10.1. - [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.10.0...v1.10.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.10.1 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 f91e23c commit ff60185

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = ["target", "examples", "tests", "scripts"]
2020
rust-version = "1.85"
2121

2222
[dependencies]
23-
bytes = "1.9"
23+
bytes = "1.10"
2424
tracing = "0.1"
2525
tracing-subscriber = { version = "0.3", features = ["local-time", "json"] }
2626
tokio = { version = "1.43", features = [

0 commit comments

Comments
 (0)