From 6d5e3d0d825ae5a766efa3bfbea3082308668c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:50:54 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.95 to 1.0.106 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.106. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...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 ++-- translatable_proc/Cargo.toml | 2 +- translatable_shared/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70b3b6d..f808dc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] diff --git a/translatable_proc/Cargo.toml b/translatable_proc/Cargo.toml index f015524..f32e456 100644 --- a/translatable_proc/Cargo.toml +++ b/translatable_proc/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Esteve Autet ", "Chiko "] proc-macro = true [dependencies] -proc-macro2 = "1.0.95" +proc-macro2 = "1.0.106" quote = "1.0.38" strum = { version = "0.27.1", features = ["derive"] } syn = { version = "2.0.98", features = ["full"] } diff --git a/translatable_shared/Cargo.toml b/translatable_shared/Cargo.toml index 59a6032..8419b53 100644 --- a/translatable_shared/Cargo.toml +++ b/translatable_shared/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" authors = ["Esteve Autet ", "Chiko "] [dependencies] -proc-macro2 = "1.0.95" +proc-macro2 = "1.0.106" quote = "1.0.40" strum = { version = "0.27.1", features = ["derive", "strum_macros"] } syn = { version = "2.0.100", features = ["full"] }