From b449fd3fb5cfd6ec1aba45e506d072ae7d9469c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 21:38:32 +0000 Subject: [PATCH] Bump webpki from 0.22.0 to 0.22.2 Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: webpki dependency-type: direct:production ... 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 1c1b6ff..9ea41f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,9 +1048,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.0" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f" dependencies = [ "ring", "untrusted", diff --git a/Cargo.toml b/Cargo.toml index 48b3a83..45a9576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ pretty_assertions = "1.3.0" rustls = { version = "0.21.0" } rustls-pemfile = { version = "1.0.2" } -webpki = { version = "0.22.0" } +webpki = { version = "0.22.2" } async-rustls = { version = "0.3.0" } tokio-rustls = "0.24.0" rstest = "0.16.0"