From d51c9498d47faaab6998324268667cc7222f302d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:24:52 +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 +- typify-macro/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2321f3d3..5abb367b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,9 +704,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 9578d577..691be6f1 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.104" +proc-macro2 = "1.0.105" 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 c2a9a3e1..ee2fbbbe 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.104" +proc-macro2 = "1.0.105" quote = "1.0.43" schemars = "0.8.22" semver = { version = "1.0.27", features = ["serde"] }