[PR #331] [MERGED] Update rusqlite to 0.13 #1367

Closed
opened 2026-03-16 02:02:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/331
Author: @oherrala
Created: 1/24/2018
Status: Merged
Merged: 1/24/2018
Merged by: @bluejekyll

Base: masterHead: update-rusqlite


📝 Commits (1)

📊 Changes

3 files changed (+12 additions, -13 deletions)

View changed files

📝 Cargo.lock (+10 -11)
📝 integration-tests/Cargo.toml (+1 -1)
📝 server/Cargo.toml (+1 -1)

📄 Description

rusqlite crate version is old which causes problems when trying to use both trust-dns-server and rusqlite crate in same project because of error from Rust:

error: Multiple packages link to native library sqlite3. A native library can be linked only once.

this pull request updates rusqlite dependency to latest version 0.13.0.


🔄 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/331 **Author:** [@oherrala](https://github.com/oherrala) **Created:** 1/24/2018 **Status:** ✅ Merged **Merged:** 1/24/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `update-rusqlite` --- ### 📝 Commits (1) - [`8a5fb51`](https://github.com/hickory-dns/hickory-dns/commit/8a5fb5140c6f0b4077a18cf61b275bb9e68134fd) Update rusqlite to 0.13 ### 📊 Changes **3 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -11) 📝 `integration-tests/Cargo.toml` (+1 -1) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description rusqlite crate version is old which causes problems when trying to use both `trust-dns-server` and `rusqlite` crate in same project because of error from Rust: > error: Multiple packages link to native library `sqlite3`. A native library can be linked only once. this pull request updates `rusqlite` dependency to latest version 0.13.0. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:02:41 +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#1367
No description provided.