bb30 / adbackup

backup tool for android written in rust
MIT License
3 stars 2 forks source link

Update rusqlite requirement from 0.14.0 to 0.19.0 #41

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on rusqlite to permit the latest version.

Release notes *Sourced from [rusqlite's releases](https://github.com/jgallagher/rusqlite/releases).* > ## 0.19.0 > - Increase bundled SQLite variables and depth ([#522](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/522)) > - Fix error when building with `uuid` and `functions` features. ([#515](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/515)) > - Upgrade bundled SQLite sources to 3.28.0 ([#513](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/513)) > - Fix nightly build ([#514](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/514)) > - Add query_row_named for prepared statement ([#528](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/528)) > - Add binding to `sqlite3_create_collation_v2` ([#534](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/534)) > - Add bundled-windows feature ([#537](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/537)) > - Add binding to `sqlite3_create_window_function` ([#539](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/539)) > - Include the name of the column in InvalidColumnType errors ([#541](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/541))
Changelog *Sourced from [rusqlite's changelog](https://github.com/jgallagher/rusqlite/blob/master/Changelog.md).* > For version 0.15.0 and above, see [Releases](https://github.com/jgallagher/rusqlite/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](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/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 `Send`able and `'static`. > * Bugfix: Commit failure unhandled, database left in unusable state ([#366](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/366)). > * Bugfix: `free_boxed_hook` does not work for `fn`. > * Update the bundled SQLite version to 3.24.0 ([#326](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/326)). > * Add DropBehavior::Panic to enforce intentional commit or rollback. > * Implement `sqlite3_update_hook` ([#260](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/260), [#328](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/328)), `sqlite3_commit_hook` and `sqlite3_rollback_hook`. > * Add support to unlock notification behind `unlock_notify` feature ([#294](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/294), [#331](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/331)). > * Make `Statement::column_index` case insensitive ([#330](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/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](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/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](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/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](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/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 - [`a52eeb2`](https://github.com/jgallagher/rusqlite/commit/a52eeb2565fda8257e57f7c19718e078de6edfbe) [ci skip] Prepare release 0.19 - [`3aca84c`](https://github.com/jgallagher/rusqlite/commit/3aca84c67dbe23718bb7f2ca86956736e7ec86d4) Merge pull request [#541](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/541) from thomcc/include-column-name-in-type-error - [`ef036e3`](https://github.com/jgallagher/rusqlite/commit/ef036e383c5d221b6d122ad71ce75d85307a48e9) Merge pull request [#539](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/539) from gwenn/window-func - [`4356f5a`](https://github.com/jgallagher/rusqlite/commit/4356f5a176b1c2701e57452c1301427c57cdf2c4) Include the name of the column in InvalidColumnType errors - [`092993b`](https://github.com/jgallagher/rusqlite/commit/092993b72a1d840a4837d02458492fa67727af09) Fix travis script - [`c275cd2`](https://github.com/jgallagher/rusqlite/commit/c275cd29e04cda4d18445445e2cfdd0bb0b5f054) Fix tests - [`be184fb`](https://github.com/jgallagher/rusqlite/commit/be184fb0cc280f0ab55487fe28aedb3f136fd2cd) Merge pull request [#540](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/540) from gwenn/fmt - [`b9a4628`](https://github.com/jgallagher/rusqlite/commit/b9a4628b47200032e27961a36221331491e228bf) [ci skip] rustftmt - [`f1198dd`](https://github.com/jgallagher/rusqlite/commit/f1198dd9ff4a1e1bc7f35c7e6c5e311ba434ce83) Add binding to `sqlite3_create_window_function` - [`454899f`](https://github.com/jgallagher/rusqlite/commit/454899f612b208300af781085a7f5053f9d018bc) Merge pull request [#538](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/538) from gwenn/open-file-example - Additional commits viewable in [compare view](https://github.com/jgallagher/rusqlite/compare/0.14.0...0.19.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #42.