From 8154828e0dfa342dc4798033f83e6993fa907223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:51:50 +0000 Subject: [PATCH] build(deps): bump proc-macro2 from 1.0.94 to 1.0.95 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.94 to 1.0.95. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- actix-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efcec8fa..24d07333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,9 +1439,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" dependencies = [ "unicode-ident", ] diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index d4bfcfe5..f3645340 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -27,7 +27,7 @@ syn = { version = "2", features = ["full"] } # minimal versions compat [target.'cfg(any())'.dependencies] -proc-macro2 = "1.0.60" +proc-macro2 = "1.0.95" [dev-dependencies] actix-rt = "2"