[PR #68] [MERGED] Update dependencies #81

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

📋 Pull Request Information

Original PR: https://github.com/aome510/hackernews-TUI/pull/68
Author: @aome510
Created: 3/26/2022
Status: Merged
Merged: 3/29/2022
Merged by: @aome510

Base: mainHead: update-deps


📝 Commits (6)

  • b41c6de update dependencies
  • 74bcd2e update app's dir initialization logic
  • 7ac110b fallback to use $HOME.config if $XDG_CONFIG_HOME/hn-tui.toml not found
  • 963580e cleanup
  • fd32684 update the default/example config file
  • 603a167 update readme

📊 Changes

7 files changed (+371 additions, -206 deletions)

View changed files

📝 Cargo.lock (+254 -123)
📝 README.md (+11 -3)
📝 examples/hn-tui.toml (+17 -17)
📝 hackernews_tui/Cargo.toml (+13 -13)
📝 hackernews_tui/src/client/parser.rs (+2 -2)
📝 hackernews_tui/src/config/mod.rs (+19 -25)
📝 hackernews_tui/src/main.rs (+55 -23)

📄 Description

Brief description of changes

  • updated config/cache folder initialization logic to follow dirs_next specifications
  • updated README to indicate new config/cache finding logic
  • updated the example/default config file
  • fixed clippy errors
  • updated dependencies

🔄 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/68 **Author:** [@aome510](https://github.com/aome510) **Created:** 3/26/2022 **Status:** ✅ Merged **Merged:** 3/29/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `update-deps` --- ### 📝 Commits (6) - [`b41c6de`](https://github.com/aome510/hackernews-TUI/commit/b41c6deade4485795e80dbc038fd53c639e8e23e) update dependencies - [`74bcd2e`](https://github.com/aome510/hackernews-TUI/commit/74bcd2e4fe1db7804a0116fb0eb069c47d8baf86) update app's dir initialization logic - [`7ac110b`](https://github.com/aome510/hackernews-TUI/commit/7ac110bc16cb1faa6ba399a25b5abbb69676a6d2) fallback to use $HOME.config if $XDG_CONFIG_HOME/hn-tui.toml not found - [`963580e`](https://github.com/aome510/hackernews-TUI/commit/963580efca8fc87b893660b1a4151d7bd64dbe57) cleanup - [`fd32684`](https://github.com/aome510/hackernews-TUI/commit/fd32684a513069476e5ccb6b30630d3f0a39c94c) update the default/example config file - [`603a167`](https://github.com/aome510/hackernews-TUI/commit/603a1676d236cb14e68951f3e0314789124179bc) update readme ### 📊 Changes **7 files changed** (+371 additions, -206 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+254 -123) 📝 `README.md` (+11 -3) 📝 `examples/hn-tui.toml` (+17 -17) 📝 `hackernews_tui/Cargo.toml` (+13 -13) 📝 `hackernews_tui/src/client/parser.rs` (+2 -2) 📝 `hackernews_tui/src/config/mod.rs` (+19 -25) 📝 `hackernews_tui/src/main.rs` (+55 -23) </details> ### 📄 Description # Brief description of changes - updated config/cache folder initialization logic to follow [`dirs_next`](https://docs.rs/dirs-next/latest/dirs_next/) specifications - updated `README` to indicate new config/cache finding logic - updated the example/default config file - fixed clippy errors - updated dependencies --- <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:13 +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#81
No description provided.