-
Notifications
You must be signed in to change notification settings - Fork 62
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
Update dependencies #47
Comments
Hello, I would like to work on this issue. I am using rusty hog at work (I am a computer science student and apprentice at Amadeus), I like it and want to help. I would be happy to try to update it to gitoxide too, but I will try this issue first. |
Hi Coruscant, thanks for the offer! I would definitely recommend to start with one package at a time, and avoid a few of the more problematic packages by focusing on the best maintained ones like Clap |
Also, avoiding the packages that are actually making network calls will probably help keep things simple |
Okay! I will try to start with |
Summary
A lot of the dependencies are now majorly out of date, but simply changing the cargo.toml is not enough, a fair amount of code will need to be re-written to support the newer libraries.
Additional context
Updating libraries will support newer features and hopefully improve performance.
The text was updated successfully, but these errors were encountered: