Skip to content

Commit 8023b9b

Browse files
committed
upgrade time for vulnerability
1 parent 91f3e97 commit 8023b9b

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

bottlecap/Cargo.lock

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

bottlecap/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ opentelemetry-semantic-conventions = { version = "0.30", features = ["semconv_ex
5353
rustls-native-certs = { version = "0.8.1", optional = true }
5454
axum = { version = "0.8.4", default-features = false, features = ["default"] }
5555
ustr = { version = "1.0.0", default-features = false }
56+
# Pin to >=0.3.47 to fix RUSTSEC-2026-0009 (DoS via stack exhaustion); transitive via cookie.
57+
# https://rustsec.org/advisories/RUSTSEC-2026-0009
58+
time = { version = "0.3.47", default-features = false }
5659
tower-http = { version = "0.6.6", default-features = false, features = ["limit"] }
5760
hyper-http-proxy = { version = "1.1.0", default-features = false, features = [
5861
"rustls-tls-webpki-roots",

0 commit comments

Comments
 (0)