mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #82] [MERGED] Update dependencies and fix clippy errors #94
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:update-deps📝 Commits (2)
eefc06bupdate dependencies2dc7a17applycargo 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.
article_parse_command#102