Skip to content

Commit 917fa84

Browse files
Bump bytes from 1.10.1 to 1.11.0 (#515)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.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.10.1...v1.11.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 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> Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
1 parent efd0acb commit 917fa84

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bb8 = { version = "0.9", optional = true }
2525
bb8-postgres = { version = "0.9", optional = true }
2626
bigdecimal = "0.4"
2727
byteorder = "1.5.0"
28-
bytes = { version = "1.7.1", optional = true }
28+
bytes = { version = "1.11.0", optional = true }
2929
byte-unit = { version = "5.1.4", optional = true }
3030
chrono = "0.4"
3131
clickhouse = { version = "0.13.3", optional = true }

0 commit comments

Comments
 (0)