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(deps): bump libsqlite3-sys from 0.22.2 to 0.25.1 #5186

Merged
merged 6 commits into from
Feb 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2023

Bumps libsqlite3-sys from 0.22.2 to 0.25.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 15, 2023
stringhandler
stringhandler previously approved these changes Feb 15, 2023
@brianp
Copy link
Contributor

brianp commented Feb 17, 2023

Diesel has been updated.

Tested locally by running the base node and wallet. No transaction or mining though.
The failing test is a repo/other problem being managed by a different PR #5187.

Otherwise it's looking good to go.

dependabot bot and others added 6 commits February 20, 2023 13:09
Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.22.2 to 0.25.1.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](https://github.com/rusqlite/rusqlite/commits/v0.25.1)

---
updated-dependencies:
- dependency-name: libsqlite3-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
libsqlite3 was pinned to the highest version we could run as defined by
the version of diesel we were running. We were running the highest
version of diesel available without making a major version increment. To
update libsqlite we also need to update diesel. It's a slightly larger
undertaking but should be worthwhile long term.
Diesel 2 made a change that requires a mutable connection at all times.
See the [migration guide](https://diesel.rs/guides/migration_guide.html#2-0-0-mutable-connection) for more details.
Derive attribtues were updated to match community standards and wrap all
related attributes with `diesel`. For more info see the [migration
guide](https://diesel.rs/guides/migration_guide.html#2-0-0-derive-attributes)
The `transaction` function now take a function with a single argument
which is the connection itself. So the connection may easily be passed
into the function block for additional use.
Diesel has overhauld the way it handles migrations and this updates to
newer preactices. It does it's best to replicate old behaviour, logging
migrations in tests, and returning migration related data otherwise.
@brianp brianp force-pushed the dependabot/cargo/libsqlite3-sys-0.25.1 branch from 32d68f1 to b302cab Compare February 20, 2023 12:11
@stringhandler stringhandler merged commit 62428f2 into development Feb 20, 2023
@stringhandler stringhandler deleted the dependabot/cargo/libsqlite3-sys-0.25.1 branch February 20, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants