Update Zeroize pin to ^1.5 from 1.5

This commit is contained in:
Luke Parker
2023-03-07 02:29:59 -05:00
parent a053454ae4
commit c37cc0b4e2
11 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ rand_chacha = { version = "0.3", optional = true }
rand = "0.8"
rand_distr = "0.4"
zeroize = { version = "1.5", features = ["zeroize_derive"] }
zeroize = { version = "^1.5", features = ["zeroize_derive"] }
subtle = "2.4"
sha3 = "0.10"