[PR #76] [MERGED] Update dependencies #85

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

📋 Pull Request Information

Original PR: https://github.com/aome510/hackernews-TUI/pull/76
Author: @aome510
Created: 8/10/2022
Status: Merged
Merged: 8/10/2022
Merged by: @aome510

Base: mainHead: update-deps


📝 Commits (5)

  • ec4d84e update deps
  • 1a74e00 remove substring, lazy_static, html-escape, html5ever, markup5ever_rcdom
  • 8c3f3ca update shorten_url
  • b5aa714 add back html-escape, html5ever, markup5ever_rcdom
  • 94302df use git for html5ever and markup5ever_rcdom crates

📊 Changes

4 files changed (+210 additions, -321 deletions)

View changed files

📝 Cargo.lock (+178 -286)
📝 hackernews_tui/Cargo.toml (+15 -17)
📝 hackernews_tui/src/client/parser.rs (+13 -12)
📝 hackernews_tui/src/utils.rs (+4 -6)

📄 Description

  • updated dependencies
  • removed lazy_static, substring
  • use git for html5ever and markup5ever_rcdom crates

🔄 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/76 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/10/2022 **Status:** ✅ Merged **Merged:** 8/10/2022 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `update-deps` --- ### 📝 Commits (5) - [`ec4d84e`](https://github.com/aome510/hackernews-TUI/commit/ec4d84ec2dde3e1ff7e3e28e4f1f5d753ff2b0ee) update deps - [`1a74e00`](https://github.com/aome510/hackernews-TUI/commit/1a74e0056308ed228e0386619034bb67ba4222fb) remove `substring`, `lazy_static`, `html-escape`, `html5ever`, `markup5ever_rcdom` - [`8c3f3ca`](https://github.com/aome510/hackernews-TUI/commit/8c3f3ca4ebb6baf02203590720dd062a6548db8d) update `shorten_url` - [`b5aa714`](https://github.com/aome510/hackernews-TUI/commit/b5aa7145ad95d1061a6c3d1922b12829c3f0c69d) add back `html-escape`, `html5ever`, `markup5ever_rcdom` - [`94302df`](https://github.com/aome510/hackernews-TUI/commit/94302dfdef30100d1ca8f809b5ae5999d572decb) use `git` for `html5ever` and `markup5ever_rcdom` crates ### 📊 Changes **4 files changed** (+210 additions, -321 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+178 -286) 📝 `hackernews_tui/Cargo.toml` (+15 -17) 📝 `hackernews_tui/src/client/parser.rs` (+13 -12) 📝 `hackernews_tui/src/utils.rs` (+4 -6) </details> ### 📄 Description - updated dependencies - removed `lazy_static`, `substring` - use `git` for `html5ever` and `markup5ever_rcdom` crates --- <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:29 +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#85
No description provided.