diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-02-03 20:35:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-03 20:35:55 +0000 |
| commit | 0590c0712df870f06dc0e4f19e9680cda5243555 (patch) | |
| tree | 7230a4a74a2251ef01292fab90e159ba9f039edb | |
| parent | chore(nix): binary and docker container builder (diff) | |
| download | whirl-dependabot/cargo/bytes-1.11.1.tar.xz whirl-dependabot/cargo/bytes-1.11.1.zip | |
chore(deps): bump bytes from 1.6.0 to 1.11.1dependabot/cargo/bytes-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](https://github.com/tokio-rs/bytes/compare/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] <[email protected]>
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -148,9 +148,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index bbd126e..0946411 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -27,7 +27,7 @@ async-trait = "0.1.52" whirl_common = { path = "../whirl_common" } # Byte Manipulation -bytes = "1.1.0" +bytes = "1.11.1" byteorder = "1.4.3" # Serialization diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 4a900c7..169c34a 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.2.14" num-derive = "0.3.3" # Byte Manipulation -bytes = "1.1.0" +bytes = "1.11.1" byteorder = "1.4.3" # Serialization |