Skip to content

Commit 729ab1a

Browse files
chore(deps): bump bytes from 1.7.2 to 1.8.0 (#181)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.8.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.7.2...v1.8.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 c491445 commit 729ab1a

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.83", default-features = false }
2121
axum = { version = "0.7.7", default-features = false }
2222
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
2323
bitflags = { version = "2.6.0", default-features = false }
24-
bytes = { version = "1.7.2" }
24+
bytes = { version = "1.8.0" }
2525
chrono = { version = "0.4.38", 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)