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.
17 lines
384 B
17 lines
384 B
3 years ago
|
--- aes-gcm-0.9.4/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ aes-gcm-0.9.4/Cargo.toml 2021-09-29T15:56:16.778431+00:00
|
||
|
@@ -44,11 +44,11 @@
|
||
|
default-features = false
|
||
|
|
||
|
[dependencies.subtle]
|
||
|
-version = ">=2, <2.5"
|
||
|
+version = "2"
|
||
|
default-features = false
|
||
|
|
||
|
[dependencies.zeroize]
|
||
|
-version = ">=1, <1.4"
|
||
|
+version = "1"
|
||
|
optional = true
|
||
|
default-features = false
|
||
|
[dev-dependencies.aead]
|