1
0
mirror of https://github.com/actix/examples synced 2025-03-12 16:22:47 +01:00

Merge pull request #1023 from actix/dependabot/cargo/bytes-1.10.1

chore(deps): bump bytes from 1.10.0 to 1.10.1
This commit is contained in:
Rob Ede 2025-03-10 18:36:23 +00:00 committed by GitHub
commit fed7127644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -1957,9 +1957,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.10.0"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
dependencies = [
"serde",
]