build(deps): bump rustls from 0.23.34 to 0.23.35

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.34 to 0.23.35.
- [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.34...v/0.23.35)

---
updated-dependencies:
- dependency-name: rustls
  dependency-version: 0.23.35
  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-11-17 10:00:16 +00:00
committed by GitHub
parent 68cc61c4ca
commit f8fa1b4fca
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -5105,9 +5105,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.34"
version = "0.23.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
dependencies = [
"aws-lc-rs",
"log",
+1 -1
View File
@@ -521,7 +521,7 @@ version = "0.16.0"
# TLS stack
[workspace.dependencies.rustls]
version = "0.23.34"
version = "0.23.35"
# PEM parsing for rustls
[workspace.dependencies.rustls-pemfile]