chore: bump zeroize_derive to 1.4.2 (#31940)

This commit is contained in:
Yihau Chen 2023-06-02 23:38:27 +08:00 committed by GitHub
parent c91f40b865
commit 2394e96bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

7
Cargo.lock generated
View File

@ -8688,14 +8688,13 @@ dependencies = [
[[package]]
name = "zeroize_derive"
version = "1.2.0"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2 1.0.59",
"quote 1.0.28",
"syn 1.0.109",
"synstructure",
"syn 2.0.18",
]
[[package]]

View File

@ -7715,14 +7715,13 @@ dependencies = [
[[package]]
name = "zeroize_derive"
version = "1.2.0"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2 1.0.59",
"quote 1.0.28",
"syn 1.0.109",
"synstructure",
"syn 2.0.18",
]
[[package]]