[PR #82] [MERGED] Update dependencies and fix clippy errors #94

Closed
opened 2026-03-14 12:31:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/hackernews-TUI/pull/82
Author: @aome510
Created: 1/30/2023
Status: Merged
Merged: 1/30/2023
Merged by: @aome510

Base: mainHead: update-deps


📝 Commits (2)

  • eefc06b update dependencies
  • 2dc7a17 apply cargo clippy --fix --allow-dirty

📊 Changes

14 files changed (+279 additions, -114 deletions)

View changed files

📝 Cargo.lock (+231 -63)
📝 config_parser/Cargo.toml (+5 -5)
📝 config_parser_derive/Cargo.toml (+4 -4)
📝 hackernews_tui/Cargo.toml (+12 -12)
📝 hackernews_tui/src/client/mod.rs (+8 -10)
📝 hackernews_tui/src/client/parser.rs (+2 -2)
📝 hackernews_tui/src/client/query.rs (+3 -3)
📝 hackernews_tui/src/config/keybindings.rs (+5 -5)
📝 hackernews_tui/src/config/mod.rs (+1 -1)
📝 hackernews_tui/src/config/theme.rs (+2 -2)
📝 hackernews_tui/src/main.rs (+1 -1)
📝 hackernews_tui/src/view/async_view.rs (+2 -3)
📝 hackernews_tui/src/view/result_view.rs (+1 -1)
📝 hackernews_tui/src/view/story_view.rs (+2 -2)

📄 Description

No description provided


🔄 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/aome510/hackernews-TUI/pull/82 **Author:** [@aome510](https://github.com/aome510) **Created:** 1/30/2023 **Status:** ✅ Merged **Merged:** 1/30/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `update-deps` --- ### 📝 Commits (2) - [`eefc06b`](https://github.com/aome510/hackernews-TUI/commit/eefc06bb5ba197f49d791fa172b48bad8e60ecd4) update dependencies - [`2dc7a17`](https://github.com/aome510/hackernews-TUI/commit/2dc7a1726d993b20d9077a25f633eeb38a991b3d) apply `cargo clippy --fix --allow-dirty` ### 📊 Changes **14 files changed** (+279 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+231 -63) 📝 `config_parser/Cargo.toml` (+5 -5) 📝 `config_parser_derive/Cargo.toml` (+4 -4) 📝 `hackernews_tui/Cargo.toml` (+12 -12) 📝 `hackernews_tui/src/client/mod.rs` (+8 -10) 📝 `hackernews_tui/src/client/parser.rs` (+2 -2) 📝 `hackernews_tui/src/client/query.rs` (+3 -3) 📝 `hackernews_tui/src/config/keybindings.rs` (+5 -5) 📝 `hackernews_tui/src/config/mod.rs` (+1 -1) 📝 `hackernews_tui/src/config/theme.rs` (+2 -2) 📝 `hackernews_tui/src/main.rs` (+1 -1) 📝 `hackernews_tui/src/view/async_view.rs` (+2 -3) 📝 `hackernews_tui/src/view/result_view.rs` (+1 -1) 📝 `hackernews_tui/src/view/story_view.rs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 12:31:45 +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/hackernews-TUI#94
No description provided.