Skip to content

Commit 54867fe

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

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
@@ -21,7 +21,7 @@ async-trait = { version = "0.1.85", default-features = false }
2121
axum = { version = "0.7.9", default-features = false }
2222
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
2323
bitflags = { version = "2.8.0", default-features = false }
24-
bytes = { version = "1.9.0" }
24+
bytes = { version = "1.10.0" }
2525
chrono = { version = "0.4.39", default-features = false }
2626
clap = { version = "4.5", default-features = false }
2727
criterion = { version = "0.5.1", features = ["async_tokio"] }

0 commit comments

Comments
 (0)