[PR #108] [MERGED] fix(deps): deprecated dependencies, causing building error! #107

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

📋 Pull Request Information

Original PR: https://github.com/aome510/hackernews-TUI/pull/108
Author: @thamelodev
Created: 10/20/2024
Status: Merged
Merged: 10/22/2024
Merged by: @aome510

Base: mainHead: main


📝 Commits (3)

📊 Changes

3 files changed (+510 additions, -477 deletions)

View changed files

📝 Cargo.lock (+492 -459)
📝 hackernews_tui/Cargo.toml (+17 -17)
📝 hackernews_tui/src/parser/article.rs (+1 -1)

📄 Description

It was not possible to build the project because of the old dependencies; they were not following the standard from rust. One example was the time dependency, causing the error code E0282. The compiler was not able to infer a type.

This fixes: #107


rustc version: 1.81.0 (eeb90cda1 2024-09-04)

After the depedencies update:

Finished `release` profile [optimized] target(s) in 29.87s


🔄 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/108 **Author:** [@thamelodev](https://github.com/thamelodev) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`9f679ae`](https://github.com/aome510/hackernews-TUI/commit/9f679ae96c812047883d53c0e1179f0412a602e7) fix(deps): deprecated dependencies - [`527e781`](https://github.com/aome510/hackernews-TUI/commit/527e7819ea8438be2324170e71b68fe627e204ff) upgrade dependencies - [`660e830`](https://github.com/aome510/hackernews-TUI/commit/660e830a3f3148d832059d2af457adca4eabb3cf) fix clippy ### 📊 Changes **3 files changed** (+510 additions, -477 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+492 -459) 📝 `hackernews_tui/Cargo.toml` (+17 -17) 📝 `hackernews_tui/src/parser/article.rs` (+1 -1) </details> ### 📄 Description It was not possible to build the project because of the old dependencies; they were not following the standard from rust. One example was the `time` dependency, causing the error code E0282. The compiler was not able to infer a type. This fixes: #107 ---- rustc version: 1.81.0 (eeb90cda1 2024-09-04) After the depedencies update: ``Finished `release` profile [optimized] target(s) in 29.87s`` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 12:32:33 +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#107
No description provided.