diff --git a/Cargo.lock b/Cargo.lock index eec1e33..8731300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ "url", "urlencoding", "uuid", - "webpki-roots 0.26.11", + "webpki-roots 1.0.5", "wiremock", ] diff --git a/Cargo.toml b/Cargo.toml index 712edc1..c0ff8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ rustls = { version = "0.23", features = ["ring"] } rustls-pki-types = { version = "1.9", features = ["std"] } rcgen = { version = "0.13", features = ["ring"] } tokio-rustls = { version = "0.26", features = ["ring"] } -webpki-roots = "0.26" +webpki-roots = "1.0" # ═══════════════════════════════════════════════════════════════════════════════ # Async Runtime