[PR #343] [MERGED] Terminal #427

Closed
opened 2026-06-08 11:28:09 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/343
Author: @bootandy
Created: 11/10/2023
Status: Merged
Merged: 11/10/2023
Merged by: @bootandy

Base: masterHead: terminal


📝 Commits (2)

  • aa4ff58 dependency: remove atty
  • 69f414a feat: No progress bars if stdout redirected

📊 Changes

4 files changed (+5 additions, -19 deletions)

View changed files

📝 Cargo.lock (+0 -1)
📝 Cargo.toml (+0 -1)
📝 src/config.rs (+4 -1)
📝 src/main.rs (+1 -16)

📄 Description

Fix for issue: https://github.com/bootandy/dust/issues/342

Clean up old vulnerability on old library: atty.


🔄 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/bootandy/dust/pull/343 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 11/10/2023 **Status:** ✅ Merged **Merged:** 11/10/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `terminal` --- ### 📝 Commits (2) - [`aa4ff58`](https://github.com/bootandy/dust/commit/aa4ff5880e665f8407ee7623a98d54ef304baad7) dependency: remove atty - [`69f414a`](https://github.com/bootandy/dust/commit/69f414a4ed3e16301838f105e888dcc0d04ff602) feat: No progress bars if stdout redirected ### 📊 Changes **4 files changed** (+5 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+0 -1) 📝 `Cargo.toml` (+0 -1) 📝 `src/config.rs` (+4 -1) 📝 `src/main.rs` (+1 -16) </details> ### 📄 Description Fix for issue: https://github.com/bootandy/dust/issues/342 Clean up old vulnerability on old library: atty. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:09 +03:00
zhus closed this issue 2026-06-08 11:28:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#427