Update rusqlite requirement from ~0.24 to ~0.25 #304

Closed
dependabot-preview[bot] wants to merge 1 commit from dependabot/cargo/rusqlite-approx-0.25 into master
dependabot-preview[bot] commented 2021-04-05 10:40:51 +00:00 (Migrated from github.com)

Updates the requirements on rusqlite to permit the latest version.

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.

Changelog

Sourced from rusqlite's changelog.

For version 0.15.0 and above, see Releases page.

Version 0.14.0 (2018-08-17)

  • BREAKING CHANGE: ToSql implementation for time::Timespec uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ). Previous format was %Y-%m-%d %H:%M:%S:%f %Z.
  • BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (#313).
  • BREAKING CHANGE: Replace column index/count type (i32) with usize.
  • BREAKING CHANGE: Replace parameter index/count type (i32) with usize.
  • BREAKING CHANGE: Replace row changes/count type (i32) with usize.
  • BREAKING CHANGE: Scalar functions must be Sendable and 'static.
  • Bugfix: Commit failure unhandled, database left in unusable state (#366).
  • Bugfix: free_boxed_hook does not work for fn.
  • Update the bundled SQLite version to 3.24.0 (#326).
  • Add DropBehavior::Panic to enforce intentional commit or rollback.
  • Implement sqlite3_update_hook (#260, #328), sqlite3_commit_hook and sqlite3_rollback_hook.
  • Add support to unlock notification behind unlock_notify feature (#294, #331).
  • Make Statement::column_index case insensitive (#330).
  • Add comment to justify &mut Connection in Transaction.
  • Fix tyvar_behind_raw_pointer warnings.
  • Fix handful of clippy warnings.
  • Fix Connection::open documentation (#332)
  • Add binding to sqlite3_get_autocommit and sqlite3_stmt_busy.
  • Add binding to sqlite3_busy_timeout and sqlite3_busy_handler.
  • Add binding to sqlite3_expanded_sql.
  • Use rerun-if-env-changed in libsqlite3-sys (#329).
  • Return an InvalidQuery error when SQL is not read only.

Version 0.13.0 (2017-11-13)

  • Added ToSqlConversionFailure case to Error enum.
  • Now depends on chrono 0.4, bitflats 1.0, and (optionally) cc 1.0 / bindgen 0.31.
  • The ToSql/FromSql implementations for time::Timespec now include and expect fractional seconds and timezone in the serialized string.
  • The RowIndex type used in Row::get is now publicly exported.
  • New sqlcipher feature allows linking against SQLCipher instead of SQLite.
  • Doc link in README now point to docs.rs.

Version 0.12.0 (2017-05-29)

  • Defines HAVE_USLEEP when building with a bundled SQLite (#263).
  • Updates dependencies to their latest versions, particularly serde to 1.0.
  • Adds support for vcpkg on Windows.
  • Adds ToSql impls for str and [u8].

Version 0.11.0 (2017-04-06)

  • Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
  • Adds FromSql and ToSql impls for isize. Documents why usize and u64 are not included.

... (truncated)

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 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rusqlite/rusqlite/releases">rusqlite's releases</a>.</em></p> <blockquote> <h2>rusqlite 0.24.2</h2> <p>v0.24.2 is identical to v0.24.1 except it allows building with an older version of <code>smallvec</code>, as the newer one caused meaningful performance issues in Firefox.</p> <p>See <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/pull/855">rusqlite/rusqlite#855</a> for more info.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rusqlite/rusqlite/blob/master/Changelog.md">rusqlite's changelog</a>.</em></p> <blockquote> <p>For version 0.15.0 and above, see <a href="https://github.com/rusqlite/rusqlite/releases">Releases</a> page.</p> <h1>Version 0.14.0 (2018-08-17)</h1> <ul> <li>BREAKING CHANGE: <code>ToSql</code> implementation for <code>time::Timespec</code> uses RFC 3339 (%Y-%m-%dT%H:%M:%S.%fZ). Previous format was %Y-%m-%d %H:%M:%S:%f %Z.</li> <li>BREAKING CHANGE: Remove potentially conflicting impl of ToSqlOutput (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/313">#313</a>).</li> <li>BREAKING CHANGE: Replace column index/count type (i32) with usize.</li> <li>BREAKING CHANGE: Replace parameter index/count type (i32) with usize.</li> <li>BREAKING CHANGE: Replace row changes/count type (i32) with usize.</li> <li>BREAKING CHANGE: Scalar functions must be <code>Send</code>able and <code>'static</code>.</li> <li>Bugfix: Commit failure unhandled, database left in unusable state (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/366">#366</a>).</li> <li>Bugfix: <code>free_boxed_hook</code> does not work for <code>fn</code>.</li> <li>Update the bundled SQLite version to 3.24.0 (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/326">#326</a>).</li> <li>Add DropBehavior::Panic to enforce intentional commit or rollback.</li> <li>Implement <code>sqlite3_update_hook</code> (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/260">#260</a>, <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/328">#328</a>), <code>sqlite3_commit_hook</code> and <code>sqlite3_rollback_hook</code>.</li> <li>Add support to unlock notification behind <code>unlock_notify</code> feature (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/294">#294</a>, <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/331">#331</a>).</li> <li>Make <code>Statement::column_index</code> case insensitive (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/330">#330</a>).</li> <li>Add comment to justify <code>&amp;mut Connection</code> in <code>Transaction</code>.</li> <li>Fix <code>tyvar_behind_raw_pointer</code> warnings.</li> <li>Fix handful of clippy warnings.</li> <li>Fix <code>Connection::open</code> documentation (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/332">#332</a>)</li> <li>Add binding to <code>sqlite3_get_autocommit</code> and <code>sqlite3_stmt_busy</code>.</li> <li>Add binding to <code>sqlite3_busy_timeout</code> and <code>sqlite3_busy_handler</code>.</li> <li>Add binding to <code>sqlite3_expanded_sql</code>.</li> <li>Use <code>rerun-if-env-changed</code> in libsqlite3-sys (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/329">#329</a>).</li> <li>Return an <code>InvalidQuery</code> error when SQL is not read only.</li> </ul> <h1>Version 0.13.0 (2017-11-13)</h1> <ul> <li>Added ToSqlConversionFailure case to Error enum.</li> <li>Now depends on chrono 0.4, bitflats 1.0, and (optionally) cc 1.0 / bindgen 0.31.</li> <li>The ToSql/FromSql implementations for time::Timespec now include and expect fractional seconds and timezone in the serialized string.</li> <li>The RowIndex type used in Row::get is now publicly exported.</li> <li>New <code>sqlcipher</code> feature allows linking against SQLCipher instead of SQLite.</li> <li>Doc link in README now point to docs.rs.</li> </ul> <h1>Version 0.12.0 (2017-05-29)</h1> <ul> <li>Defines HAVE_USLEEP when building with a bundled SQLite (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/263">#263</a>).</li> <li>Updates dependencies to their latest versions, particularly serde to 1.0.</li> <li>Adds support for vcpkg on Windows.</li> <li>Adds <code>ToSql</code> impls for <code>str</code> and <code>[u8]</code>.</li> </ul> <h1>Version 0.11.0 (2017-04-06)</h1> <ul> <li>Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.</li> <li>Adds <code>FromSql</code> and <code>ToSql</code> impls for <code>isize</code>. Documents why <code>usize</code> and <code>u64</code> are not included.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusqlite/rusqlite/commit/cef6dbbb26211baebedbebe6e114f5bcf9be2431"><code>cef6dbb</code></a> Prep release v0.24.2</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/154e4869ee1f661fae3d30d55dd84a47d1772e28"><code>154e486</code></a> Use a weaker dependency on smallvec.</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/5cf0158863446fec8ed4e9621035ac267e77dff1"><code>5cf0158</code></a> Take 2: Prep release of rusqlite 0.24.1 + libsqlite3-sys 0.20.1</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/f9e15615a7eefdd6de071f91361af8aa33929053"><code>f9e1561</code></a> Prepare release 0.24.1</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/fac5a47c4c0342b59f134daacaaf186599255a00"><code>fac5a47</code></a> Upgrade to hashlink 0.6</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/084d1f535dd2e4ec70143b62eacfad37a3951a83"><code>084d1f5</code></a> Replace lru-cache with hashlink</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/587fdeb185eb8447a3852d544cc9061f0870f372"><code>587fdeb</code></a> Add <code>write_all_at</code> for compatibility with FileExt, improve docs a little</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/d61fe362373faa343539d96b9d78136ee37692c9"><code>d61fe36</code></a> Improve pos io test coverage</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/67ee5a0586cb45b6462461f7bb1d6dbba212bdb8"><code>67ee5a0</code></a> Add test coverage for positional blob io</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/7cd909fc14f054b719a049596d327ddad6e4bd45"><code>7cd909f</code></a> Add positional blob i/o and adjust blob i/o example docs</li> <li>Additional commits viewable in <a href="https://github.com/rusqlite/rusqlite/compare/0.24.0...v0.24.2">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
gburd (Migrated from github.com) reviewed 2021-04-05 10:40:51 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.