Skip to content

Commit 3406861

Browse files
committed
fix(deps): update bytes to 1.11.1 to fix integer overflow vulnerability
Addresses RUSTSEC-2026-0007: Integer overflow in BytesMut::reserve
1 parent 90c94cc commit 3406861

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
@@ -37,7 +37,7 @@ hyper = { version = "1", features = ["server", "http1", "http2"] }
3737
hyper-util = { version = "0.1", features = ["tokio", "server-auto", "server-graceful"] }
3838
http-body-util = "0.1"
3939
http = "1"
40-
bytes = "1"
40+
bytes = "1.11.1"
4141

4242
# WebSocket
4343
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] }

0 commit comments

Comments
 (0)