Skip to content

Commit f9d278b

Browse files
Update rustls, aws-lc-rs and aws-lc-sys to fix the security vuln alert (#817)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c5c42da commit f9d278b

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

.changeset/bump-rustls.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
hive-router-plan-executor: patch
3+
hive-router: patch
4+
hive-router-internal: patch
5+
hive-router-config: patch
6+
hive-console-sdk: patch
7+
---
8+
9+
Bump `rustls`, `aws-lc-rs` and `aws-lc-sys`

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -70,7 +70,7 @@ tonic = { version = "0.14.2", features = ["tls-aws-lc"] }
7070
reqwest = { version = "0.12.23", default-features = false, features = ["http2", "rustls-tls"] }
7171
reqwest-retry = "0.8.0"
7272
reqwest-middleware = "0.4.2"
73-
rustls = { version = "0.23.36", default-features = false }
73+
rustls = { version = "0.23.37", default-features = false }
7474
retry-policies = "0.5.1"
7575
vrl = { version = "0.30.0", features = ["compiler", "parser", "value", "diagnostic", "stdlib", "core"] }
7676
regex-automata = "0.4.10"

0 commit comments

Comments
 (0)