deps: support rusqlite 0.31 #1

Open
thesimplekid wants to merge 1 commit from reduce_rusqlite into main
Owner

Relax the rusqlite floor to 0.31 and the matching r2d2_sqlite floor to
0.24 so downstream crates have more room to share a single libsqlite3-sys.

Use query_row instead of query_one in tor-dirserver, since query_one is not
available in rusqlite 0.31.

Relax the rusqlite floor to 0.31 and the matching r2d2_sqlite floor to 0.24 so downstream crates have more room to share a single libsqlite3-sys. Use query_row instead of query_one in tor-dirserver, since query_one is not available in rusqlite 0.31.
Relax the rusqlite floor to 0.31 and the matching r2d2_sqlite floor to
0.24 so downstream crates have more room to share a single libsqlite3-sys.

Use query_row instead of query_one in tor-dirserver, since query_one is not
available in rusqlite 0.31.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin reduce_rusqlite:reduce_rusqlite
git switch reduce_rusqlite

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff reduce_rusqlite
git switch reduce_rusqlite
git rebase main
git switch main
git merge --ff-only reduce_rusqlite
git switch reduce_rusqlite
git rebase main
git switch main
git merge --no-ff reduce_rusqlite
git switch main
git merge --squash reduce_rusqlite
git switch main
git merge --ff-only reduce_rusqlite
git switch main
git merge reduce_rusqlite
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
thesimplekid/arti!1
No description provided.