[PR #1651] [MERGED] Bump rusqlite from 0.26.2 to 0.27.0 #2481

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1651
Author: @dependabot[bot]
Created: 2/28/2022
Status: Merged
Merged: 2/28/2022
Merged by: @djc

Base: mainHead: dependabot/cargo/rusqlite-0.27.0


📝 Commits (1)

  • 7b5a53f Bump rusqlite from 0.26.2 to 0.27.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.26.2 to 0.27.0.

Release notes

Sourced from rusqlite's releases.

0.27.0

What's Changed

  • Fix documentation typo for rollback_hook #1051
  • Remove lazy_static dependency for vtab #1063
  • Sync series with official source by #1064
  • Enable modern-full feature for docs.rs #1066
  • Fix markdown rendering of Connection::transaction doc #1067
  • Add ToSql/FromSql for [u8; N] #1069
  • Upgrade bundled SQLCipher to 4.5.0 #1073
  • Clean up unlock_notify code a bit #1077
  • Use caching in our CI #1078
  • Enable buildtime_bindgen tests on windows CI #1090
  • Replace Gitter with Discord #1079, #1091
  • Use stable rust for doc checking in CI #1092
  • Exclude some configuration files from package #1093
  • Remove the SQLite version check #1094
  • Move Limits enum from libsqlite3-sys into rusqlite #1096
  • Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE #1113
  • Upgrade SQLite bundled version to 3.38.0 #1124, #1127

Full Changelog: https://github.com/rusqlite/rusqlite/compare/v0.26.3...v0.27.0

Commits
  • 8141b5e Merge pull request #1129 from gwenn/0.27.0
  • 2dc92fb Prepare release 0.27.0
  • fac2359 Merge pull request #1127 from gwenn/consts
  • 65668a4 Add constants introduced by SQLite 3.38.0
  • af152b4 Merge pull request #1124 from gwenn/3.38.0
  • 5648122 Upgrade SQLite bundled version to 3.38.0
  • ddb7141 Merge pull request #1113 from link2xt/SQLITE_DBCONFIG_RESET_DATABASE
  • 81795e9 Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE
  • 94437ed Merge pull request #1112 from gwenn/script
  • db9dae2 Merge remote-tracking branch 'upstream/master' into script
  • 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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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/1651 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/28/2022 **Status:** ✅ Merged **Merged:** 2/28/2022 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/rusqlite-0.27.0` --- ### 📝 Commits (1) - [`7b5a53f`](https://github.com/hickory-dns/hickory-dns/commit/7b5a53fbc661fc0e355bcf877f2e3c2259937b1d) Bump rusqlite from 0.26.2 to 0.27.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.26.2 to 0.27.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.27.0</h2> <h2>What's Changed</h2> <ul> <li>Fix documentation typo for <code>rollback_hook</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1051">#1051</a></li> <li>Remove <code>lazy_static</code> dependency for <code>vtab</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1063">#1063</a></li> <li>Sync <code>series</code> with official source by <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1064">#1064</a></li> <li>Enable <code>modern-full</code> feature for docs.rs <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1066">#1066</a></li> <li>Fix markdown rendering of <code>Connection::transaction</code> doc <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1067">#1067</a></li> <li>Add <code>ToSql</code>/<code>FromSql</code> for <code>[u8; N]</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1069">#1069</a></li> <li>Upgrade bundled SQLCipher to 4.5.0 <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1073">#1073</a></li> <li>Clean up <code>unlock_notify</code> code a bit <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1077">#1077</a></li> <li>Use caching in our CI <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1078">#1078</a></li> <li>Enable <code>buildtime_bindgen</code> tests on windows CI <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1090">#1090</a></li> <li>Replace Gitter with Discord <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1079">#1079</a>, <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1091">#1091</a></li> <li>Use stable rust for doc checking in CI <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1092">#1092</a></li> <li>Exclude some configuration files from package <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1093">#1093</a></li> <li>Remove the SQLite version check <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1094">#1094</a></li> <li>Move <code>Limits</code> enum from <code>libsqlite3-sys</code> into <code>rusqlite</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1096">#1096</a></li> <li>Uncomment <code>config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE</code> <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1113">#1113</a></li> <li>Upgrade SQLite bundled version to 3.38.0 <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1124">#1124</a>, <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1127">#1127</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rusqlite/rusqlite/compare/v0.26.3...v0.27.0">https://github.com/rusqlite/rusqlite/compare/v0.26.3...v0.27.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusqlite/rusqlite/commit/8141b5e085bd3a02951588413e5569f1ddf17a8c"><code>8141b5e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1129">#1129</a> from gwenn/0.27.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/2dc92fb73c21da206d37cfc418915e4a76b964e1"><code>2dc92fb</code></a> Prepare release 0.27.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/fac235974c79a664d4f4f1548862c96ee699036d"><code>fac2359</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1127">#1127</a> from gwenn/consts</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/65668a46e4531caf7c50d18263bca79e14d404b0"><code>65668a4</code></a> Add constants introduced by SQLite 3.38.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/af152b410dec195f13cf2f63e301b707b81f5c7b"><code>af152b4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1124">#1124</a> from gwenn/3.38.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/5648122b09d0a4b9993c887be0ae38ef973ec507"><code>5648122</code></a> Upgrade SQLite bundled version to 3.38.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/ddb7141c6dee4b8956af85b2e4a01a28e5fdbacc"><code>ddb7141</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1113">#1113</a> from link2xt/SQLITE_DBCONFIG_RESET_DATABASE</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/81795e90b4245ebc86f36ff8e787302514ad4bcd"><code>81795e9</code></a> Uncomment config::DbConfig::SQLITE_DBCONFIG_RESET_DATABASE</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/94437ed17f141897a4620e7182571ca3375efd83"><code>94437ed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1112">#1112</a> from gwenn/script</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/db9dae27cf48c638b15fe1832f3045feb0983ff2"><code>db9dae2</code></a> Merge remote-tracking branch 'upstream/master' into script</li> <li>Additional commits viewable in <a href="https://github.com/rusqlite/rusqlite/compare/v0.26.2...v0.27.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.26.2&new-version=0.27.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) --- **Note:** Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖 <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:56:16 +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#2481
No description provided.