From 913f73680686419336cc5e656a64d2ade5a19a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:33:08 +0000 Subject: [PATCH] workspace: bump proc-macro2 from 1.0.105 to 1.0.106 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.105...1.0.106) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.106 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- apfs-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8b0d2e48..7dbf4798a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3083,9 +3083,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] diff --git a/apfs-derive/Cargo.toml b/apfs-derive/Cargo.toml index 9f80ab9a4..4ae92c937 100644 --- a/apfs-derive/Cargo.toml +++ b/apfs-derive/Cargo.toml @@ -15,6 +15,6 @@ proc-macro = true [dependencies] indoc = "2.0.7" -proc-macro2 = "1.0.105" +proc-macro2 = "1.0.106" syn = { version = "2.0.114", features = ["extra-traits", "full"] } quote = "1.0.43"