Relaxed zeroize dependency

This commit is contained in:
Michael Rosenberg 2022-11-10 03:44:26 -05:00
parent 1f9e527597
commit 90292dccf8
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
# The original packed_simd package was orphaned, see
# https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161
packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"], optional = true }
zeroize = { version = ">=1, <1.4", default-features = false }
zeroize = { version = "1", default-features = false }
fiat-crypto = { version = "0.1.6", optional = true}
[features]