Skip to content

Commit

Permalink
crypto_box: Unpin zeroize version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Mar 16, 2022
1 parent 6c74cc6 commit dc6829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_box/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand_core = "0.6"
salsa20 = { version = "0.9", features = ["hsalsa20"] }
x25519-dalek = { version = "1", default-features = false }
xsalsa20poly1305 = { version = "0.8", default-features = false, features = ["rand_core"] }
zeroize = { version = ">=1, <1.5", default-features = false }
zeroize = { version = "1", default-features = false }

[dependencies.serde_crate]
package = "serde"
Expand Down

0 comments on commit dc6829d

Please sign in to comment.