From 012d0c41d0ea90daf6d4cb1df5e9b4c37ced3c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:36:14 +0000 Subject: [PATCH] build(deps): bump ptr_meta from 0.3.1 to 0.3.2 Bumps [ptr_meta](https://github.com/rkyv/ptr_meta) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/rkyv/ptr_meta/releases) - [Changelog](https://github.com/rkyv/ptr_meta/blob/main/CHANGELOG.md) - [Commits](https://github.com/rkyv/ptr_meta/commits/0.3.2) --- updated-dependencies: - dependency-name: ptr_meta dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74a4d45..141a06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,22 +1057,22 @@ dependencies = [ [[package]] name = "ptr_meta" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" +checksum = "743da816b98c921cdbe8628ef7381b76f25ecf4da599fc80aca90eae7ef70cc0" dependencies = [ "ptr_meta_derive", ] [[package]] name = "ptr_meta_derive" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" +checksum = "1c8d9ca532f185d5d4db7a7c9d51420b452168ea1c2b913953281bd6fe1fcbd0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]]