diff --git a/Cargo.lock b/Cargo.lock index 426a59ed5f..d714975cea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3194,11 +3194,10 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.5" +version = "0.27.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" +checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d" dependencies = [ - "futures-util", "http 1.3.1", "hyper", "hyper-util", @@ -3208,7 +3207,7 @@ dependencies = [ "tokio", "tokio-rustls", "tower-service", - "webpki-roots", + "webpki-roots 1.0.0", ] [[package]] @@ -5230,7 +5229,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots", + "webpki-roots 0.26.7", "windows-registry", ] @@ -7191,6 +7190,15 @@ dependencies = [ "rustls-pki-types", ] +[[package]] +name = "webpki-roots" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" +dependencies = [ + "rustls-pki-types", +] + [[package]] name = "widestring" version = "1.1.0" @@ -7219,7 +7227,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/about.toml b/about.toml index c5ff9e0a3f..33b191d06b 100644 --- a/about.toml +++ b/about.toml @@ -14,6 +14,7 @@ accepted = [ "Unicode-DFS-2016", "Zlib", "NCSA", # similar to MIT/BSD-3-Clause, used by libfuzzer + "CDLA-Permissive-2.0", # webpki-roots ] # See https://github.com/EmbarkStudios/cargo-about/pull/216 diff --git a/deny.toml b/deny.toml index 4b5067d871..73e7802527 100644 --- a/deny.toml +++ b/deny.toml @@ -60,6 +60,7 @@ allow = [ "Unicode-3.0", "Zlib", "NCSA", # similar to MIT/BSD-3-Clause, used by libfuzzer + "CDLA-Permissive-2.0", # webpki-roots ] confidence-threshold = 0.8