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

fix(deps): update rust crate proc-macro2 to ^1.0.81 - autoclosed #116

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
proc-macro2 dependencies patch ^1.0.49 -> ^1.0.81

Release Notes

dtolnay/proc-macro2 (proc-macro2)

v1.0.81

Compare Source

  • Documentation improvements

v1.0.80

Compare Source

  • Add Literal::byte_character constructor (#​449)
  • Add Literal::c_string constructor #​450)

v1.0.79

Compare Source

  • Clean up dead code

v1.0.78

Compare Source

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Work around dead_code warning false positive (#​435)

v1.0.75

Compare Source

  • Improve error messages related to proc_macro::LexError (#​434)

v1.0.74

Compare Source

  • Work around improperly cached build script result by sccache (#​432)

v1.0.73

Compare Source

  • Documentation improvements

v1.0.72

Compare Source

  • Improve build script to be robust to proc_macro::Span unstable API changes

v1.0.71

Compare Source

  • Turn on deny(unsafe_op_in_unsafe_fn) lint

v1.0.70

Compare Source

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#​423)

v1.0.69

Compare Source

  • Fix Span::source_text() bug causing panics or incorrect source text (#​410)

v1.0.68

Compare Source

  • Fix panic in Span::source_text() when source contains multibyte characters (#​408)

v1.0.67

Compare Source

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#​405)

v1.0.66

Compare Source

  • Raise required compiler from Rust 1.31 to 1.56

v1.0.65

Compare Source

  • Documentation improvements

v1.0.64

Compare Source

  • Fix parsing of bare \r in between tokens (#​399)

v1.0.63

Compare Source

v1.0.62

Compare Source

yanked

v1.0.61

Compare Source

  • Stricter parsing of whitespace in cooked string literals and between tokens (#​392, #​393)

v1.0.60

Compare Source

  • Eliminate uses of unstable proc_macro::Span::before/after (#​391)

v1.0.59

Compare Source

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

v1.0.58

Compare Source

  • Make rustc version detection more robust by compiling against modernest stable features (#​384)

v1.0.57

Compare Source

v1.0.56

Compare Source

  • Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (#​363, #​380)
  • Provide RefUnwindSafe impls for compilers older than 1.58 (#​382)

v1.0.55

Compare Source

  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#​378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#​379)

v1.0.54

Compare Source

  • Performance improvement to "span-locations" feature (#​373)
  • Fix unbounded memory usage when calling proc-macro2's parser from a fuzzer (#​374)

v1.0.53

Compare Source

  • Add support for Rust 1.66's source_text() method (#​350)

v1.0.52

Compare Source

v1.0.51

Compare Source

  • Implement rustc's limit on the number of # used for delimiting a raw string literal: 255 (#​364)

v1.0.50

Compare Source

  • Implement Hash for proc_macro2::LineColumn (#​362)

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. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.50 fix(deps): update rust crate proc-macro2 to ^1.0.51 Feb 5, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 35c9b22 to fe6aed0 Compare March 18, 2023 04:07
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.51 fix(deps): update rust crate proc-macro2 to ^1.0.52 Mar 18, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.52 fix(deps): update rust crate proc-macro2 to ^1.0.56 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from fe6aed0 to b0455a7 Compare April 3, 2023 14:41
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from b0455a7 to adde2c1 Compare May 28, 2023 10:03
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.56 fix(deps): update rust crate proc-macro2 to ^1.0.59 May 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.59 fix(deps): update rust crate proc-macro2 to ^1.0.60 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from adde2c1 to 1a5318a Compare June 8, 2023 08:59
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 1a5318a to c7ec6f2 Compare June 24, 2023 22:33
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.60 fix(deps): update rust crate proc-macro2 to ^1.0.61 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from c7ec6f2 to 6534126 Compare June 25, 2023 01:09
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.61 fix(deps): update rust crate proc-macro2 to ^1.0.62 Jun 25, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.62 fix(deps): update rust crate proc-macro2 to ^1.0.63 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 6534126 to 509b9d3 Compare June 25, 2023 03:49
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.63 fix(deps): update rust crate proc-macro2 to ^1.0.64 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 509b9d3 to 9484207 Compare July 9, 2023 06:57
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.64 fix(deps): update rust crate proc-macro2 to ^1.0.65 Jul 15, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch 2 times, most recently from 7dc9f67 to b30030e Compare July 16, 2023 20:20
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.65 fix(deps): update rust crate proc-macro2 to ^1.0.66 Jul 16, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.66 fix(deps): update rust crate proc-macro2 to ^1.0.67 Sep 13, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.67 fix(deps): update rust crate proc-macro2 to ^1.0.68 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 9eefe68 to c17e6ea Compare October 6, 2023 06:14
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.68 fix(deps): update rust crate proc-macro2 to ^1.0.69 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from c17e6ea to 549427b Compare October 9, 2023 03:57
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 549427b to 7ea4acd Compare January 1, 2024 17:28
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.69 fix(deps): update rust crate proc-macro2 to ^1.0.73 Jan 1, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.73 fix(deps): update rust crate proc-macro2 to ^1.0.74 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 7ea4acd to 4f665b5 Compare January 2, 2024 06:50
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.74 fix(deps): update rust crate proc-macro2 to ^1.0.75 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch 2 times, most recently from bef7dda to 1d57956 Compare January 6, 2024 04:45
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.75 fix(deps): update rust crate proc-macro2 to ^1.0.76 Jan 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.76 fix(deps): update rust crate proc-macro2 to ^1.0.78 Jan 21, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.78 fix(deps): update rust crate proc-macro2 to ^1.0.79 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from f237e95 to 48a92c8 Compare March 12, 2024 07:45
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 48a92c8 to 689883a Compare April 15, 2024 00:30
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.79 fix(deps): update rust crate proc-macro2 to ^1.0.80 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 689883a to 26ce1a7 Compare April 17, 2024 03:29
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.80 fix(deps): update rust crate proc-macro2 to ^1.0.81 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 26ce1a7 to 31f4037 Compare April 23, 2024 12:18
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to ^1.0.81 fix(deps): update rust crate proc-macro2 to ^1.0.81 - autoclosed Apr 23, 2024
@renovate renovate bot closed this Apr 23, 2024
@renovate renovate bot deleted the renovate/proc-macro2-1.x branch April 23, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants