You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rustls-webpki/rustls-webpki-fix-metadata....

24 lines
524 B

--- rustls-webpki-0.102.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-webpki-0.102.6/Cargo.toml 2024-07-27T12:30:06.168983+00:00
@@ -90,12 +90,6 @@
path = "benches/benchmark.rs"
harness = false
-[dependencies.aws-lc-rs]
-version = "1.8.1"
-features = ["aws-lc-sys"]
-optional = true
-default-features = false
-
[dependencies.pki-types]
version = "1.7"
default-features = false
@@ -138,7 +132,6 @@
"ring?/alloc",
"pki-types/alloc",
]
-aws_lc_rs = ["dep:aws-lc-rs"]
default = [
"std",
"ring",