--- 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",