Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Update Rusqlite to version 0.25.3 #2402

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Conversation

mirgee
Copy link
Contributor

@mirgee mirgee commented Jun 22, 2021

The current version of rusqlite (0.20.0) is transitively dependent on linked-hash-map v0.5.3, which contains a bug (fixed in version 0.5.4). This bug causes runtime panics due to uninitialized reference on wallet access since rust 1.48.0. See here, here, and here.

This PR updates version of rusqlite which fixes the bug (replicating the changes in #2311 with green DCO), as the latest version of rusqlite removes dependency on linked-hash-map.

Signed-off-by: Miroslav Kovar miroslavkovar@protonmail.com

Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Copy link
Contributor

@Patrik-Stas Patrik-Stas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes requested

@Patrik-Stas Patrik-Stas merged commit efb7215 into master Jun 23, 2021
@Patrik-Stas Patrik-Stas deleted the update/update-rusqlite branch June 23, 2021 11:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants