Skip to content

Commit 26b8a0e

Browse files
authored
Merge pull request #14 from CortexLM/fix/rustsec-2026-0007-bytes-security
fix(security): upgrade bytes crate to fix RUSTSEC-2026-0007
2 parents 3bc2741 + d7d1e4e commit 26b8a0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)