From 1ec5e1c5f8730c9d4bcfb3852d8ce7325a9dbb2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:37:40 +0000 Subject: [PATCH 1/2] Bump webpki-roots from 0.26.0 to 0.26.1 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.0...v/0.26.1) --- updated-dependencies: - dependency-name: webpki-roots 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 17a7f89..00c8b4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1730,9 +1730,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "webpki-roots" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de2cfda980f21be5a7ed2eadb3e6fe074d56022bea2cdeb1a62eb220fc04188" +checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 187225f..d548447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,4 +57,4 @@ tls-listener = { version = "0.9.1", features = ["rt", "rustls"] } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "io-std", "io-util", "net", "signal"] } tokio-rustls = { version = "0.25.0", default-features = false, features = ["tls12"] } tokio-stream = { version = "0.1.14", features = ["net"] } -webpki-roots = "0.26.0" +webpki-roots = "0.26.1" From af3ae82789dd22658911381413d9e19acb4da4a7 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 29 Feb 2024 10:38:42 -0700 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d548447..fa6b79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,4 +57,4 @@ tls-listener = { version = "0.9.1", features = ["rt", "rustls"] } tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "io-std", "io-util", "net", "signal"] } tokio-rustls = { version = "0.25.0", default-features = false, features = ["tls12"] } tokio-stream = { version = "0.1.14", features = ["net"] } -webpki-roots = "0.26.1" +webpki-roots = "0.26"