-
Notifications
You must be signed in to change notification settings - Fork 254
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
[Improvement]: bump sqlx to 0.8.2 #1863
Comments
I'm also onboard for helping solve this issue, as I'm an interested party. |
Thanks for giving attention to this. It's an easy change to make: Bump the version in the shared db and AWS RDS crates, and make sure they compile. After that works, all examples using it can be updated. |
I forgot that we already did this in #1847. What we can do now that 0.8.1 is released is to bump it again. There is a bug in 0.8.1 that will make it not compile on Rust < 1.80 which our CI uses, but we can ignore that (just run the CI command locally with 1.80). |
Seems like sqlx dep has already been bumped, and all that is needed is a new breaking release of |
Yep, solved in #1867. Awaiting release. |
SQLx has been bumped to 0.8.2 on |
Thanks a lot, my friends! |
Describe the improvement
This will allow consumers of the crate to update to the latest sqlx.
Also, sqlx <= 0.8.0 has a reported security vulnerability, and the fix is at 0.8.1.
Duplicate declaration
The text was updated successfully, but these errors were encountered: