herald icon indicating copy to clipboard operation
herald copied to clipboard

Bump rusqlite from 0.21.0 to 0.24.2

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps rusqlite from 0.21.0 to 0.24.2.

Release notes

Sourced from rusqlite's releases.

rusqlite 0.24.2

v0.24.2 is identical to v0.24.1 except it allows building with an older version of smallvec, as the newer one caused meaningful performance issues in Firefox.

See rusqlite/rusqlite#855 for more info.

libsqlite3-sys 0.24.1

This release contains an update to the bundled version of SQLcipher, and no other changes. The update moves it to SQLcipher v4.5.1, which is equivalent to SQLite 3.37.2. (The version of SQLcipher bundled previously was v4.5.0, equivalent to SQLite 3.36.0)

Note that this is still a version behind the copy of "plain" SQLite we pull in under features = ["bundled"], which is SQLite 3.38.0.

There is no corresponding rusqlite release, as this will trickle out out over time, and Rusqlite itself does not care about the version change. That said, if you use rusqlite, and absolutely must ensure you have this change, it should be sufficient to run cargo update in the rusqlite-using workspace, which will update the version in your Cargo.lock file. You may instead add a direct dependency on libsqlite3-sys = "0.24.1" to your Cargo.toml, in case relying on Cargo.lock for this is undesirable.

rusqlite 0.23.1

Hotfix release for arm32 bustage (#724)

Commits
  • cef6dbb Prep release v0.24.2
  • 154e486 Use a weaker dependency on smallvec.
  • 5cf0158 Take 2: Prep release of rusqlite 0.24.1 + libsqlite3-sys 0.20.1
  • f9e1561 Prepare release 0.24.1
  • fac5a47 Upgrade to hashlink 0.6
  • 084d1f5 Replace lru-cache with hashlink
  • 587fdeb Add write_all_at for compatibility with FileExt, improve docs a little
  • d61fe36 Improve pos io test coverage
  • 67ee5a0 Add test coverage for positional blob io
  • 7cd909f Add positional blob i/o and adjust blob i/o example docs
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Jun 06 '22 18:06 dependabot[bot]