Skip to content
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: update rusqlite 0.28.0 -> 0.32.1 #400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dpc
Copy link

@dpc dpc commented Nov 8, 2024

rusqlite 0.28 is 2 years old at this point, and since cargo allows only one version of native dependencies, this creates conflicts with other dependencies that want to use sqlite.

@TheBlueMatt
Copy link

Sadly this breaks our MSRV...not sure what to do for those who want to use the latest version for some reason...

@dpc
Copy link
Author

dpc commented Nov 8, 2024

I see. Rust 1.63 support ... 🙄

@tnull
Copy link
Collaborator

tnull commented Nov 11, 2024

I see. Rust 1.63 support ... 🙄

@dpc As mentioned elsewhere, we generally try to be relatively conservative with upgrading dependencies, i.e., would only do so if need a new feature or bugfix. If it were to improve things considerably for you we could consider bumping rusqlite up to 0.31 as a one-time thing, but I'm not sure if you'd benefit from that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants