[PR #1853] [MERGED] Fix #1835 RUSTSEC-2021-0145 Update clap to 4.0.29. #2651

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1853
Author: @darnuria
Created: 12/5/2022
Status: Merged
Merged: 12/5/2022
Merged by: @djc

Base: mainHead: fix/1835


📝 Commits (1)

  • dae4e0d Fix #1835 RUSTSEC-2021-0145 Update clap to 4.0.29.

📊 Changes

2 files changed (+81 additions, -20 deletions)

View changed files

📝 .cargo/audit.toml (+1 -1)
📝 Cargo.lock (+80 -19)

📄 Description

Remove atty dependency in favor of is-terminal crate.

Done with:

cargo update --package clap --precise v4.0.29

--precise was needed to get 4.0.29 if not passed clap get stuck in 4.0.26.


🔄 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/1853 **Author:** [@darnuria](https://github.com/darnuria) **Created:** 12/5/2022 **Status:** ✅ Merged **Merged:** 12/5/2022 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `fix/1835` --- ### 📝 Commits (1) - [`dae4e0d`](https://github.com/hickory-dns/hickory-dns/commit/dae4e0db6ddf7e7cdb261886eae9f87cfbaf6b18) Fix #1835 RUSTSEC-2021-0145 Update clap to 4.0.29. ### 📊 Changes **2 files changed** (+81 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.cargo/audit.toml` (+1 -1) 📝 `Cargo.lock` (+80 -19) </details> ### 📄 Description Remove `atty` dependency in favor of `is-terminal` crate. Done with: ``` cargo update --package clap --precise v4.0.29 ``` `--precise` was needed to get `4.0.29` if not passed `clap` get stuck in `4.0.26`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:00:51 +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#2651
No description provided.