Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate quote to 1.0.37 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2022

This PR contains the following updates:

Package Type Update New value References Sourcegraph
quote dependencies patch 1.0.37 source code search for "quote"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

dtolnay/quote (quote)

v1.0.37

Compare Source

  • Implement ToTokens for CStr and CString (#​283)

v1.0.36

Compare Source

  • Documentation improvements

v1.0.35

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.34

Compare Source

  • Documentation improvements

v1.0.33

Compare Source

v1.0.32

Compare Source

v1.0.31

Compare Source

  • Eliminate build.rs to reduce build time

v1.0.30

Compare Source

  • Documentation improvements

v1.0.29

Compare Source

  • Fix proc_macro_span_shrink-related build error when built with -Zminimal-versions

v1.0.28

Compare Source

  • Enable proc_macro support on wasm targets (#​254)

v1.0.27

Compare Source

  • Documentation improvements

v1.0.26

Compare Source

  • Improve error message on incorrectly typed span (#​247)

v1.0.25

Compare Source

  • Generalize quote_spanned! to accept DelimSpan as span (#​239)

v1.0.24

Compare Source

  • Documentation improvements

v1.0.23

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.22

Compare Source

  • Documentation improvements

v1.0.21

Compare Source

  • Add keywords to crates.io metadata

v1.0.20

Compare Source

  • Remove workaround for dealing with invalid spans on new enough compilers (#​224, thanks @​mystor)
  • Use Ident::new_raw to quote raw identifiers (#​225, thanks @​mystor)

v1.0.19

Compare Source

  • Improve the way rustc's -Zunpretty=expanded renders quote's expanded code (#​221)

v1.0.18

Compare Source

  • Special case quote!/quote_spanned! for inputs of size 1 and 2 tokens to improve performance (#​217, thanks @​nnethercote)
  • Documentation improvement (#​219)

v1.0.17

Compare Source

  • Documentation improvements

v1.0.16

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Apr 1, 2022
@renovate renovate bot changed the title Update Rust crate quote to 1.0.17 Update Rust crate quote to 1.0.18 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/quote-1.x branch from e1d87f3 to 713102d Compare April 25, 2022 00:56
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 713102d to 528c4ec Compare June 23, 2022 22:10
@renovate renovate bot changed the title Update Rust crate quote to 1.0.18 Update Rust crate quote to 1.0.20 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 528c4ec to dac1717 Compare September 25, 2022 20:30
@renovate renovate bot changed the title Update Rust crate quote to 1.0.20 Update Rust crate quote to 1.0.21 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/quote-1.x branch from dac1717 to 75f116f Compare March 18, 2023 05:59
@renovate renovate bot changed the title Update Rust crate quote to 1.0.21 Update Rust crate quote to 1.0.26 Mar 18, 2023
@renovate renovate bot changed the title Update Rust crate quote to 1.0.26 Update Rust crate quote to 1.0.28 May 28, 2023
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 75f116f to 006fc41 Compare May 28, 2023 10:35
@renovate renovate bot changed the title Update Rust crate quote to 1.0.28 Update Rust crate quote to 1.0.29 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 006fc41 to abddb0e Compare June 29, 2023 04:04
@renovate renovate bot force-pushed the renovate/quote-1.x branch from abddb0e to 117f0f3 Compare July 15, 2023 21:14
@renovate renovate bot changed the title Update Rust crate quote to 1.0.29 Update Rust crate quote to 1.0.30 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 117f0f3 to dea7d4d Compare July 16, 2023 20:26
@renovate renovate bot changed the title Update Rust crate quote to 1.0.30 Update Rust crate quote to 1.0.31 Jul 16, 2023
@renovate renovate bot changed the title Update Rust crate quote to 1.0.31 Update Rust crate quote to 1.0.32 Jul 23, 2023
@renovate renovate bot force-pushed the renovate/quote-1.x branch from dea7d4d to 7732bd2 Compare July 23, 2023 13:20
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 7732bd2 to 6c221d8 Compare August 17, 2023 03:24
@renovate renovate bot changed the title Update Rust crate quote to 1.0.32 Update Rust crate quote to 1.0.33 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 6c221d8 to 66e1fc6 Compare December 31, 2023 18:05
@renovate renovate bot changed the title Update Rust crate quote to 1.0.33 Update Rust crate quote to 1.0.34 Dec 31, 2023
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 66e1fc6 to 6198e8c Compare January 2, 2024 07:06
@renovate renovate bot changed the title Update Rust crate quote to 1.0.34 Update Rust crate quote to 1.0.35 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 6198e8c to 5f509ac Compare April 10, 2024 07:18
@renovate renovate bot changed the title Update Rust crate quote to 1.0.35 Update Rust crate quote to 1.0.36 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/quote-1.x branch from 5f509ac to 7137468 Compare August 23, 2024 01:23
@renovate renovate bot changed the title Update Rust crate quote to 1.0.36 Update Rust crate quote to 1.0.37 Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants