From b6b196f2fb753d9f9fc724fa23e00aea9237c835 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 31 Aug 2023 00:31:56 +0000 Subject: [PATCH] Update Rust crate webpki to 0.22.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20247ec..8d0e22c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2138,9 +2138,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" dependencies = [ "ring", "untrusted", diff --git a/Cargo.toml b/Cargo.toml index f6173db..626dc5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ actix-tls = "3.1.1" serde = { version = "1.0.185", features = ["derive"] } tokio = { version = "1", features = ["full"] } futures = "0.3.25" -webpki = "0.22.0" +webpki = "0.22.1" x509-parser = "0.15.1" pem = "3.0.2" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }