postgres-parser
postgres-parser copied to clipboard
Bump proc-macro2 from 1.0.24 to 1.0.50
Bumps proc-macro2 from 1.0.24 to 1.0.50.
Release notes
Sourced from proc-macro2's releases.
1.0.50
- Implement Hash for proc_macro2::LineColumn (#362)
1.0.49
- Opt out of
-Zrustdoc-scrape-exampleson docs.rs for now1.0.48
- Documentation improvements
1.0.47
- Fix integer overflow when nesting depth of nested comments exceeds 4 billion (#357)
1.0.46
- Make proc_macro2::TokenStream's
FromStrimpl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark\u{feff}(#353)1.0.45
- Fix panic on parsing disallowed raw identifiers such as
r#self(#351)1.0.44
- Expose
span.before()andspan.after()to access an emptySpanlocated immediately before or after the input span (#348, upstream tracking issue: rust-lang/rust#87552)1.0.43
- Add keywords to crates.io metadata
1.0.42
- Improve parsing performance in non-macro mode (#335)
- Expose a size_hint() for TokenStream's iterator (#334)
1.0.41
- Produce an accurate
.size_hint()fromTokenStream's iterator (#334)1.0.40
1.0.39
- Replace unicode-xid with unicode-ident crate: https://github.com/dtolnay/unicode-ident
1.0.38
- Reduce allocations done by
Literal::byte_stringconstructor (#328)1.0.37
- Rely on unicode-xid to optimize ASCII properly (#325)
1.0.36
- Improve performance of creating literal tokens through
quote!macro1.0.35
- Try to diagnose "cannot find type SourceFile" errors better (#311)
1.0.34
... (truncated)
Commits
94c7519Release 1.0.50f01da43Merge pull request #362 from dtolnay/hashlinecolumnd4c564bImplement Hash for LineColumn92a0295Merge pull request #361 from dtolnay/linecolumna4be982Deduplicate implementations of LineColumn9924b79Prevent actions duplication on noop merge commits37e89e1Sync license text with rust-lang repos8779f4cUpdate ui test suite to nightly-2022-12-30293705dRelease 1.0.496b9ee3dOpt out -Zrustdoc-scrape-examples on docs.rs- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)