1
0
mirror of https://github.com/actix/examples synced 2025-01-22 05:55:56 +01:00

Merge pull request #962 from actix/dependabot/cargo/bytes-1.9.0

chore(deps): bump bytes from 1.8.0 to 1.9.0
This commit is contained in:
Rob Ede 2024-12-10 11:44:30 +00:00 committed by GitHub
commit 45ecaaca6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -1938,9 +1938,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.8.0"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
dependencies = [
"serde",
]