Skip to content

Commit 0d03e1f

Browse files
chore(deps): Bump bytes from 1.10.1 to 1.11.0 in the cargo-updates group (#144)
Bumps the cargo-updates group with 1 update: [bytes](https://github.com/tokio-rs/bytes). Updates `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 dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e5587c commit 0d03e1f

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
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0.100"
88
base64 = "0.22.1"
9-
bytes = "1.10.1"
9+
bytes = "1.11.0"
1010
env_logger = "0.11.6"
1111
log = "0.4.28"
1212
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)