diff --git a/Cargo.lock b/Cargo.lock index 266098fc..704675a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,7 +786,7 @@ dependencies = [ "serde_json", "ureq", "url", - "webpki-roots 1.0.2", + "webpki-roots 1.0.3", ] [[package]] @@ -3210,14 +3210,14 @@ version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" dependencies = [ - "webpki-roots 1.0.2", + "webpki-roots 1.0.3", ] [[package]] name = "webpki-roots" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" +checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 0a960019..7198562a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ ureq = { version = "2.12.1", default-features = false } url = { version = "2.5.4", default-features = false } uuid = { version = "1.18.1", default-features = false, features = ["v4"] } walkdir = { version = "2.5.0", default-features = false } -webpki-roots = { version = "1.0.2", default-features = false } +webpki-roots = { version = "1.0.3", default-features = false } zeroize = { version = "1.8.2", default-features = false } [dependencies]