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-mac/crypto-mac-fix-metadata.diff

16 lines
323 B

--- crypto-mac-0.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crypto-mac-0.7.0/Cargo.toml 2020-02-13T21:23:43.163754+00:00
@@ -27,10 +27,10 @@
optional = true
[dependencies.generic-array]
-version = "0.12"
+version = "0.13"
[dependencies.subtle]
-version = "1"
+version = "2"
default-features = false
[features]