summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-16 20:01:26 +0800
committerGitHub <noreply@github.com>2023-12-16 20:01:26 +0800
commitbef8d8cebb9370bdbd8194d7e6b1f1a8e51b3b91 (patch)
treeb6fa7ca99fc873dfaea796c83a1490eeb522bb1d
parent451a7a264277679c42a687499d44323343f43126 (diff)
chore(deps): bump zerocopy from 0.7.21 to 0.7.31 (#343)
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.21 to 0.7.31. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.7.21...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fa8f7c0..c3a7a7a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2338,18 +2338,18 @@ dependencies = [
[[package]]
name = "zerocopy"
-version = "0.7.21"
+version = "0.7.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc"
+checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
-version = "0.7.21"
+version = "0.7.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806"
+checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a"
dependencies = [
"proc-macro2",
"quote",