From 44ce4f974879d7f2b5c95b20e58cb4a8fc73136c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:44:41 +0000 Subject: [PATCH] build(deps): bump proc-macro2 from 1.0.101 to 1.0.104 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to 1.0.104. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.104) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graph/derive/Cargo.toml | 2 +- runtime/derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cc3e8d16e3..0188bf0909c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4285,9 +4285,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.101" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" +checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" dependencies = [ "unicode-ident", ] diff --git a/graph/derive/Cargo.toml b/graph/derive/Cargo.toml index 74889ee2e85..bfcfa0487fb 100644 --- a/graph/derive/Cargo.toml +++ b/graph/derive/Cargo.toml @@ -14,7 +14,7 @@ proc-macro = true [dependencies] syn = { workspace = true } quote = "1.0" -proc-macro2 = "1.0.101" +proc-macro2 = "1.0.105" heck = "0.5" [dev-dependencies] diff --git a/runtime/derive/Cargo.toml b/runtime/derive/Cargo.toml index dc515f290f2..1118c246327 100644 --- a/runtime/derive/Cargo.toml +++ b/runtime/derive/Cargo.toml @@ -9,5 +9,5 @@ proc-macro = true [dependencies] syn = { workspace = true } quote = "1.0" -proc-macro2 = "1.0.101" +proc-macro2 = "1.0.105" heck = "0.5"