build(deps): bump bytes from 1.10.1 to 1.11.1 in /seaweedfs-rdma-sidecar/rdma-engine (#8195)
build(deps): bump bytes in /seaweedfs-rdma-sidecar/rdma-engine Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 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.10.1...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>
This commit is contained in:
4
seaweedfs-rdma-sidecar/rdma-engine/Cargo.lock
generated
4
seaweedfs-rdma-sidecar/rdma-engine/Cargo.lock
generated
@@ -211,9 +211,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.10.1"
|
version = "1.11.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cast"
|
name = "cast"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||||||
|
|
||||||
# Memory management and utilities
|
# Memory management and utilities
|
||||||
memmap2 = "0.9"
|
memmap2 = "0.9"
|
||||||
bytes = "1.0"
|
bytes = "1.11"
|
||||||
parking_lot = "0.12" # Fast mutexes
|
parking_lot = "0.12" # Fast mutexes
|
||||||
|
|
||||||
# IPC and networking
|
# IPC and networking
|
||||||
|
|||||||
Reference in New Issue
Block a user