From a4ca3ba54554e6441f72157dfaf9b45a2ec160f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:04:05 +0000 Subject: [PATCH] chore(deps): bump rustls-webpki from 0.103.4 to 0.103.5 Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.4 to 0.103.5. - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.4...v/0.103.5) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rpxy-certs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1224285..e2f15d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2314,9 +2314,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.4" +version = "0.103.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" +checksum = "b5a37813727b78798e53c2bec3f5e8fe12a6d6f8389bf9ca7802add4c9905ad8" dependencies = [ "aws-lc-rs", "ring", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index 6d614f2..68a520b 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -27,7 +27,7 @@ rustls = { version = "0.23.31", default-features = false, features = [ "aws_lc_rs", ] } rustls-pemfile = { version = "2.2.0" } -rustls-webpki = { version = "0.103.4", default-features = false, features = [ +rustls-webpki = { version = "0.103.5", default-features = false, features = [ "std", "aws-lc-rs", ] }