From a79def005dbf23b6e067333a358cdd9427a85722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:45:55 -0500 Subject: [PATCH] Update Rust crate quote to v1.0.38 (#22553) 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 | |---|---|---|---| | [quote](https://redirect.github.com/dtolnay/quote) | dependencies | patch | `1.0.37` -> `1.0.38` | --- ### Release Notes
dtolnay/quote (quote) ### [`v1.0.38`](https://redirect.github.com/dtolnay/quote/releases/tag/1.0.38) [Compare Source](https://redirect.github.com/dtolnay/quote/compare/1.0.37...1.0.38) - Support interpolating arrays inside of arrays using a repetition ([#​286](https://redirect.github.com/dtolnay/quote/issues/286))
--- ### 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 c75e66ebb11e4..32f1eda3d8c6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10141,9 +10141,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ]