Skip to content

Bump libsqlite3-sys from 0.17.1 to 0.25.1#17

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/libsqlite3-sys-0.25.1
Open

Bump libsqlite3-sys from 0.17.1 to 0.25.1#17
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/libsqlite3-sys-0.25.1

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps libsqlite3-sys from 0.17.1 to 0.25.1.

Release notes

Sourced from libsqlite3-sys's releases.

libsqlite3-sys 0.25.1

Bumped bundled version of SQLite to 3.39.2. See official release notes for further information: https://www.sqlite.org/releaselog/3_39_2.html.

0.25.0

  • BREAKING CHANGE: Overhaul parameter API #830 / #609
  • Add ToSql implementations for u64 and usize #826 / #821
  • Implement FromSql for u64, usize and f32, and ToSql for f32 #823 / #822 / #821
  • Reduce required lifetime in create_scalar_function #825
  • Expose query progress information and introduce Batch iterator #824 / #803
  • Add #[inline] and #[cold] in far more places #834
  • Fix create_collation #839
  • Remove #[non_exhaustive] attribute on IndexConstraintOp #840 / #783
  • Document that optional() requires import of trait rusqlite::OptionalExtension #842
  • Update time to appease deps.rs #849
  • Upgrade to bindgen 0.57
  • Improve busy handler documentation #854
  • Upgrade SQLite bundled version to 3.35.4
  • Expands/cleans up documentation. Also renames (and documents) the so-far-undocumented LIBSQLITE3_FLAGS. #861
  • Add get_connection method to function context #867
  • Fix smallvec version #896
  • BREAKING CHANGE: Pass context to aggregate init and finalize #866
  • BREAKING CHANGE: Rename get_raw to get_ref_unwrap and get_raw_checked to get_ref #838
  • BREAKING CHANGE: Fix DateTime format #886 / #885 + Leniently parse rfc3339 timezones #928

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)

0.21.0

  • Fix memory leak when using Statement.expanded_sql (#552)
  • Fix segfault on prepare_cached with an empty query (#583)
  • Handle old versions of visual studio (#554)
  • Conversion from FromSqlError to Error (#556)
  • Parse Option<T> into Value/ValueRef where applicable (#571)
  • Make column_name() public and forward all column methods in Row and Rows (#568)
  • Check SQL query passed to execute (#565)
  • Check that only one statement is provided when extra_check feature is activated (#397)
  • Improve error message when we can't open a database (#578)
  • Upgrade bundled SQLite version to 3.30.1 (#579)

... (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 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.

Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.17.1 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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 15, 2023
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants