From 0707ce7f0790ef2ef991dcec92cab8766c0adb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:10:30 +0000 Subject: [PATCH] build(deps): bump proc-macro2 from 1.0.95 to 1.0.103 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.103. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.103) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cruct_proc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e495f1..208402d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,9 +266,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ "unicode-ident", ] diff --git a/cruct_proc/Cargo.toml b/cruct_proc/Cargo.toml index f28c70f..6a490c4 100644 --- a/cruct_proc/Cargo.toml +++ b/cruct_proc/Cargo.toml @@ -19,7 +19,7 @@ proc-macro = true [dependencies] cruct_shared = { version = "=1.0.0", path = "../cruct_shared" } -proc-macro2 = "1.0.94" +proc-macro2 = "1.0.103" quote = "1.0.40" syn = { version = "2.0.104", features = ["full"] } thiserror = "2.0.12"