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
520 B

--- rustls-webpki-0.102.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-webpki-0.102.2/Cargo.toml 2024-04-19T19:36:30.435600+00:00
@@ -90,12 +90,6 @@
path = "benches/benchmark.rs"
harness = false
-[dependencies.aws-lc-rs]
-version = "1"
-features = ["aws-lc-sys"]
-optional = true
-default-features = false
-
[dependencies.pki-types]
version = "1.2"
default-features = false
@@ -136,7 +130,6 @@
"ring?/alloc",
"pki-types/alloc",
]
-aws_lc_rs = ["dep:aws-lc-rs"]
default = [
"std",
"ring",