From a96143d9a015e10e93e6b424a9e49bf7a4ec4a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:05:15 +0000 Subject: [PATCH] build(deps): bump proc-macro2 from 1.0.95 to 1.0.101 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.101. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.101) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.101 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..c4fe783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,9 +266,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" dependencies = [ "unicode-ident", ] diff --git a/cruct_proc/Cargo.toml b/cruct_proc/Cargo.toml index f28c70f..bdfec46 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.101" quote = "1.0.40" syn = { version = "2.0.104", features = ["full"] } thiserror = "2.0.12"