chore: Upgrade rusqlite dependency from 0.32 to 0.40.1 - #2062
Closed
kkuehl wants to merge 3 commits into
Closed
Conversation
kkuehl
force-pushed
the
rusqlite-0.40-upgrade
branch
from
July 9, 2026 14:50
992e6c6 to
61c8dc9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades
rusqlitefrom 0.32 to 0.40.1, bringing 8 minor versions of improvements including bug fixes, performance enhancements, and updated SQLite bundled version.Changes
0.32→0.40.1kkuehl/tokio-rusqlitewith rusqlite 0.40.1 supporttokio-rusqlite Fork Rationale
The
tokio-rusqlitecrate is a dependency ofrig-sqlite. Unfortunately, the upstream maintainer has not merged rusqlite upgrade PRs:Until upstream merges a rusqlite 0.40+ compatible version, this PR uses a fork with the necessary 2-line change to unblock rig users who need modern rusqlite features.
Alternative Approach
If using a git dependency for
tokio-rusqliteis not acceptable, consider:rig-tokio-rusqliteTesting
rig-sqlitebuilds successfully with the changes