downgrade zeroize in lockfile

Version 1.8.0 was yanked.
This commit is contained in:
Benjamin Lee 2024-04-26 09:28:01 -07:00
parent 95fb05af33
commit 9fc9f478db
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

4
Cargo.lock generated
View file

@ -4355,9 +4355,9 @@ dependencies = [
[[package]]
name = "zeroize"
version = "1.8.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63381fa6624bf92130a6b87c0d07380116f80b565c42cf0d754136f0238359ef"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
[[package]]
name = "zstd"