Skip to content

Commit d7d1e4e

Browse files
committed
fix(security): upgrade bytes crate to fix RUSTSEC-2026-0007
Upgrade the bytes crate from 1.10 to 1.11.1 to fix the integer overflow vulnerability in BytesMut::reserve (RUSTSEC-2026-0007). - Updated workspace dependency: bytes = "1.10" -> bytes = "1.11.1" - Regenerated Cargo.lock with bytes 1.11.1
1 parent 3bc2741 commit d7d1e4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ uuid = { version = "1.20", features = ["v4", "serde"] }
147147
chrono = { version = "0.4", features = ["serde"] }
148148
dotenvy = "0.15"
149149
futures = "0.3"
150-
bytes = "1.10"
150+
bytes = "1.11.1"
151151
base64 = "0.22"
152152
rand = "0.9"
153153
sha2 = "0.10"

0 commit comments

Comments
 (0)