From e3f19ad860e97fb78666d41950ee048017ec83ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:30:49 +0000 Subject: [PATCH] build(deps): bump zerocopy from 0.8.14 to 0.8.15 in the cargo group Bumps the cargo group with 1 update: [zerocopy](https://github.com/google/zerocopy). Updates `zerocopy` from 0.8.14 to 0.8.15 - [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.8.14...v0.8.15) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19b5f1c..3e7e1ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1230,18 +1230,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468" +checksum = "a1e101d4bc320b6f9abb68846837b70e25e380ca2f467ab494bf29fcc435fcc3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1" +checksum = "03a73df1008145cd135b3c780d275c57c3e6ba8324a41bd5e0008fe167c3bc7c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 785d4db..b56ab9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ serde_with = "3.0" test-log = "0.2.17" thiserror = "2.0.3" uuid = { version = "1.12.1", features = ["v8"] } -zerocopy = "0.8.0" +zerocopy = "0.8.15" zstd = "0.13.1"