diff --git a/Cargo.lock b/Cargo.lock index 8d0e22c..b004288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2138,9 +2138,9 @@ dependencies = [ [[package]] name = "webpki" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e" +checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f" dependencies = [ "ring", "untrusted", diff --git a/Cargo.toml b/Cargo.toml index 626dc5e..018db90 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.1" +webpki = "0.22.2" x509-parser = "0.15.1" pem = "3.0.2" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }