From 33b65af95cd4265dbd488f365fce149fd05f9fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:04:52 +0000 Subject: [PATCH] chore(deps): bump rustls from 0.23.41 to 0.23.42 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.41 to 0.23.42. - [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.41...v/0.23.42) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.42 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 16f49ba..13c4048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2253,9 +2253,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.41" +version = "0.23.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" +checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" dependencies = [ "aws-lc-rs", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 1507b4f..cbdc206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ psl = "=2.1.218" rand = "=0.10.2" quick-xml = "=0.41.0" quinn = { version = "=0.11.11", default-features = false, features = ["runtime-tokio", "rustls-aws-lc-rs"] } -rustls = { version = "=0.23.41", default-features = false, features = ["std", "aws-lc-rs", "prefer-post-quantum", "tls12"] } +rustls = { version = "=0.23.42", default-features = false, features = ["std", "aws-lc-rs", "prefer-post-quantum", "tls12"] } rustls-native-certs = "=0.8.4" rustls-platform-verifier = "=0.7.0" serde = { version = "=1.0.228", features = ["derive"] }