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-crypto-bigint0.2/SOURCES/crypto-bigint-fix-metadata....

22 lines
474 B

--- crypto-bigint-0.2.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crypto-bigint-0.2.11/Cargo.toml 2023-05-30T13:12:08.521080+00:00
@@ -32,17 +32,12 @@
version = "0.6"
optional = true
-[dependencies.rlp]
-version = "0.5"
-optional = true
-default-features = false
-
[dependencies.subtle]
version = "2.4"
default-features = false
[dependencies.zeroize]
-version = ">=1, <1.5"
+version = "1"
optional = true
default-features = false
[dev-dependencies.hex-literal]