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

Bump rusqlite from 0.26.1 to 0.26.3 #45

Merged
merged 1 commit into from
Dec 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps rusqlite from 0.26.1 to 0.26.3.

Release notes

Sourced from rusqlite's releases.

rusqlite v0.25.2 (yanked) / libsqlite3-sys v0.22.2

Note: rusqlite v0.25.2 has been yanked because it accidentally enabled bundled-full as a default feature. v0.25.3 has been cut that is equivalent but without that change. The libsqlite3-sys release that happened at the same time is still fine.

This release is a patch release that enables builds on some older versions of Rust. Rusqlite does not commit to a particular MSRV, but this release is known to work at least back to Rust 1.41.0.

It is likely that the next release will require a newer version of Rust, whether or not it is mentioned in the release notes.

rusqlite 0.25.1, libsqlite3-sys 0.22.1

  • Use SQLITE_TEMP_STORE=3 on android. (#937)
  • Upgrade to bindgen 0.58 (#933)

rusqlite 0.24.1, libsqlite3-sys 0.20.1

  • The lru-cache crate has been replaced with hashlink, which may fix panics on Rust nightly caused by unsoundness in some versions of the lru-cache crate (#811).

  • A positional BLOB I/O API has been added, which more closely mirrors SQLites actual BLOB I/O api, and is similar to unix-style pwrite/pread. (#780).

  • A winsqlite3 feature as been added to both rusqlite and libsqlite3-sys which allows linking against the SQLite present in newer versions of Windows 10 (#796).

  • Rusqlite's iterator types are now #[must_use] (#799).

  • Several dependencies have been updated.

rusqlite 0.24.0, libsqlite-sys 0.20.0

  • BREAKING CHANGE: Upgrade to time v0.2 and put it behind a feature flag (#653)
  • impl TryFrom<&Row<'_>> for (...) This change implements TryFrom<&Row> for tuples up to 16 fields. This is a convenience function that can be used to map rows more easily.
  • adding ability to work with sqlite compiled with SQLITE_OMIT_DECLTYPE (feature column_decltype)
  • LIBSQLITE3_FLAGS hook Enables compiling bundled sources with different flags.
  • Add cross-compilation with mingw (#774)
  • Support wasm32-wasi target (#785)
  • Implement our own sqlite3_execwhich supports unlock notify (#767)
  • Fix order of parameters in InvalidParameterCount message (#779)
  • Don't implement Into for Statement (#763)
  • Publically expose Map
  • little speedup for bundled sqlite3.c on unix (HAVE_LOCALTIME_R)
  • BREAKING CHANGE: VTabCursor lifetime should be bound to VTab lifetime (#753)
  • preupdate_hook feature requires buildtime_bindgen
  • Upgrade SQLite bundled sources to 3.33.0
  • Upgrade to bindgen 0.54
  • Fix missing docs
  • Add link to gitter channel (#738)
  • Include LICENSE into the libsqlite3-sys crate (#736)

rusqlite 0.23.0, libsqlite-sys 0.18.0

The release primarily contains a number of security/memory safety fixes, which were mostly found due to an audit of the unsafe code in the crate. An advisory will be published for these shortly.

They mostly impact APIs exposed through features, so while there are a lot of them, if you're using rusqlite under default features, you're fine. None of them impact libsqlite3-sys.

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 10, 2021
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.26.1 to 0.26.3.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@rusqlite-0.26.1...v0.26.3)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rusqlite-0.26.3 branch from 89e0de0 to d72c3dd Compare December 10, 2021 08:23
@losfair losfair merged commit 26d1845 into main Dec 10, 2021
@dependabot dependabot bot deleted the dependabot/cargo/rusqlite-0.26.3 branch December 10, 2021 10:33
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.

None yet

1 participant