mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #93] [MERGED] Crate updates, and reverting to tracing 0.1.37 because of yanked release. #104
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#104
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/93
Author: @parasew
Created: 6/4/2023
Status: ✅ Merged
Merged: 6/4/2023
Merged by: @aome510
Base:
main← Head:main📝 Commits (3)
3d626afReverting to tracing 0.1.37 because of yanked release. https://docs.rs/crate/tracing/0.1.38245fa06updating comfy-table to 6.2bf63f9dUpdated crates to more recent versions.📊 Changes
2 files changed (+55 additions, -42 deletions)
View changed files
📝
Cargo.lock(+47 -34)📝
hackernews_tui/Cargo.toml(+8 -8)📄 Description
The tracing crate has yanked their 0.1.38 release, so I have changed the Cargo.toml to refer to 0.1.37.
Other crates have been updated to newer versions as well, and all tests pass from the automated tests. Manual testing on MacOs confirmed as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.