CVE-2026-25541

Report: <https://www.cve.org/CVERecord?id=CVE-2026-25541>

This vulnerability was introduced via the `bytes` crate.

Update to 1.11.1, as recommended.
This commit is contained in:
Fintan Halpenny 2026-02-11 15:43:39 +00:00 committed by Lorenz Leutgeb
parent 2d0db3c6b2
commit 31607cf7ad
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -369,9 +369,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.10.1"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
[[package]]
name = "bytesize"

View File

@ -21,7 +21,7 @@ rust-version = "1.85.0"
[workspace.dependencies]
amplify = { version = "4.0.0", default-features = false }
bstr = "1.3"
bytes = "1"
bytes = "1.11.1"
chrono = { version = "0.4.26", default-features = false }
colored = "2.1.0"
crossbeam-channel = "0.5.6"