From 4f3786ad8a221d11942638d570c659884aad50c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:33:08 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.105 to 1.0.106 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.105 to 1.0.106. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.105...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 ++-- Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60e72320..4942c0f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,9 +704,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index a14726c7..2a95f60a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.29" newline-converter = "0.3.0" paste = "1.0.15" prettyplease = "0.2.37" -proc-macro2 = "1.0.105" +proc-macro2 = "1.0.106" quote = "1.0.43" regress = "0.10.5" rustfmt-wrapper = "0.2.1" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index ee2fbbbe..6de46d01 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -11,7 +11,7 @@ readme = "../README.md" proc-macro = true [dependencies] -proc-macro2 = "1.0.105" +proc-macro2 = "1.0.106" quote = "1.0.43" schemars = "0.8.22" semver = { version = "1.0.27", features = ["serde"] }