[PR #2174] [MERGED] Clippy 1.77 + dependency updates #2855

Closed
opened 2026-03-16 11:11:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2174
Author: @djc
Created: 3/22/2024
Status: Merged
Merged: 3/22/2024
Merged by: @bluejekyll

Base: mainHead: clippy-1.77


📝 Commits (4)

  • 8d6bf1a Apply clippy suggestions from Rust 1.77
  • e44418d Update semver-compatible dependencies
  • 7c3e3e3 Upgrade prefix-trie to 0.3
  • 1610863 Upgrade rusqlite to 0.31

📊 Changes

4 files changed (+216 additions, -190 deletions)

View changed files

📝 Cargo.lock (+209 -183)
📝 Cargo.toml (+2 -2)
📝 crates/proto/src/rr/dnssec/signer.rs (+1 -1)
📝 crates/resolver/src/dns_lru.rs (+4 -4)

📄 Description

Doesn't yet update all the rustls-related dependencies because we're waiting for https://github.com/quinn-rs/quinn/pull/1715, which itself is blocked on https://github.com/rustls/rustls-platform-verifier/pull/70.


🔄 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/2174 **Author:** [@djc](https://github.com/djc) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 3/22/2024 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `clippy-1.77` --- ### 📝 Commits (4) - [`8d6bf1a`](https://github.com/hickory-dns/hickory-dns/commit/8d6bf1ae459dcf78d27e560a874dab769e70183e) Apply clippy suggestions from Rust 1.77 - [`e44418d`](https://github.com/hickory-dns/hickory-dns/commit/e44418d5d188a16d8f08664cc0af6af6fee7f538) Update semver-compatible dependencies - [`7c3e3e3`](https://github.com/hickory-dns/hickory-dns/commit/7c3e3e3dcca5669b2cd3872780b7a12ced40b6d6) Upgrade prefix-trie to 0.3 - [`1610863`](https://github.com/hickory-dns/hickory-dns/commit/16108633f9ef977538083b783814ec0650826864) Upgrade rusqlite to 0.31 ### 📊 Changes **4 files changed** (+216 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+209 -183) 📝 `Cargo.toml` (+2 -2) 📝 `crates/proto/src/rr/dnssec/signer.rs` (+1 -1) 📝 `crates/resolver/src/dns_lru.rs` (+4 -4) </details> ### 📄 Description Doesn't yet update all the rustls-related dependencies because we're waiting for https://github.com/quinn-rs/quinn/pull/1715, which itself is blocked on https://github.com/rustls/rustls-platform-verifier/pull/70. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:11:59 +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#2855
No description provided.