Update Rust crate webpki to 0.22.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-10 00:08:40 +00:00
parent 863a835e9a
commit 965c235169
2 changed files with 39 additions and 13 deletions

View File

@ -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.2"
webpki = "0.22.4"
x509-parser = "0.15.1"
pem = "3.0.2"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }