From 41df4ef88ee5a0ecce46bc5556e057f414bc5324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:14:31 +0000 Subject: [PATCH] Bump rustls from 0.23.32 to 0.23.33 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.32 to 0.23.33. - [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.33) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.33 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 4b5ab5cb9..bcd094d49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3183,9 +3183,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.32" +version = "0.23.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" +checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 86f8b7b20..be399634f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ rocket_dyn_templates = "0.2.0" roxmltree = "0.20" rstest = "0.24" rstest_reuse = "0.7.0" -rustls = "0.23.32" +rustls = "0.23.33" scraper = "0.22" semver = "1.0" serde = "1.0"