Skip to content

Commit 54dc6a0

Browse files
fix(deps): update rust crate rustls to 0.23.32 (#1703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc3c4ed commit 54dc6a0

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.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ opentelemetry-semantic-conventions = { version = "0.30.0", features = [
6161
] }
6262
http-serde = "2.1.1"
6363
config = { version = "0.15.16", features = ["yaml"] }
64-
rustls = { version = "0.23.31", features = ["ring"] }
64+
rustls = { version = "0.23.32", features = ["ring"] }
6565
webpki = { version = "0.22.4", features = ["alloc"] }
6666
x509-parser = "0.18.0"
6767
ring = "0.17.14"

0 commit comments

Comments
 (0)