From 0c8417007131c085312ac94be8a86a653fa70703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:14:13 +0200 Subject: [PATCH] Update Rust crate quote to v1.0.40 (#26618) 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) | workspace.dependencies | patch | `1.0.38` -> `1.0.40` | --- ### Release Notes
dtolnay/quote (quote) ### [`v1.0.40`](https://redirect.github.com/dtolnay/quote/releases/tag/1.0.40) [Compare Source](https://redirect.github.com/dtolnay/quote/compare/1.0.39...1.0.40) - Optimize construction of lifetime tokens ([#​293](https://redirect.github.com/dtolnay/quote/issues/293), thanks [@​aatifsyed](https://redirect.github.com/aatifsyed)) ### [`v1.0.39`](https://redirect.github.com/dtolnay/quote/releases/tag/1.0.39) [Compare Source](https://redirect.github.com/dtolnay/quote/compare/1.0.38...1.0.39) - Documentation improvements
--- ### 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 5efbc7d333c92daa08f1444e566f73554ace420c..5ca8da49767d788d6fead0e02dceb17426664129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10795,9 +10795,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ]