From a8087056fdbe90d5f7f3a3a50ce9223ac8f49c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:57:26 +0000 Subject: [PATCH] chore(deps): bump rustls from 0.23.34 to 0.23.43 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.34 to 0.23.43. - [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.43) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 783ce3f..8ad7218 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2820,9 +2820,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.34" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "log", "once_cell",