[PR #1082] [CLOSED] Bump rusqlite from 0.22.0 to 0.23.1 #1954

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1082
Author: @dependabot-preview[bot]
Created: 4/27/2020
Status: Closed

Base: masterHead: dependabot/cargo/rusqlite-0.23.1


📝 Commits (1)

  • 057c98d Bump rusqlite from 0.22.0 to 0.23.1

📊 Changes

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

View changed files

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

📄 Description

Bumps rusqlite from 0.22.0 to 0.23.1.

Release notes

Sourced from rusqlite's releases.

rusqlite 0.23.1

Hotfix release for arm32 bustage (#724)

Commits
  • 65ef222 Cut release 0.23.1
  • 12cb228 Fix SqliteMallocString::from_str on arm32
  • 54043c8 Prep release 0.23.0
  • d88fe1c Remove parameter count caching -- should be cheap (if statically linked at le...
  • a776f46 Cache param count and make statement cache more effective
  • 6485b32 Name fields of RawStatement
  • 1207a7c Make clippy behave slightly more reasonably
  • 418ef10 Add a wrapper for strings allocated on sqlite heap
  • ca3583e See if we can turn on the stack-use-after-return asan check
  • 185899e Run asan in CI. Fixes #713
  • 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)
  • @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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1082 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/rusqlite-0.23.1` --- ### 📝 Commits (1) - [`057c98d`](https://github.com/hickory-dns/hickory-dns/commit/057c98dd81f8061053fed188028cecf8887e7e70) Bump rusqlite from 0.22.0 to 0.23.1 ### 📊 Changes **3 files changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -7) 📝 `crates/server/Cargo.toml` (+1 -1) 📝 `tests/integration-tests/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.22.0 to 0.23.1. <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>rusqlite 0.23.1</h2> <p>Hotfix release for arm32 bustage (<a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/724">#724</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusqlite/rusqlite/commit/65ef2224b6c36ee7d298331ee45349844a8bed80"><code>65ef222</code></a> Cut release 0.23.1</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/12cb228c9cf283f659ef52d7cde7bd58ff247c26"><code>12cb228</code></a> Fix SqliteMallocString::from_str on arm32</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/54043c803c83517aa54b463b098a61dfa28c54f4"><code>54043c8</code></a> Prep release 0.23.0</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/d88fe1c1b18f308b85f38ba0cf89e1dff6998638"><code>d88fe1c</code></a> Remove parameter count caching -- should be cheap (if statically linked at le...</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/a776f460e88356969c58f10ed621c40bad6ea86d"><code>a776f46</code></a> Cache param count and make statement cache more effective</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/6485b324d7d36708d471a115c6a45032f0769bf2"><code>6485b32</code></a> Name fields of <code>RawStatement</code></li> <li><a href="https://github.com/rusqlite/rusqlite/commit/1207a7cc0603a295ac93559884c802801be1f651"><code>1207a7c</code></a> Make clippy behave slightly more reasonably</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/418ef10af258df1099cdfa15d0cc869f4a761791"><code>418ef10</code></a> Add a wrapper for strings allocated on sqlite heap</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/ca3583e1dfce6c5fb3e5241887a336f265d05b00"><code>ca3583e</code></a> See if we can turn on the stack-use-after-return asan check</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/185899eab17e2e5d544ca0f0d8f9d760b0b4b532"><code>185899e</code></a> Run asan in CI. Fixes <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/713">#713</a></li> <li>Additional commits viewable in <a href="https://github.com/rusqlite/rusqlite/compare/0.22.0...0.23.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rusqlite&package-manager=cargo&previous-version=0.22.0&new-version=0.23.1)](https://dependabot.com/compatibility-score/?dependency-name=rusqlite&package-manager=cargo&previous-version=0.22.0&new-version=0.23.1) 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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 04:17:12 +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#1954
No description provided.