[PR #815] [MERGED] Bump rusqlite from 0.18.0 to 0.19.0 #1706

Closed
opened 2026-03-16 02:21:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/815
Author: @dependabot-preview[bot]
Created: 7/1/2019
Status: Merged
Merged: 7/2/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/rusqlite-0.19.0


📝 Commits (2)

  • 63d87b4 Bump rusqlite from 0.18.0 to 0.19.0
  • f13a702 Merge branch 'master' into dependabot/cargo/rusqlite-0.19.0

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 Cargo.lock (+7 -7)
📝 crates/server/Cargo.toml (+1 -1)
📝 tests/integration-tests/Cargo.toml (+1 -1)

📄 Description

Bumps rusqlite from 0.18.0 to 0.19.0.

Release notes

Sourced from rusqlite's releases.

0.19.0

  • Increase bundled SQLite variables and depth (#522)
  • Fix error when building with uuid and functions features. (#515)
  • Upgrade bundled SQLite sources to 3.28.0 (#513)
  • Fix nightly build (#514)
  • Add query_row_named for prepared statement (#528)
  • Add binding to sqlite3_create_collation_v2 (#534)
  • Add bundled-windows feature (#537)
  • Add binding to sqlite3_create_window_function (#539)
  • Include the name of the column in InvalidColumnType errors (#541)
Commits
  • a52eeb2 [ci skip] Prepare release 0.19
  • 3aca84c Merge pull request #541 from thomcc/include-column-name-in-type-error
  • ef036e3 Merge pull request #539 from gwenn/window-func
  • 4356f5a Include the name of the column in InvalidColumnType errors
  • 092993b Fix travis script
  • c275cd2 Fix tests
  • be184fb Merge pull request #540 from gwenn/fmt
  • b9a4628 [ci skip] rustftmt
  • f1198dd Add binding to sqlite3_create_window_function
  • 454899f Merge pull request #538 from gwenn/open-file-example
  • Additional commits viewable in compare view

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:

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/815 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/1/2019 **Status:** ✅ Merged **Merged:** 7/2/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/rusqlite-0.19.0` --- ### 📝 Commits (2) - [`63d87b4`](https://github.com/hickory-dns/hickory-dns/commit/63d87b4627cdef6ccfa2abb043ae8124fbe726c5) Bump rusqlite from 0.18.0 to 0.19.0 - [`f13a702`](https://github.com/hickory-dns/hickory-dns/commit/f13a70288167985c1c0f920be59619804e4313cc) Merge branch 'master' into dependabot/cargo/rusqlite-0.19.0 ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -7) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rusqlite](https://github.com/jgallagher/rusqlite) from 0.18.0 to 0.19.0. <details> <summary>Release notes</summary> *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)) </details> <details> <summary>Commits</summary> - [`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.18.0...0.19.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rusqlite&package-manager=cargo&previous-version=0.18.0&new-version=0.19.0)](https://dependabot.com/compatibility-score.html?dependency-name=rusqlite&package-manager=cargo&previous-version=0.18.0&new-version=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-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 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:21:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1706
No description provided.