Update Rust crate quote to v1.0.38 (#22553)
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 <details> <summary>dtolnay/quote (quote)</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2d431e9b51
commit
a79def005d
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue