From 071492236155f4566bff15ecaa30406fa67e04c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:05:06 +0000 Subject: [PATCH] deps(deps): bump the tls-stack group across 1 directory with 2 updates Bumps the tls-stack group with 2 updates in the / directory: [rustls](https://github.com/rustls/rustls) and [webpki-roots](https://github.com/rustls/webpki-roots). Updates `rustls` from 0.23.36 to 0.23.40 - [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.36...v/0.23.40) Updates `webpki-roots` from 0.26.11 to 1.0.6 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.11...v/1.0.6) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tls-stack - dependency-name: webpki-roots dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tls-stack ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e1933a..8892367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2994,7 +2994,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jecp" -version = "0.1.0" +version = "1.1.1" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -3048,7 +3048,7 @@ dependencies = [ "tracing-subscriber", "url", "uuid", - "webpki-roots 0.26.11", + "webpki-roots 1.0.6", ] [[package]] @@ -4619,9 +4619,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.36" +version = "0.23.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" +checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" dependencies = [ "aws-lc-rs", "log", diff --git a/Cargo.toml b/Cargo.toml index fac6d79..6aeb489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ reqwest-eventsource = "0.6" # rustls dangerous_configuration: required to install a custom verifier on # top of WebPkiServerVerifier (chain validation) + SPKI pin check. rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] } -webpki-roots = "0.26" +webpki-roots = "1.0" # subtle: constant-time SPKI pin compare. Already in dep tree via bcrypt / # ed25519-dalek / curve25519-dalek — zero new transitives. subtle = "2"