-
Notifications
You must be signed in to change notification settings - Fork 252
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
chore(deps): bump syn from 1.0.109 to 2.0.96 #5198
base: main
Are you sure you want to change the base?
Conversation
ab2fe50
to
47de73d
Compare
WASM Query Engine file Size
|
CodSpeed Performance ReportMerging #5198 will not alter performanceComparing Summary
|
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.96. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.109...2.0.96) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
469dc96
to
7a87115
Compare
f179e54
to
1fbbb86
Compare
4163a76
to
34b22dd
Compare
34b22dd
to
8e26501
Compare
@@ -231,7 +231,7 @@ async fn introspecting_default_index_names_works(api: &mut TestApi) -> TestResul | |||
Ok(()) | |||
} | |||
|
|||
#[test_connector(exclude(Mssql, Mysql), exclude(CockroachDb))] | |||
#[test_connector(exclude(Mssql, Mysql, CockroachDb))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you manually verify that this refactoring works as intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. You can also just discard the last commit if you want to avoid changes in tests. I made it fully backwards compatible first, and then simplified code, making the syntax stricter.
Bumps syn from 1.0.109 to 2.0.96.
Release notes
Sourced from syn's releases.
... (truncated)
Commits
d1cbce8
Release 2.0.9680d8d12
Merge pull request #1840 from dtolnay/letchain96175be
Integrate Expr::Let into precedence fixups1f096d3
Merge pull request #1839 from dtolnay/chainedcompare4944362
Fix parenthesization of chained comparisons containing bailoutfd198d9
Generalize Expr::Range bailout to any operator that can begin exprd3f2879
Add regression test for chained comparisons with bailout9872bef
Merge pull request #1838 from dtolnay/prevoperator00a125e
Short-circuit precedence scan for high-precedence expressions83195c0
Merge pull request #1837 from dtolnay/rangebailoutDependabot 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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)