From 7c3cd1cc153dffad6852980e9f30482c60b1295f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:41:25 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.95 to 1.0.96 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.96) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.96 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- proc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d3bfad..0d44e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,9 +91,9 @@ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "beef09f85ae72cea1ef96ba6870c51e6382ebfa4f0e85b643459331f3daa5be0" dependencies = [ "unicode-ident", ] diff --git a/proc/Cargo.toml b/proc/Cargo.toml index 0a9165f..dfbf00e 100644 --- a/proc/Cargo.toml +++ b/proc/Cargo.toml @@ -13,7 +13,7 @@ readme = "../readme.md" proc-macro = true [dependencies] -proc-macro2 = "1.0.95" +proc-macro2 = "1.0.96" quote = "1.0.40" syn = { version = "2.0.104", features = ["full"] }