Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -3208,7 +3207,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tower-service",
"webpki-roots",
"webpki-roots 1.0.0",
]

[[package]]
Expand Down Expand Up @@ -5230,7 +5229,7 @@ dependencies = [
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"webpki-roots",
"webpki-roots 0.26.7",
"windows-registry",
]

Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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]]
Expand Down
1 change: 1 addition & 0 deletions about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down