From d3cd8f8f1484eb5e7ab5ec05e59a0ac936e9b6f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:10:31 +0200 Subject: [PATCH] Update Rust crate proc-macro2 to v1.0.89 (#19326) 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.87` -> `1.0.89` | --- ### Release Notes
dtolnay/proc-macro2 (proc-macro2) ### [`v1.0.89`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.89) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.88...1.0.89) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#​474](https://redirect.github.com/dtolnay/proc-macro2/issues/474)) ### [`v1.0.88`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.88) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.87...1.0.88) - Return accurate line and column from `Span::start` and `Span::end` inside proc macros on nightly ([#​472](https://redirect.github.com/dtolnay/proc-macro2/issues/472))
--- ### 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 a5644e68137cec769338cf5a5779da8e1211dbc5..a3fcebfdb290c9b85ac83aec680fe2562fa16008 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8809,9 +8809,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" +checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" dependencies = [ "unicode-ident", ]