[PR #334] [MERGED] Update some dependencies #1371

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

📋 Pull Request Information

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

Base: masterHead: update-deps


📝 Commits (5)

📊 Changes

13 files changed (+293 additions, -300 deletions)

View changed files

📝 Cargo.lock (+249 -256)
📝 client/Cargo.toml (+2 -2)
📝 compatibility-tests/Cargo.toml (+2 -2)
📝 integration-tests/Cargo.toml (+3 -3)
📝 proto/Cargo.toml (+2 -2)
📝 resolver/Cargo.toml (+3 -3)
📝 server/Cargo.toml (+4 -4)
📝 server/src/config.rs (+9 -9)
📝 server/src/logger.rs (+13 -11)
📝 server/tests/config_tests.rs (+2 -4)
📝 util/Cargo.toml (+2 -2)
📝 util/src/dnskey_to_pem.rs (+1 -1)
📝 util/src/pem_to_public_dnskey.rs (+1 -1)

📄 Description

This pull request updates some dependencies (rand, backtrace, lalrpop, lalrpop-util, log and env_logger). This mostly picks the low hanging fruits of dependencies to be updated.

Right now there's one commit per dependency for easier review and debugging if something breaks. Squash the commits at your will.

Things not updated include:

  • error-chain 0.1.12 -> 0.11.0: I'm unfamiliar with error-chain so fixing this looked like a big task.
  • openssl 0.9.23 -> 0.10.2: Didn't go easily, but didn't investigate how much it needs fixing.
  • toml 0.1.30 -> 0.4.5: Probably not that bad, but requires some effort.
  • rustls 0.11.0 -> 0.12.0 (or 0.13.0): Pull request already done: #327.

🔄 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/334 **Author:** [@oherrala](https://github.com/oherrala) **Created:** 1/26/2018 **Status:** ✅ Merged **Merged:** 1/26/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `update-deps` --- ### 📝 Commits (5) - [`607284c`](https://github.com/hickory-dns/hickory-dns/commit/607284c23a31e550d6866f150ff46d2aff169241) Update rand crate - [`39a7329`](https://github.com/hickory-dns/hickory-dns/commit/39a73291411c29d090c03437327598d71756fff8) Update backtrace crate - [`ad7a0fc`](https://github.com/hickory-dns/hickory-dns/commit/ad7a0fc9923eb8e984aff017943f262cb0199a3a) Update lalrpop and lalrpop-util crates - [`21b6cc4`](https://github.com/hickory-dns/hickory-dns/commit/21b6cc43524bd40b7d5674b92e4ee013d78d8b8f) Update log and env_logger crates - [`760f0bf`](https://github.com/hickory-dns/hickory-dns/commit/760f0bfc3a8ce7866419f67ee28904b49c3724ea) Update Cargo.lock ### 📊 Changes **13 files changed** (+293 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+249 -256) 📝 `client/Cargo.toml` (+2 -2) 📝 `compatibility-tests/Cargo.toml` (+2 -2) 📝 `integration-tests/Cargo.toml` (+3 -3) 📝 `proto/Cargo.toml` (+2 -2) 📝 `resolver/Cargo.toml` (+3 -3) 📝 `server/Cargo.toml` (+4 -4) 📝 `server/src/config.rs` (+9 -9) 📝 `server/src/logger.rs` (+13 -11) 📝 `server/tests/config_tests.rs` (+2 -4) 📝 `util/Cargo.toml` (+2 -2) 📝 `util/src/dnskey_to_pem.rs` (+1 -1) 📝 `util/src/pem_to_public_dnskey.rs` (+1 -1) </details> ### 📄 Description This pull request updates some dependencies (rand, backtrace, lalrpop, lalrpop-util, log and env_logger). This mostly picks the low hanging fruits of dependencies to be updated. Right now there's one commit per dependency for easier review and debugging if something breaks. Squash the commits at your will. Things not updated include: * error-chain 0.1.12 -> 0.11.0: I'm unfamiliar with error-chain so fixing this looked like a big task. * openssl 0.9.23 -> 0.10.2: Didn't go easily, but didn't investigate how much it needs fixing. * toml 0.1.30 -> 0.4.5: Probably not that bad, but requires some effort. * rustls 0.11.0 -> 0.12.0 (or 0.13.0): Pull request already done: #327. --- <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:57 +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#1371
No description provided.