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-sequoia-openpgp/sequoia-openpgp-fix-metadat...

36 lines
747 B

--- sequoia-openpgp-1.16.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-openpgp-1.16.0/Cargo.toml 2023-05-17T13:49:16.702593+00:00
@@ -264,10 +264,6 @@
version = "0.8"
features = ["xxh3"]
-[dev-dependencies.criterion]
-version = "0.4"
-features = ["html_reports"]
-
[dev-dependencies.quickcheck]
version = "1"
default-features = false
@@ -276,7 +272,7 @@
version = "0.8"
[dev-dependencies.rpassword]
-version = "6.0"
+version = "7.0"
[build-dependencies.lalrpop]
version = ">=0.17, <0.20"
@@ -300,12 +296,6 @@
]
crypto-botan = ["botan/botan3"]
crypto-botan2 = ["botan"]
-crypto-cng = [
- "cipher",
- "eax",
- "ed25519-dalek",
- "num-bigint-dig",
-]
crypto-nettle = ["nettle"]
crypto-openssl = [
"openssl",