[PR #1572] [CLOSED] Bump rusqlite from 0.26.0 to 0.26.1 #2429

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1572
Author: @dependabot[bot]
Created: 10/25/2021
Status: Closed

Base: mainHead: dependabot/cargo/rusqlite-0.26.1


📝 Commits (1)

  • 41ac672 Bump rusqlite from 0.26.0 to 0.26.1

📊 Changes

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

View changed files

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

📄 Description

Bumps rusqlite from 0.26.0 to 0.26.1.

Commits
  • 6857307 Prep release 0.26.1
  • 2f76a63 Only use minimal features for chrono crate.
  • 20583ff Merge pull request #1022 from gwenn/clippy
  • 6a22bb7 Update readme, prep for a cutting a libsqlite3-sys@v0.23.1
  • 28b89a1 Make openssl-sys version less specifc for scroll-reading
  • 66ace52 Fix OpenSSL linking on Windows
  • ce90b51 Fix clippy warnings
  • See full diff 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/1572 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/25/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rusqlite-0.26.1` --- ### 📝 Commits (1) - [`41ac672`](https://github.com/hickory-dns/hickory-dns/commit/41ac672fe43495445c82ef219f7fad42bd28d66b) Bump rusqlite from 0.26.0 to 0.26.1 ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `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.0 to 0.26.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rusqlite/rusqlite/commit/6857307e4c1a2df0fbbced6e7924105a5e8aa176"><code>6857307</code></a> Prep release 0.26.1</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/2f76a635109fc1a6322431621980665b3a7410c6"><code>2f76a63</code></a> Only use minimal features for <code>chrono</code> crate.</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/20583ff508e60a19df7d5bf6454df61dd6dd161b"><code>20583ff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rusqlite/rusqlite/issues/1022">#1022</a> from gwenn/clippy</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/6a22bb7a56d4be48f5bea81c40ccc496fc74bb57"><code>6a22bb7</code></a> Update readme, prep for a cutting a libsqlite3-sys@v0.23.1</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/28b89a1aa7e2e5d25ff1d9536b16d001d86e05a1"><code>28b89a1</code></a> Make openssl-sys version less specifc for scroll-reading</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/66ace52c4a24a811b405ffd9e9010163352a6186"><code>66ace52</code></a> Fix OpenSSL linking on Windows</li> <li><a href="https://github.com/rusqlite/rusqlite/commit/ce90b519bb9946bf1cbab77479bb92d0fbc467c0"><code>ce90b51</code></a> Fix clippy warnings</li> <li>See full diff in <a href="https://github.com/rusqlite/rusqlite/compare/v0.26.0...rusqlite-0.26.1">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.0&new-version=0.26.1)](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:17 +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#2429
No description provided.