Skip to content

Upgrade dependencies and fix vulnerabilities #9

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshchoo
Copy link
Owner

I've upgraded the following direct dependencies to their latest versions:

  • clap: 2.33.3 -> 4.5.38
  • goblin: 0.4.0 -> 0.9.3
  • ignore: 0.4.17 -> 0.4.23

This resolves the following security vulnerabilities:

  • RUSTSEC-2022-0013 (regex)
  • RUSTSEC-2022-0006 (thread_local)

It also addresses warnings for unmaintained/unsound crates like ansi_term, atty, and crossbeam-utils by moving to newer versions of clap that use updated transitive dependencies.

I've updated your code to be compatible with clap v4.x API changes. A basic manual test confirmed the application runs without crashing.

I've upgraded the following direct dependencies to their latest versions:
- clap: 2.33.3 -> 4.5.38
- goblin: 0.4.0 -> 0.9.3
- ignore: 0.4.17 -> 0.4.23

This resolves the following security vulnerabilities:
- RUSTSEC-2022-0013 (regex)
- RUSTSEC-2022-0006 (thread_local)

It also addresses warnings for unmaintained/unsound crates like ansi_term, atty, and crossbeam-utils by moving to newer versions of clap that use updated transitive dependencies.

I've updated your code to be compatible with clap v4.x API changes.
A basic manual test confirmed the application runs without crashing.
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.

1 participant