Skip to content

Commit f664e88

Browse files
committed
Upgrade to webpki-root-certs 1
1 parent 694e914 commit f664e88

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ yanked = "deny"
55
allow = [
66
"Apache-2.0",
77
"BSD-3-Clause",
8+
"CDLA-Permissive-2.0",
89
"ISC",
910
"MIT",
10-
"MPL-2.0",
1111
"Unicode-3.0",
1212
]
1313
exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }]

rustls-platform-verifier/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ android_logger = { version = "0.15", optional = true } # Only used during testin
4747

4848
[target.'cfg(target_arch = "wasm32")'.dependencies]
4949
webpki = { package = "rustls-webpki", version = "0.103", default-features = false }
50-
webpki-root-certs = "0.26"
50+
webpki-root-certs = "1"
5151

5252
# BSD targets require webpki-roots-certs for the real-world verification tests.
5353
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
54-
webpki-root-certs = "0.26"
54+
webpki-root-certs = "1"
5555

5656
[target.'cfg(any(target_vendor = "apple"))'.dependencies]
5757
core-foundation = "0.10"
@@ -64,7 +64,7 @@ windows-sys = { version = ">=0.52.0, <0.60.0", default-features = false, feature
6464

6565
[dev-dependencies]
6666
rustls = { version = "0.23", default-features = false, features = ["ring"] }
67-
webpki-root-certs = "0.26"
67+
webpki-root-certs = "1"
6868

6969
[package.metadata.docs.rs]
7070
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)