From 5daf6bf2f53d46af7e09521fae8abf51dfdd8664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:00:16 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73d8e6459..e872f78ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 816a4f13c..5c83fa4b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]