From a50bb57bb27628888d002c0e626532ae076ee4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:04:09 +0000 Subject: [PATCH] chore(deps): bump rustls from 0.23.42 to 0.23.43 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.42 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.42...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92f51c3..4d821ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2281,9 +2281,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.42" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "aws-lc-rs", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index c7bfaac..aa08c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ psl = "=2.1.223" 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.42", default-features = false, features = ["std", "aws-lc-rs", "prefer-post-quantum", "tls12"] } +rustls = { version = "=0.23.43", 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.229", features = ["derive"] }