From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 03:52:00 +0000 (+0000) Subject: Bump zerocopy from 0.7.25 to 0.7.31 X-Git-Tag: v0.9.4~73^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=749767539afb905590de6cd8a0db6a05e2739197;p=scryer-prolog.git Bump zerocopy from 0.7.25 to 0.7.31 Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.25 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.25...v0.7.31) --- updated-dependencies: - dependency-name: zerocopy dependency-type: indirect ... Signed-off-by: dependabot[bot] --- diff --git a/Cargo.lock b/Cargo.lock index a648198d..3f12268d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3811,18 +3811,18 @@ checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" [[package]] name = "zerocopy" -version = "0.7.25" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557" +checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.25" +version = "0.7.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b" +checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" dependencies = [ "proc-macro2", "quote",