Skip to content

Commit

Permalink
Update Rust crate quote to 1.0.33 (#38)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>dtolnay/quote (quote)</summary>

### [`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 ([rust-lang/rust-analyzer#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 [@&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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

</details>

---

### 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).
  • Loading branch information
renovate[bot] committed Sep 22, 2023
1 parent ac54be2 commit 72fbc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 72fbc7d

Please sign in to comment.