-
Notifications
You must be signed in to change notification settings - Fork 585
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): update sqlx to 0.8.2, sea-orm to 1.1, sea-orm-migration to 1.1 #19145
Conversation
fa44597
to
1edc542
Compare
1edc542
to
6671d71
Compare
501af7f
to
77707e1
Compare
Cargo.lock
Outdated
@@ -1,6 +1,6 @@ | |||
# This file is automatically @generated by Cargo. | |||
# It is not intended for manual editing. | |||
version = 3 | |||
version = 4 |
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.
Not sure if this is safe to update? This was update automatically.
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.
b1921da
to
4308eb2
Compare
4308eb2
to
4672534
Compare
Skipped deterministic fuzz tests.
Which is independent of this PR. We can investigate separately. |
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
madsim
org's sqlx instead.Closes #18853.
This PR updates sqlx to v0.8.2 (risingwavelabs/sqlx#2). We have to update it sooner or later, since other projects e.g. iceberg-rs depend on it.
We also have to bump
sea-orm
, because it depends onsqlx
. Otherwise thesqlx
version it uses will have conflicts.Checklist
./risedev check
(or alias,./risedev c
)Documentation
Release note
If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.