From e18d787dbc910af69e70879d4f85b821538af494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 11:30:22 -0600 Subject: [PATCH] Update Rust crate proc-macro2 to v1.0.95 (#28917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [proc-macro2](https://redirect.github.com/dtolnay/proc-macro2) | workspace.dependencies | patch | `1.0.94` -> `1.0.95` | --- ### Release Notes
dtolnay/proc-macro2 (proc-macro2) ### [`v1.0.95`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.95) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95) - Update semver-exempt API under `RUSTFLAGS=--cfg=procmacro2_semver_exempt` to that of nightly-2025-04-16 ([#​497](https://redirect.github.com/dtolnay/proc-macro2/issues/497))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e93a7a2546..4a2c533330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10783,9 +10783,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", ]