From 8c9a05b2a8863d03cdcc46839a528f44696c328d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:11:32 +0300 Subject: [PATCH] Update Rust crate proc-macro2 to v1.0.87 (#18957) 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) | dependencies | patch | `1.0.86` -> `1.0.87` | --- ### Release Notes
dtolnay/proc-macro2 (proc-macro2) ### [`v1.0.87`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.87) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.87) - Check valid punctuation character in `Punct::new` ([#​470](https://redirect.github.com/dtolnay/proc-macro2/issues/470))
--- ### 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 0170438afb..48a8c95e05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8405,9 +8405,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ]