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

@@ -18,7 +18,7 @@ thiserror = "1"
rand_core = "0.6"
rand_chacha = "0.3"
zeroize = { version = "1.5", features = ["zeroize_derive"] }
zeroize = { version = "^1.5", features = ["zeroize_derive"] }
subtle = "2"
hex = "0.4"