build(deps): bump rustls from 0.23.29 to 0.23.30 (#4835)

This commit is contained in:
Quentin Gliech
2025-07-30 11:11:09 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5287,9 +5287,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.29"
version = "0.23.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
checksum = "069a8df149a16b1a12dcc31497c3396a173844be3cac4bd40c9e7671fef96671"
dependencies = [
"aws-lc-rs",
"log",

View File

@@ -516,7 +516,7 @@ version = "0.15.4"
# TLS stack
[workspace.dependencies.rustls]
version = "0.23.29"
version = "0.23.30"
# PEM parsing for rustls
[workspace.dependencies.rustls-pemfile]