vincent-herlemont / native_db

Drop-in embedded database in Rust
MIT License
362 stars 14 forks source link

fix(deps): update rust crate quote to 1.0.36 #172

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quote dependencies patch 1.0 -> 1.0.36

Release Notes

dtolnay/quote (quote) ### [`v1.0.36`](https://togithub.com/dtolnay/quote/releases/tag/1.0.36) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.35...1.0.36) - Documentation improvements ### [`v1.0.35`](https://togithub.com/dtolnay/quote/releases/tag/1.0.35) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.34...1.0.35) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.34`](https://togithub.com/dtolnay/quote/releases/tag/1.0.34) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.33...1.0.34) - Documentation improvements ### [`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 ### [`v1.0.23`](https://togithub.com/dtolnay/quote/releases/tag/1.0.23) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.22...1.0.23) - Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now ### [`v1.0.22`](https://togithub.com/dtolnay/quote/releases/tag/1.0.22) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.21...1.0.22) - Documentation improvements ### [`v1.0.21`](https://togithub.com/dtolnay/quote/releases/tag/1.0.21) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.20...1.0.21) - Add keywords to crates.io metadata ### [`v1.0.20`](https://togithub.com/dtolnay/quote/releases/tag/1.0.20) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.19...1.0.20) - Remove workaround for dealing with invalid spans on new enough compilers ([#​224](https://togithub.com/dtolnay/quote/issues/224), thanks [@​mystor](https://togithub.com/mystor)) - Use `Ident::new_raw` to quote raw identifiers ([#​225](https://togithub.com/dtolnay/quote/issues/225), thanks [@​mystor](https://togithub.com/mystor)) ### [`v1.0.19`](https://togithub.com/dtolnay/quote/releases/tag/1.0.19) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.18...1.0.19) - Improve the way rustc's -Zunpretty=expanded renders quote's expanded code ([#​221](https://togithub.com/dtolnay/quote/issues/221)) ### [`v1.0.18`](https://togithub.com/dtolnay/quote/releases/tag/1.0.18) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.17...1.0.18) - Special case `quote!`/`quote_spanned!` for inputs of size 1 and 2 tokens to improve performance ([#​217](https://togithub.com/dtolnay/quote/issues/217), thanks [@​nnethercote](https://togithub.com/nnethercote)) - Documentation improvement ([#​219](https://togithub.com/dtolnay/quote/issues/219)) ### [`v1.0.17`](https://togithub.com/dtolnay/quote/releases/tag/1.0.17) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.16...1.0.17) - Documentation improvements ### [`v1.0.16`](https://togithub.com/dtolnay/quote/releases/tag/1.0.16) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.15...1.0.16) - Improve compile time of `quote!` and `quote_spanned!` calls by a few percent ([#​209](https://togithub.com/dtolnay/quote/issues/209), [#​210](https://togithub.com/dtolnay/quote/issues/210), thanks [@​nnethercote](https://togithub.com/nnethercote) [@​lqd](https://togithub.com/lqd)) ### [`v1.0.15`](https://togithub.com/dtolnay/quote/releases/tag/1.0.15) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.14...1.0.15) - Retrigger docs.rs build to work around rustdoc regression ([https://github.com/rust-lang/rust/issues/92331](https://togithub.com/rust-lang/rust/issues/92331)) ### [`v1.0.14`](https://togithub.com/dtolnay/quote/releases/tag/1.0.14) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.13...1.0.14) - Optimization to reduce calls over the proc macro bridge ([#​203](https://togithub.com/dtolnay/quote/issues/203)) ### [`v1.0.13`](https://togithub.com/dtolnay/quote/releases/tag/1.0.13) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.12...1.0.13) - Documentation improvements ### [`v1.0.12`](https://togithub.com/dtolnay/quote/releases/tag/1.0.12) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.11...1.0.12) - Fix proc-macro2 dependency to work with `-Zminimal-versions` builds ### [`v1.0.11`](https://togithub.com/dtolnay/quote/releases/tag/1.0.11) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.10...1.0.11) - Improve performance of quote invocations involving literals, lifetimes, and underscore tokens ### [`v1.0.10`](https://togithub.com/dtolnay/quote/releases/tag/1.0.10) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.9...1.0.10) - Work around regression in nightly Clippy: [https://github.com/rust-lang/rust-clippy/issues/7768](https://togithub.com/rust-lang/rust-clippy/issues/7768) ### [`v1.0.9`](https://togithub.com/dtolnay/quote/compare/1.0.8...1.0.9) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.8...1.0.9) ### [`v1.0.8`](https://togithub.com/dtolnay/quote/releases/tag/1.0.8) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.7...1.0.8) - Help debug invalid raw identifiers passed to `format_ident!` ([#​173](https://togithub.com/dtolnay/quote/issues/173), [#​175](https://togithub.com/dtolnay/quote/issues/175)) ### [`v1.0.7`](https://togithub.com/dtolnay/quote/releases/tag/1.0.7) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.6...1.0.7) - Add fast path to improve compile time of generated code when using `quote!` with the default span ([#​159](https://togithub.com/dtolnay/quote/issues/159)) ### [`v1.0.6`](https://togithub.com/dtolnay/quote/releases/tag/1.0.6) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.5...1.0.6) - Support `Cow` used as an ident fragment inside `format_ident!` ([#​158](https://togithub.com/dtolnay/quote/issues/158), thanks [@​randomPoison](https://togithub.com/randomPoison)) ### [`v1.0.5`](https://togithub.com/dtolnay/quote/releases/tag/1.0.5) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.4...1.0.5) - Documentation improvements ### [`v1.0.4`](https://togithub.com/dtolnay/quote/releases/tag/1.0.4) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.3...1.0.4) - Permit `char` as a fragment in the [`format_ident!`](https://docs.rs/quote/1/quote/macro.format_ident.html) macro ### [`v1.0.3`](https://togithub.com/dtolnay/quote/releases/tag/1.0.3) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.2...1.0.3) - Avoid panic when using quote! on raw identifiers ([#​140](https://togithub.com/dtolnay/quote/issues/140)) ### [`v1.0.2`](https://togithub.com/dtolnay/quote/releases/tag/1.0.2) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.1...1.0.2) - Fix missing token if there is a star adjacent to repetition ([#​130](https://togithub.com/dtolnay/quote/issues/130)) ### [`v1.0.1`](https://togithub.com/dtolnay/quote/releases/tag/1.0.1) [Compare Source](https://togithub.com/dtolnay/quote/compare/1.0.0...1.0.1) - Documentation improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

vincent-herlemont commented 3 weeks ago

:tada: This PR is included in version 0.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: