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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group in /sql-extraction/rs with 2 updates: proc-macro2 and syn.
Updates
proc-macro2
from 1.0.85 to 1.0.86Release notes
Sourced from proc-macro2's releases.
Commits
aa9476b
Release 1.0.861961358
Merge pull request #466 from dtolnay/buildrse1bd2cc
Bring build script comments up to date5b27127
Merge pull request #465 from dtolnay/ignorereason0da4629
Fill in ignore reasons in all #[ignore] attributesUpdates
syn
from 2.0.66 to 2.0.67Release notes
Sourced from syn's releases.
Commits
25f6299
Release 2.0.67666e15e
Revert "List peekable token types in documentation of Peek trait"2955706
Merge pull request #1683 from dtolnay/peekimpl0c90291
List peekable token types in documentation of Peek trait26ce3d9
Merge pull request #1682 from dtolnay/peekcstrec0c84b
Make LitCStr peekable8cb56cc
Update test suite to nightly-2024-06-207cc7eac
Inline lookahead::is_delimiter into delimiter Token impls8a2a86b
Merge pull request #1681 from dtolnay/offsete86538c
Optimize reverse iteration of TokenBufferDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show