From 7163c79f4cd6cda5c6e02a022174d66c247c3612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:31:15 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a9315a..c0d7d6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,9 +196,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 46f97e6..2bc02e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ chrono = "0.4.31" lazy-regex = "3.5" lazy_static = "1.1.0" once_cell = "1.21.3" -proc-macro2 = "1.0.104" +proc-macro2 = "1.0.105" regex = "1" rowan = "0.16"