From 72fbc7d1e5a2afe498449c41c10a949b141c3641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:15:22 +0000 Subject: [PATCH] Update Rust crate quote to 1.0.33 (#38) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quote](https://togithub.com/dtolnay/quote) | workspace.dependencies | patch | `1.0.23` -> `1.0.33` | --- ### Release Notes
dtolnay/quote (quote) ### [`v1.0.33`](https://togithub.com/dtolnay/quote/releases/tag/1.0.33) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.32...1.0.33) - Partially work around rust-analyzer bug ([https://github.com/rust-lang/rust-analyzer/issues/9911](https://togithub.com/rust-lang/rust-analyzer/issues/9911)) ### [`v1.0.32`](https://togithub.com/dtolnay/quote/releases/tag/1.0.32) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.31...1.0.32) - Documentation improvements (thanks [@​mfreeborn](https://togithub.com/mfreeborn)) ### [`v1.0.31`](https://togithub.com/dtolnay/quote/releases/tag/1.0.31) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.30...1.0.31) - Eliminate build.rs to reduce build time ### [`v1.0.30`](https://togithub.com/dtolnay/quote/releases/tag/1.0.30) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.29...1.0.30) - Documentation improvements ### [`v1.0.29`](https://togithub.com/dtolnay/quote/releases/tag/1.0.29) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.28...1.0.29) - Fix `proc_macro_span_shrink`-related build error when built with `-Zminimal-versions` ### [`v1.0.28`](https://togithub.com/dtolnay/quote/releases/tag/1.0.28) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.27...1.0.28) - Enable proc_macro support on wasm targets ([#​254](https://togithub.com/dtolnay/quote/issues/254)) ### [`v1.0.27`](https://togithub.com/dtolnay/quote/releases/tag/1.0.27) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.26...1.0.27) - Documentation improvements ### [`v1.0.26`](https://togithub.com/dtolnay/quote/releases/tag/1.0.26) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.25...1.0.26) - Improve error message on incorrectly typed span ([#​247](https://togithub.com/dtolnay/quote/issues/247)) ### [`v1.0.25`](https://togithub.com/dtolnay/quote/releases/tag/1.0.25) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.24...1.0.25) - Generalize `quote_spanned!` to accept `DelimSpan` as span ([#​239](https://togithub.com/dtolnay/quote/issues/239)) ### [`v1.0.24`](https://togithub.com/dtolnay/quote/releases/tag/1.0.24) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.23...1.0.24) - Documentation improvements
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a288edca1..c978473be7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ predicates = "2.1.5" pretty_assertions = "1.3.0" proc-macro2 = "1.0.67" qstring = "0.7.2" -quote = "1.0.23" +quote = "1.0.33" rand = "0.8.5" regex = "1.7.0" rstest = "0.16.0"