[PR #753] [MERGED] Bump rusqlite from 0.17.0 to 0.18.0 #1656

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/753
Author: @dependabot-preview[bot]
Created: 4/29/2019
Status: Merged
Merged: 4/29/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/rusqlite-0.18.0


📝 Commits (1)

  • 91808a5 Bump rusqlite from 0.17.0 to 0.18.0

📊 Changes

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

View changed files

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

📄 Description

Bumps rusqlite from 0.17.0 to 0.18.0.

Release notes

Sourced from rusqlite's releases.

0.18.0

  • Add support for Uuid (#506)
  • impl ToSql for Box<dyn ToSql> (#500)
  • Allow specifying both sqlcipher and bundled (#511)
  • Introduce Statement::columns (#494)
  • Rebuild when VCPKGRS_DYNAMIC changes (#483)
  • Upgrade to fallible-iterator 0.2
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 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:

  • 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/753 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/29/2019 **Status:** ✅ Merged **Merged:** 4/29/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/rusqlite-0.18.0` --- ### 📝 Commits (1) - [`91808a5`](https://github.com/hickory-dns/hickory-dns/commit/91808a536fa13c71ee0daee497e806c9a75ebab3) Bump rusqlite from 0.17.0 to 0.18.0 ### 📊 Changes **3 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -10) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rusqlite](https://github.com/jgallagher/rusqlite) from 0.17.0 to 0.18.0. <details> <summary>Release notes</summary> *Sourced from [rusqlite's releases](https://github.com/jgallagher/rusqlite/releases).* > ## 0.18.0 > - Add support for Uuid ([#506](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/506)) > - `impl ToSql for Box<dyn ToSql>` ([#500](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/500)) > - Allow specifying both `sqlcipher` and `bundled` ([#511](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/511)) > - Introduce `Statement::columns` ([#494](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/494)) > - Rebuild when VCPKGRS_DYNAMIC changes ([#483](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/483)) > - Upgrade to fallible-iterator 0.2 </details> <details> <summary>Commits</summary> - [`c0e6a58`](https://github.com/jgallagher/rusqlite/commit/c0e6a584ad59775a7b428b5327a26dfd23bdee45) Prepare 0.14.0 release - [`3a382d2`](https://github.com/jgallagher/rusqlite/commit/3a382d2fb9bb17f805e7cbb5555f5801fec75dbe) Merge pull request [#511](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/511) from thomcc/no-sqlcipher-bundled-panic - [`fe80b51`](https://github.com/jgallagher/rusqlite/commit/fe80b51e89b105b826e11fd6466bc4c527f26bf8) Allow specifying both `sqlcipher` and `bundled`. - [`066a7e2`](https://github.com/jgallagher/rusqlite/commit/066a7e25e150cf60a3ebad33caca7f133f318f19) Merge pull request [#507](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/507) from sbstp/patch-1 - [`85efa19`](https://github.com/jgallagher/rusqlite/commit/85efa19646c172d753a7fc4aa569ac56ecccb50e) Typo in the README - [`85454c0`](https://github.com/jgallagher/rusqlite/commit/85454c04ecdad501ac8f2f49a7ce95d98bcf1ff6) Merge pull request [#506](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/506) from sbstp/add-uuid - [`c42175a`](https://github.com/jgallagher/rusqlite/commit/c42175a4244aee9777a0a411872a57c778328af1) add support for Uuid - [`22614c6`](https://github.com/jgallagher/rusqlite/commit/22614c64bd34999453590fc55f193fad5276b6a4) Merge pull request [#501](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/501) from thomcc/box-dyn-tosql - [`d8074b1`](https://github.com/jgallagher/rusqlite/commit/d8074b1eceef28215e13030d6ba25f71aaa3984f) impl ToSql for Box\<dyn ToSql>. Fixes [#500](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/500) - [`b24f3c5`](https://github.com/jgallagher/rusqlite/commit/b24f3c55195d4c1296ad6b5515c27b9ab97b3425) Merge pull request [#483](https://github-redirect.dependabot.com/jgallagher/rusqlite/issues/483) from technic/master - Additional commits viewable in [compare view](https://github.com/jgallagher/rusqlite/compare/0.17.0...0.18.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rusqlite&package-manager=cargo&previous-version=0.17.0&new-version=0.18.0)](https://dependabot.com/compatibility-score.html?dependency-name=rusqlite&package-manager=cargo&previous-version=0.17.0&new-version=0.18.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 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. </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:18:25 +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#1656
No description provided.