From ae86d249e353c12d326bbbdfde16988082f91d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:24:41 +0000 Subject: [PATCH] chore(deps): bump zerocopy from 0.8.31 to 0.8.32 Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.31 to 0.8.32. - [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.31...v0.8.32) --- updated-dependencies: - dependency-name: zerocopy dependency-version: 0.8.32 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ca3c5c0..90e77f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1597,18 +1597,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.31" +version = "0.8.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" +checksum = "1fabae64378cb18147bb18bca364e63bdbe72a0ffe4adf0addfec8aa166b2c56" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.31" +version = "0.8.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" +checksum = "c9c2d862265a8bb4471d87e033e730f536e2a285cc7cb05dbce09a2a97075f90" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ca735bb..473cc18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ ndarray = "0.16.1" oneshot = "0.1.11" rtrb = "0.3.2" thiserror = "2.0.17" -zerocopy = { version = "0.8.31", optional = true } +zerocopy = { version = "0.8.32", optional = true } [dev-dependencies] anyhow = "1.0.100"