pi-hole / api

The Pi-hole API
Other
162 stars 22 forks source link

Bump libsqlite3-sys from 0.12.0 to 0.16.0 #206

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps libsqlite3-sys from 0.12.0 to 0.16.0.

Release notes *Sourced from [libsqlite3-sys's releases](https://github.com/jgallagher/rusqlite/releases).* > ## 0.16.0 > * Update README example. > * Allow build time bindgen of bundled SQLite > * Fix Timespec FromSql implementations ([#431](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/431)) > * Add support for forcing cargo:rustc-link-lib to link as native > * BREAKING CHANGE: Callbacks must not be able to unwind into sqlite code > * Introduce `OptionalExtension` > * Upgrade bundled version to SQLite 3.26.0 > * BREAKING CHANGE: remove deprecated stuff > * Fix compilation error with `functions` and `i128` features > * Fix test_interrupt [#415](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/415) > * Rust 2018 > * Upgrade to bindgen 0.45 > > ## 0.15.0 > * Allow getting a ValueRef out of Row and Context, fixes [#259](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/259) > * Remove version check when bundled > * Add a feature for storing i128 as blobs. > * Add a method of interrupting a query executing on a separate thread, fixes [#407](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/407) > * BREAKING CHANGE: Take IntoIterator rather than `&[&ToSql]` ([#312](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/312)) > * Impossible to execute a pragma in 0.14.0 [#400](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/400) > * BREAKING CHANGE: Remove old bindgens > * `array` feature should not require `bundled` [#384](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/384) > * Upgrade SQLite bundled sources to 3.25.2 > * Upgrade to bindgen 0.42 > > ## 0.14.0 > * 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. > ... (truncated)
Changelog *Sourced from [libsqlite3-sys'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.
Commits - [`7619f63`](https://github.com/jgallagher/rusqlite/commit/7619f638a868cc98597a5f270706684f8e729a6c) [ci skip] Prepare 0.16.0 release - [`9381e5a`](https://github.com/jgallagher/rusqlite/commit/9381e5a11b18a05c493676d389b30776c7b7ec27) Merge pull request [#449](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/449) from gwenn/catch_unwind - [`c926a8a`](https://github.com/jgallagher/rusqlite/commit/c926a8a85085f0bdd44652a602f5ecc2fe484b55) Merge pull request [#448](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/448) from gwenn/i128 - [`2bf1a9f`](https://github.com/jgallagher/rusqlite/commit/2bf1a9f89fd7555d5a2f1562ca9434ba127d89af) Merge pull request [#451](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/451) from gwenn/optional - [`fd833ee`](https://github.com/jgallagher/rusqlite/commit/fd833ee2ea0b6f5c53dc1e1d3ff404f284d964b2) Merge pull request [#450](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/450) from gwenn/bindgen - [`5c7104c`](https://github.com/jgallagher/rusqlite/commit/5c7104c12f13e9a361a720e054491e1130ef7aa7) Improve doc - [`e0db3d1`](https://github.com/jgallagher/rusqlite/commit/e0db3d16dd5a61820e30a4cf6a1161f7cc3ea124) Introduce `OptionalExtension` - [`2c872fc`](https://github.com/jgallagher/rusqlite/commit/2c872fc763138f533316e66a9cd1b78351ac5f53) Upgrade to bindgen 0.45 - [`bd9b850`](https://github.com/jgallagher/rusqlite/commit/bd9b850c43f651c4302d5bbef199ec6f69d8b9a8) Callbacks must not be able to unwind into sqlite code - [`9dfc568`](https://github.com/jgallagher/rusqlite/commit/9dfc56811b324d282f389ceddbae23186405d524) Fix compilation error with `functions` and `i128` features - Additional commits viewable in [compare view](https://github.com/jgallagher/rusqlite/compare/0.12.0...0.16.0)


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 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). To ignore the version in this PR you can just close it - `@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.
AzureMarker commented 5 years ago

Diesel is still using an older version, so we cannot upgrade to this one yet.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.