Skip to content

Commit e3e174d

Browse files
committed
zeroize 1.6.0
1 parent 29e5c29 commit e3e174d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

5656
[features]

0 commit comments

Comments
 (0)