Skip to content

Commit fc80c56

Browse files
Bump bytes from 1.11.0 to 1.11.1 (#291)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b332d3 commit fc80c56

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
@@ -40,7 +40,7 @@ aes-siv = "0.7"
4040
async-trait = "0.1.89"
4141
base64 = "0.22"
4242
base64_type = "0.2"
43-
bytes = { version = "1.11.0", features = ["serde"] }
43+
bytes = { version = "1.11.1", features = ["serde"] }
4444
convert_case = "0.11.0"
4545
futures = "0.3.31"
4646
hmac = { version = "0.12.1", features = ["std"] }

0 commit comments

Comments
 (0)