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

use IsTerminal trait (Rust 1.70.0), removing (direct) dependency on atty crate #130

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

OlsonZacheryFS
Copy link
Collaborator

https://rustsec.org/advisories/RUSTSEC-2021-0145

This PR only removes the direct dependency on atty. The pr.sh script will still show the advisory warning, as the version of env_logger pulled in by jsonpath_lib (currently pinned to an older version for compatibility) does itself depend on atty.

With this PR, the MSRV will be upped to Rust 1.70.0.

@tkmcmaster tkmcmaster merged commit a0b50d8 into master Jul 31, 2023
15 checks passed
@tkmcmaster tkmcmaster deleted the remove-atty-dep branch July 31, 2023 14:23
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.

3 participants