From e8b79dd208d2a5e4c2a0572d17fd1dfdb782f61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 21:03:17 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.104 to 1.0.105 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.104 to 1.0.105. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.104...1.0.105) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.105 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23f628b..951c34f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "proc-macro2" -version = "1.0.104" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0" +checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" dependencies = [ "unicode-ident", ] diff --git a/impl/Cargo.toml b/impl/Cargo.toml index c47b2b2..33e0e81 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -15,7 +15,7 @@ categories = ["development-tools", "rust-patterns"] proc-macro = true [dependencies] -proc-macro2 = "1.0.104" +proc-macro2 = "1.0.105" quote = "1.0.42" regex = "1.12.2" syn = { version = "2.0.112", features = [] }