Upgrade zeroize to 1.5 (#286)
* Upgrade zeroize to 1.5 * Update the MSRV to 1.51 * Fix clippy warnings Co-authored-by: Valentin Tolmer <[email protected]>
This commit is contained in:
co-authored by
Valentin Tolmer
parent
1012439d2f
commit
902a605b9c
+1
-1
@@ -31,7 +31,7 @@ rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
subtle = { version = "2.3.0", default-features = false }
|
||||
thiserror = "1.0.22"
|
||||
zeroize = { version = "~1.1", features = ["zeroize_derive"] }
|
||||
zeroize = { version = "~1.5", features = ["zeroize_derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.35"
|
||||
|
||||
Reference in New Issue
Block a user