build(deps): bump rustls from 0.23.32 to 0.23.34

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.32 to 0.23.34.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.32...v/0.23.34)

---
updated-dependencies:
- dependency-name: rustls
  dependency-version: 0.23.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-23 13:14:44 +00:00
committed by GitHub
parent 177701992b
commit 1e9e6d0640
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5104,9 +5104,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.32"
version = "0.23.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
dependencies = [
"aws-lc-rs",
"log",

View File

@@ -521,7 +521,7 @@ version = "0.16.0"
# TLS stack
[workspace.dependencies.rustls]
version = "0.23.32"
version = "0.23.34"
# PEM parsing for rustls
[workspace.dependencies.rustls-pemfile]