[PR #63] [MERGED] Update dependencies #80

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/63
Author: @aome510
Created: 1/16/2022
Status: Merged
Merged: 1/16/2022
Merged by: @aome510

Base: mainHead: update-deps


📝 Commits (4)

  • e6b8c69 fix clippy errors
  • c592c52 update dependencies (except cursive-related libarires)
  • 6327180 update cursive-related dependencies
  • a85b81f remove redundant Cargo.lock

📊 Changes

12 files changed (+265 additions, -1503 deletions)

View changed files

📝 Cargo.lock (+227 -205)
📝 config.md (+1 -1)
hackernews_tui/Cargo.lock (+0 -1264)
📝 hackernews_tui/Cargo.toml (+12 -12)
📝 hackernews_tui/src/main.rs (+4 -4)
📝 hackernews_tui/src/view/article_view.rs (+8 -5)
📝 hackernews_tui/src/view/comment_view.rs (+2 -1)
📝 hackernews_tui/src/view/fn_view_wrapper.rs (+2 -2)
📝 hackernews_tui/src/view/help_view.rs (+2 -5)
📝 hackernews_tui/src/view/search_view.rs (+3 -1)
📝 hackernews_tui/src/view/story_view.rs (+2 -1)
📝 hackernews_tui/src/view/text_view.rs (+2 -2)

📄 Description

Brief description of changes

  • update cursive-related dependencies:
    • cursive from 0.16.3 to 0.17.0
    • cursive-async-view from 0.5.0 to 0.6.0
    • cursive-buffered_backend from 0.5.0 to 0.6.0
    • cursive-aligned-view from 0.5.0 to 0.6.0
  • update clap from 2.34.0 to 3.0.7
  • and update other packages
  • remove redundant Cargo.lock in hackernews_tui folder

🔄 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/63 **Author:** [@aome510](https://github.com/aome510) **Created:** 1/16/2022 **Status:** ✅ Merged **Merged:** 1/16/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `update-deps` --- ### 📝 Commits (4) - [`e6b8c69`](https://github.com/aome510/hackernews-TUI/commit/e6b8c698abcda9e76a11259191c333be96c6baa0) fix clippy errors - [`c592c52`](https://github.com/aome510/hackernews-TUI/commit/c592c52d75a9ec9e4092ff267b181684a8d8496d) update dependencies (except `cursive`-related libarires) - [`6327180`](https://github.com/aome510/hackernews-TUI/commit/632718061c79311a27d95984198b7e5fed0158c2) update cursive-related dependencies - [`a85b81f`](https://github.com/aome510/hackernews-TUI/commit/a85b81f9bf6a803f69bed9cb06c3911c79f8cc82) remove redundant `Cargo.lock` ### 📊 Changes **12 files changed** (+265 additions, -1503 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+227 -205) 📝 `config.md` (+1 -1) ➖ `hackernews_tui/Cargo.lock` (+0 -1264) 📝 `hackernews_tui/Cargo.toml` (+12 -12) 📝 `hackernews_tui/src/main.rs` (+4 -4) 📝 `hackernews_tui/src/view/article_view.rs` (+8 -5) 📝 `hackernews_tui/src/view/comment_view.rs` (+2 -1) 📝 `hackernews_tui/src/view/fn_view_wrapper.rs` (+2 -2) 📝 `hackernews_tui/src/view/help_view.rs` (+2 -5) 📝 `hackernews_tui/src/view/search_view.rs` (+3 -1) 📝 `hackernews_tui/src/view/story_view.rs` (+2 -1) 📝 `hackernews_tui/src/view/text_view.rs` (+2 -2) </details> ### 📄 Description ## Brief description of changes - update `cursive`-related dependencies: + `cursive` from `0.16.3` to `0.17.0` + `cursive-async-view` from `0.5.0` to `0.6.0` + `cursive-buffered_backend` from `0.5.0` to `0.6.0` + `cursive-aligned-view` from `0.5.0` to `0.6.0` - update `clap` from `2.34.0` to `3.0.7` - and update other packages - remove redundant `Cargo.lock` in `hackernews_tui` folder --- <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#80
No description provided.