[PR #3420] [MERGED] build(deps): bump rusqlite from 0.37.0 to 0.38.0 #3829

Closed
opened 2026-03-16 12:04:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3420
Author: @dependabot[bot]
Created: 12/25/2025
Status: Merged
Merged: 12/25/2025
Merged by: @djc

Base: mainHead: dependabot/cargo/rusqlite-0.38.0


📝 Commits (1)

  • 033bfab build(deps): bump rusqlite from 0.37.0 to 0.38.0

📊 Changes

2 files changed (+32 additions, -32 deletions)

View changed files

📝 Cargo.lock (+31 -31)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps rusqlite from 0.37.0 to 0.38.0.

Release notes

Sourced from rusqlite's releases.

0.38.0

What's Changed

  • bump sqlcipher to 4.10.0 (sqlite 3.50.4) #1725
  • Use CARGO_CFG_TARGET_FEATURE for crt-static check #1737
  • Disable u64, usize ToSql/FromSql impl by default #1732, ##1722 (breaking change)
  • Make statement cache optional #1682, #1173 (breaking change)
  • Remove shell scripts from the published package #1744
  • Use new interfaces with 64-bit length parameters #1749
  • sqlite3_vtab_rhs_value #1753
  • Handle VTab IN values #1754
  • Give access to Connection from VTabCursor::column #1755
  • Bump minimal SQLite version to 3.34.1 #1733, #1731 (breaking change)
  • Bump bundled SQLite version to 3.51.1 #1758
  • Add support for transaction to the vtab module #1761
  • Check Connection is owned when registering Closure as hook #1764 (breaking change)
  • Turn libsqlite3-sys in a !#[no_std] crate #1767
  • Add wasm32-unknown-unknown support #1769, #488, #827
  • Remove useless Send/Sync on Module #1774

Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.37.0...v0.38.0

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/3420 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/rusqlite-0.38.0` --- ### 📝 Commits (1) - [`033bfab`](https://github.com/hickory-dns/hickory-dns/commit/033bfabe83a9fe09c8c8312d9d300f41edb36a2a) build(deps): bump rusqlite from 0.37.0 to 0.38.0 ### 📊 Changes **2 files changed** (+32 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+31 -31) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.37.0 to 0.38.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.38.0</h2> <h2>What's Changed</h2> <ul> <li>bump sqlcipher to 4.10.0 (sqlite 3.50.4) <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1725">#1725</a></li> <li>Use CARGO_CFG_TARGET_FEATURE for crt-static check <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1737">#1737</a></li> <li>Disable u64, usize ToSql/FromSql impl by default <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1732">#1732</a>, #<a href="https://redirect.github.com/rusqlite/rusqlite/issues/1722">#1722</a> (breaking change)</li> <li>Make statement cache optional <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1682">#1682</a>, <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1173">#1173</a> (breaking change)</li> <li>Remove shell scripts from the published package <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1744">#1744</a></li> <li>Use new interfaces with 64-bit length parameters <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1749">#1749</a></li> <li>sqlite3_vtab_rhs_value <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1753">#1753</a></li> <li>Handle VTab IN values <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1754">#1754</a></li> <li>Give access to Connection from VTabCursor::column <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1755">#1755</a></li> <li>Bump minimal SQLite version to 3.34.1 <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1733">#1733</a>, <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1731">#1731</a> (breaking change)</li> <li>Bump bundled SQLite version to 3.51.1 <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1758">#1758</a></li> <li>Add support for transaction to the vtab module <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1761">#1761</a></li> <li>Check Connection is owned when registering Closure as hook <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1764">#1764</a> (breaking change)</li> <li>Turn libsqlite3-sys in a !#[no_std] crate <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1767">#1767</a></li> <li>Add <code>wasm32-unknown-unknown</code> support <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1769">#1769</a>, <a href="https://redirect.github.com/rusqlite/rusqlite/issues/488">#488</a>, <a href="https://redirect.github.com/rusqlite/rusqlite/issues/827">#827</a></li> <li>Remove useless Send/Sync on Module <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1774">#1774</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rusqlite/rusqlite/compare/v0.37.0...v0.38.0">https://github.com/rusqlite/rusqlite/compare/v0.37.0...v0.38.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusqlite/rusqlite/commit/35b3be2436a63d21701d1d110661e6392831fea0"><code>35b3be2</code></a> Merge pull request <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1777">#1777</a> from gwenn/release</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/03feebc2bf06ee8cfcb61cd9a23f235090555e21"><code>03feebc</code></a> Prepare new release</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/671533c1a4cb0b734e2cabc9e5e91f7334713556"><code>671533c</code></a> Merge pull request <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1775">#1775</a> from Spxg/w/bump</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/6df2072e6a35084b4be3555f4dd07c3664928c20"><code>6df2072</code></a> Bump <code>sqlite-wasm-rs</code> to 0.5.1</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/2618364012217733ea4cafdc2cd89ba14e3fff6c"><code>2618364</code></a> Merge pull request <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1774">#1774</a> from rusqlite/vtab-send</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/b37caff77e6328a33f59dbba427495112b670703"><code>b37caff</code></a> Merge pull request <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1773">#1773</a> from rusqlite/clippy</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/44bdbc468fc2a4f1ae46ad9f43fcf6b409fa53c9"><code>44bdbc4</code></a> Remove useless Send/Sync on Module</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/465d751aeb23a3e54ec2c8a40155cb2e03116566"><code>465d751</code></a> Fix Clippy warning</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/78d66787959bc22d140902c4163d456848460554"><code>78d6678</code></a> Merge pull request <a href="https://redirect.github.com/rusqlite/rusqlite/issues/1772">#1772</a> from rusqlite/dependabot/cargo/getrandom-0.3</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/6b8fb83f204ff19d5e81607d9ddca31534a96377"><code>6b8fb83</code></a> Update Cargo.toml</li> <li>Additional commits viewable in <a href="https://github.com/rusqlite/rusqlite/compare/v0.37.0...v0.38.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.37.0&new-version=0.38.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 12:04:51 +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#3829
No description provided.