Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Switch from unmaintained term_size to terminal_size #4538

Merged
merged 5 commits into from
Apr 15, 2024

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Apr 3, 2024

The term_size crate has been unmaintained for years.
The RUSTSEC warning recommends terminal-size instead.

The crate seems stable, and a review of the code shows it's safe to use
and does what is expected.
(no build.rs or similar, only calls to the relevant syscalls).

Gets rid of a RUSTSEC warning.

Description

The term_size crate has been unmaintained for years.
The RUSTSEC warning recommends terminal-size instead.

The crate seems stable, and a review of the code shows it's safe to use
and does what is expected.
(no build.rs or similar, only calls to the relevant syscalls).

Gets rid of a RUSTSEC warning.
@theduke
Copy link
Contributor Author

theduke commented Apr 3, 2024

Needs to wait for #4539 .

@syrusakbary syrusakbary enabled auto-merge April 15, 2024 15:46
@syrusakbary
Copy link
Member

Currently we have some issues non related to this PR. Merging!

@syrusakbary syrusakbary disabled auto-merge April 15, 2024 16:49
@syrusakbary syrusakbary merged commit d08f2d9 into master Apr 15, 2024
55 of 59 checks passed
@syrusakbary syrusakbary deleted the deps-termsize branch April 15, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants