From 4a095a14cac60d90a93fb759f5191e6f912b65e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:56:22 +0000 Subject: [PATCH] chore(deps)(deps): update webpki-roots requirement from 0.26 to 1.0 Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.0...v/1.0.9) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/octo-adapter-irc/Cargo.toml | 2 +- crates/octo-adapter-whatsapp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/octo-adapter-irc/Cargo.toml b/crates/octo-adapter-irc/Cargo.toml index c69d3d96..6711ffba 100644 --- a/crates/octo-adapter-irc/Cargo.toml +++ b/crates/octo-adapter-irc/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1.35", features = ["rt-multi-thread", "macros", "time", "sy tokio-rustls = "0.26" rustls = "0.23" rustls-pki-types = "1" -webpki-roots = "0.26" +webpki-roots = "1.0" blake3 = "1.5" base64 = "0.22" async-trait = "0.1" diff --git a/crates/octo-adapter-whatsapp/Cargo.toml b/crates/octo-adapter-whatsapp/Cargo.toml index eaee626a..29facd28 100644 --- a/crates/octo-adapter-whatsapp/Cargo.toml +++ b/crates/octo-adapter-whatsapp/Cargo.toml @@ -114,7 +114,7 @@ ciborium = "0.2" rustls = { version = "0.23", default-features = false, features = ["ring", "std"] } tokio-rustls = "0.26" rustls-pki-types = "1" -webpki-roots = "0.26" +webpki-roots = "1.0" # X25519 for the ephemeral static pub we put in frame[0]. Wacore pins # x25519-dalek 2.0.1 in the lockfile (see Cargo.lock); pin the same major. x25519-dalek = { version = "2", features = ["static_secrets"] }