Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Type Update Change
bstr dependencies minor 1.10.01.12.1
proc-macro2 dependencies patch 1.0.861.0.106
quote dependencies patch 1.0.371.0.44
syn dependencies patch 2.0.772.0.114

Release Notes

BurntSushi/bstr (bstr)

v1.12.1

Compare Source

v1.12.0

Compare Source

v1.11.3

Compare Source

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

dtolnay/proc-macro2 (proc-macro2)

v1.0.106

Compare Source

  • Optimize Span::byte_range (#​530)

v1.0.105

Compare Source

  • Make std dependencies more easily discoverable in source code (#​528)

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#​525)

v1.0.102

Compare Source

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#​523, #​524)

v1.0.101

Compare Source

  • Optimize Span location accessors (#​519)

v1.0.100

Compare Source

  • Stabilize Span methods on Rust 1.88+: start, end, line, column, file, local_file (#​517, #​518)

v1.0.99

Compare Source

  • Prevent Span's unstable API becoming unavailable from a future new compiler lint (#​515)

v1.0.98

Compare Source

v1.0.97

Compare Source

v1.0.96

Compare Source

  • Simplify how rustdoc flags are decided during docs.rs builds (#​511)

v1.0.95

Compare Source

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#​497)

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

v1.0.92

Compare Source

  • Improve compiler/fallback mismatch panic message (#​487)

v1.0.91

Compare Source

  • Fix panic "compiler/fallback mismatch 949" when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (#​484)

v1.0.90

Compare Source

v1.0.89

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​474)

v1.0.88

Compare Source

  • Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#​472)

v1.0.87

Compare Source

  • Check valid punctuation character in Punct::new (#​470)
dtolnay/quote (quote)

v1.0.44

Compare Source

  • Support raw lifetime syntax 'r#async (#​323)

v1.0.43

Compare Source

  • Disambiguate references to stringify! macro inside generated code (#​316)

v1.0.42

Compare Source

v1.0.41

Compare Source

  • Improve compile error when repetition contains no interpolated value that is an iterator (#​302)

v1.0.40

Compare Source

v1.0.39

Compare Source

  • Documentation improvements

v1.0.38

Compare Source

  • Support interpolating arrays inside of arrays using a repetition (#​286)
dtolnay/syn (syn)

v2.0.114

Compare Source

  • Make std dependencies more easily discoverable in source code (#​1956, thanks @​tamird)

v2.0.113

Compare Source

  • Allow parsing TypeParam with colon not followed by any type param bounds (#​1953, thanks @​wyfo)

v2.0.112

Compare Source

v2.0.111

Compare Source

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#​1946)

v2.0.110

Compare Source

  • Tweaks to improve build speed (#​1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#​1940)
  • Support parsing syn::Meta followed by => (#​1944)

v2.0.109

Compare Source

v2.0.108

Compare Source

  • Parse unrecognized or invalid literals as Lit::Verbatim (#​1925)

v2.0.107

Compare Source

  • Improve panic message when constructing a LitInt, LitFloat, or Lit from invalid syntax (#​1917)
  • Improve panic message on Punctuated index out of bounds (#​1922)

v2.0.106

Compare Source

v2.0.105

Compare Source

v2.0.104

Compare Source

  • Disallow attributes on range expression (#​1872)

v2.0.103

Compare Source

  • Insert parentheses around binary operation with attribute (#​1871)

v2.0.102

Compare Source

  • Fix printing of nested Expr::Index and Expr::Tuple in non-full mode (#​1869)

v2.0.101

Compare Source

  • Improve TypeGenerics::as_turbofish to return longer-lived return value (#​1861)

v2.0.100

Compare Source

  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#​1852)

v2.0.99

Compare Source

  • Documentation improvements

v2.0.98

Compare Source

  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#​1847)

v2.0.97

Compare Source

  • Documentation improvements

v2.0.96

Compare Source

v2.0.95

Compare Source

  • Fix parenthesization of struct literals in let-chains (#​1832)

v2.0.94

Compare Source

v2.0.93

Compare Source

v2.0.92

Compare Source

  • Fix parenthesization of jumps inside ranges (#​1798)

v2.0.91

Compare Source

v2.0.90

Compare Source

  • Fix automatic parenthesization of subexpressions containing outer attributes, such as (#[attr] thing).field (#​1785)
  • Fix automatic parenthesization of function calls via a struct field, such as (thing.field)() and thing.0() (#​1786)

v2.0.89

Compare Source

v2.0.88

Compare Source

  • Improve error recovery in parse_str (#​1783)

v2.0.87

Compare Source

v2.0.86

Compare Source

  • Support peeking the end of a parse stream (#​1689)
  • Allow parse_quote! to produce Vec<Attribute> (#​1775)

v2.0.85

Compare Source

  • Preserve extern static unsafety in ForeignItem::Verbatim (#​1773)

v2.0.84

Compare Source

v2.0.83

Compare Source

  • Documentation improvements

v2.0.82

Compare Source

  • Provide Parse impls for PreciseCapture and CapturedParam (#​1757, #​1758)
  • Support parsing unsafe attributes (#​1759)
  • Add Fold and VisitMut methods for Vec<Attribute> (#​1762)

v2.0.81

Compare Source

  • Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T> (#​1752, #​1753, #​1754)

v2.0.80

Compare Source

  • Add Expr::RawAddr (#​1743)
  • Reject precise captures and ~const in inappropriate syntax positions (#​1747)
  • Reject trait bound containing only precise capture (#​1748)

v2.0.79

Compare Source

  • Fix infinite loop on parsing chained ranges (#​1741)
  • Fix panic in parsing use items containing absolute paths (#​1742)

v2.0.78

Compare Source

  • Fix infinite loop on chained comparison (#​1739)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 enabled auto-merge September 27, 2024 18:24
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.78 fix(deps): update rust crate syn to v2.0.79 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/cargo branch from dc6477e to 3e68ecc Compare October 7, 2024 16:11
@renovate renovate bot changed the title fix(deps): update rust crate syn to v2.0.79 fix(deps): update cargo Oct 7, 2024
@renovate renovate bot force-pushed the renovate/cargo branch 5 times, most recently from 124baff to dab0ffa Compare October 22, 2024 18:25
@renovate renovate bot force-pushed the renovate/cargo branch 3 times, most recently from 9a30b5f to 69fab9e Compare October 24, 2024 00:24
@renovate renovate bot force-pushed the renovate/cargo branch 2 times, most recently from 69a63b0 to 9e3cf0d Compare November 2, 2024 19:16
@renovate renovate bot force-pushed the renovate/cargo branch 3 times, most recently from e2f77a3 to ed6015c Compare November 21, 2024 20:20
@renovate renovate bot force-pushed the renovate/cargo branch 4 times, most recently from 773dfee to 46a02cb Compare December 28, 2024 23:08
@renovate renovate bot force-pushed the renovate/cargo branch 4 times, most recently from 365ef34 to e973a48 Compare January 5, 2025 08:01
@renovate renovate bot force-pushed the renovate/cargo branch from ca571b9 to 2e26e9e Compare April 16, 2025 08:09
@renovate renovate bot force-pushed the renovate/cargo branch from 2e26e9e to 21af32e Compare April 26, 2025 21:22
@renovate renovate bot force-pushed the renovate/cargo branch 2 times, most recently from cd45f12 to fcbe716 Compare June 13, 2025 07:06
@renovate renovate bot force-pushed the renovate/cargo branch from fcbe716 to bb2a964 Compare June 20, 2025 23:40
@renovate renovate bot force-pushed the renovate/cargo branch 6 times, most recently from 28c5af9 to 1442329 Compare August 16, 2025 21:54
@renovate renovate bot changed the title fix(deps): update cargo chore(deps): update cargo Sep 25, 2025
@renovate renovate bot force-pushed the renovate/cargo branch 4 times, most recently from 68bd7a6 to a1db879 Compare October 24, 2025 05:34
@renovate renovate bot force-pushed the renovate/cargo branch 3 times, most recently from ee82490 to e8cd671 Compare November 10, 2025 04:52
@renovate renovate bot force-pushed the renovate/cargo branch 2 times, most recently from 46e4146 to ba85027 Compare December 30, 2025 18:12
@renovate renovate bot force-pushed the renovate/cargo branch 3 times, most recently from f53900c to b0018ba Compare January 7, 2026 05:45
@github-actions
Copy link

Coverage after merging renovate/cargo into main will be

90.71%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
unfmt_macros
   unfmt_macros.rs90%81.25%92.86%90.71%101–102, 104, 107, 109–110, 113, 146, 32–33, 85, 88, 90–93

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