chore(cargo): update bytes from 1.11.0 to 1.11.1

Fixes <https://rustsec.org/advisories/RUSTSEC-2026-0007>
This commit is contained in:
link2xt
2026-02-03 16:46:07 +00:00
committed by l
parent 50a73666fd
commit ff2fbebff0

4
Cargo.lock generated
View File

@@ -700,9 +700,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
[[package]]
name = "bytes"
version = "1.11.0"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
dependencies = [
"serde",
]