[PR #1563] [MERGED] Bump rusqlite from 0.25.3 to 0.26.0 #2421

Closed
opened 2026-03-16 08:53:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1563
Author: @dependabot[bot]
Created: 10/11/2021
Status: Merged
Merged: 10/11/2021
Merged by: @djc

Base: mainHead: dependabot/cargo/rusqlite-0.26.0


📝 Commits (1)

  • 03801bc Bump rusqlite from 0.25.3 to 0.26.0

📊 Changes

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

View changed files

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

📄 Description

Bumps rusqlite from 0.25.3 to 0.26.0.

Release notes

Sourced from rusqlite's releases.

0.26.0

Nice to have: make possible to remove authorizer hook

  • Add bundle-sqlcipher and bundle-ssl #860
  • Breaking changes: Add support for authorizer hook #946 / #975 Action is not visible from root anymore
  • Add a function to return the path of a Connection #963 / #962
  • Add a helper function for getting the byte data from a ValueRef, regardless of if its Text or Blob #983
  • Make the empty placeholder params be Send + Sync #1005
  • Use a generic ToSql param in pragma functions #1009
  • Breaking changes: Implement AsRef<Statement> for Row(s) #887 Rows::column* and Row::column* removed now that you have access to underlying statement.
  • Fix FromSql impl for OffsetDateTime #970
    • Upgrade time crate to version 0.3.0
  • Bump bundled sqlite3 version to 3.36.0 #979
  • Allow static linking against the VC runtime #1021
  • Breaking changes: Make load_extension unsafe #1016
  • Add as_type_or_null to ValueRef #1012
  • Correct pkg-config version #960
  • Improve VTab API: Iterate on both index constraint and usage #1001 / #1006
  • Access to sqlite3_db_cacheflush via Connection #984 / #985
  • Retrieve error message from database connection handle #988
  • Include the session FFI in the bundled bindings #982
  • Use #[doc(cfg)] instead of manually indicating feature = "blah" in the comments #835 / #973
  • Use env::var instead of cfg in some cases in build.rs #961
  • Add time back to modern-full feature #969
  • Fix InnerConnection decode_result / changes #974 / #931
  • Upgrage bindgen to version 0.59 #994
Commits
  • 3982393 Merge pull request #1023 from gwenn/0.26.0
  • 2d17dc6 Prep release 0.26.0
  • e2af87f Allow static linking against the VC runtime
  • 8a88ba6 'restricts' -> 'restrictions'
  • b612c6d Make load_extension unsafe
  • ca37ea2 Add as_type_or_null to ValueRef
  • e92e8a0 Use a generic ToSql param in pragma functions
  • a09a4e9 Merge pull request #1008 from thomcc/disable-bindgen-ci
  • a55101f CI: Temporarially disable coverage for features that require bindgen
  • 1e80b81 Apply review feedback (fix upgrade.sh)
  • 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 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)

🔄 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/1563 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/11/2021 **Status:** ✅ Merged **Merged:** 10/11/2021 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/rusqlite-0.26.0` --- ### 📝 Commits (1) - [`03801bc`](https://github.com/hickory-dns/hickory-dns/commit/03801bc50c964b029215c67c6461255e79f421ea) Bump rusqlite from 0.25.3 to 0.26.0 ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.25.3 to 0.26.0. <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>0.26.0</h2> <p>Nice to have: make possible to remove authorizer hook</p> <ul> <li>Add <code>bundle-sqlcipher</code> and <code>bundle-ssl</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/860">#860</a></li> <li>Breaking changes: Add support for authorizer hook <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/946">#946</a> / <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/975">#975</a> <code>Action</code> is not visible from root anymore</li> <li>Add a function to return the path of a <code>Connection</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/963">#963</a> / <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/962">#962</a></li> <li>Add a helper function for getting the byte data from a <code>ValueRef</code>, regardless of if its Text or Blob <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/983">#983</a></li> <li>Make the empty placeholder params be <code>Send</code> + <code>Sync</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1005">#1005</a></li> <li>Use a generic <code>ToSql</code> param in pragma functions <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1009">#1009</a></li> <li>Breaking changes: Implement <code>AsRef&lt;Statement&gt;</code> for <code>Row</code>(s) <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/887">#887</a> Rows::column* and Row::column* removed now that you have access to underlying statement.</li> <li>Fix <code>FromSql</code> impl for <code>OffsetDateTime</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/970">#970</a> <ul> <li>Upgrade <code>time</code> crate to version 0.3.0</li> </ul> </li> <li>Bump bundled sqlite3 version to 3.36.0 <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/979">#979</a></li> <li>Allow static linking against the VC runtime <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1021">#1021</a></li> <li>Breaking changes: Make <code>load_extension</code> unsafe <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1016">#1016</a></li> <li>Add <code>as_type_or_null</code> to <code>ValueRef</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1012">#1012</a></li> <li>Correct <code>pkg-config</code> version <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/960">#960</a></li> <li>Improve VTab API: Iterate on both index constraint and usage <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1001">#1001</a> / <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1006">#1006</a></li> <li>Access to <code>sqlite3_db_cacheflush</code> via <code>Connection</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/984">#984</a> / <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/985">#985</a></li> <li>Retrieve error message from database connection handle <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/988">#988</a></li> <li>Include the session FFI in the bundled bindings <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/982">#982</a></li> <li>Use <code>#[doc(cfg)]</code> instead of manually indicating <code>feature = &quot;blah&quot;</code> in the comments <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/835">#835</a> / <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/973">#973</a></li> <li>Use <code>env::var</code> instead of <code>cfg</code> in some cases in build.rs <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/961">#961</a></li> <li>Add <code>time</code> back to <code>modern-full</code> feature <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/969">#969</a></li> <li>Fix <code>InnerConnection</code> decode_result / changes <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/974">#974</a> / <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/931">#931</a></li> <li>Upgrage <code>bindgen</code> to version 0.59 <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/994">#994</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusqlite/rusqlite/commit/3982393bbe8e4df0bcc60ee42cebd026e8533c20"><code>3982393</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1023">#1023</a> from gwenn/0.26.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/2d17dc67f5e2c1a59ad581bfe90fd2136a4be773"><code>2d17dc6</code></a> Prep release 0.26.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/e2af87f7470bfc83f30a9dc83ccea12617b1d833"><code>e2af87f</code></a> Allow static linking against the VC runtime</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/8a88ba647c42b426dacc785ae60babf3492a9f4c"><code>8a88ba6</code></a> 'restricts' -&gt; 'restrictions'</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/b612c6d7278f4243c2c66d30cc84d4f9eaae6e71"><code>b612c6d</code></a> Make <code>load_extension</code> unsafe</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/ca37ea25691165a84a0b9079c5d5a7c22839da21"><code>ca37ea2</code></a> Add as_type_or_null to ValueRef</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/e92e8a092437e2cfde924b4d4d4e3876f68a96a8"><code>e92e8a0</code></a> Use a generic ToSql param in pragma functions</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/a09a4e93461ab49c29f5d9df0d074d4a8a968d7e"><code>a09a4e9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1008">#1008</a> from thomcc/disable-bindgen-ci</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/a55101fbfae46a79d15229890413f5ba3f3aaa53"><code>a55101f</code></a> CI: Temporarially disable coverage for features that require bindgen</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/1e80b8165f783b14101068e8ff1988bd219f60a6"><code>1e80b81</code></a> Apply review feedback (fix upgrade.sh)</li> <li>Additional commits viewable in <a href="https://github.com/rusqlite/rusqlite/compare/v0.25.3...v0.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rusqlite&package-manager=cargo&previous-version=0.25.3&new-version=0.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:53:01 +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#2421
No description provided.