Skip to content

Commit 0590c07

Browse files
chore(deps): bump bytes from 1.6.0 to 1.11.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.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.6.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>
1 parent c26287d commit 0590c07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

crates/whirl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async-trait = "0.1.52"
2727
whirl_common = { path = "../whirl_common" }
2828

2929
# Byte Manipulation
30-
bytes = "1.1.0"
30+
bytes = "1.11.1"
3131
byteorder = "1.4.3"
3232

3333
# Serialization

crates/whirl_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ num-traits = "0.2.14"
2222
num-derive = "0.3.3"
2323

2424
# Byte Manipulation
25-
bytes = "1.1.0"
25+
bytes = "1.11.1"
2626
byteorder = "1.4.3"
2727

2828
# Serialization

0 commit comments

Comments
 (0)