-
Notifications
You must be signed in to change notification settings - Fork 1
[Question] Update Cargo Dependencies? #25
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
Comments
|
Since there are not really any changes in that update, and it is only a kind of "patch" update, this is not really necessary. 😅 |
It was a more general question with
There is also a GitHub feature named "Dependabot" which would automatically update the crates when required. How about this? It would correlate with #8. |
Since I just removed |
In fact, just two updates could be omitted by doing so. The feature update brings the |
Hmm, I think status codes are not too helpful to end users. If they are interested in them, they have a terminal, which will show that code to them. Otherwise the program should just use clear language to describe what exactly went wrong. |
[Enhancement] Fix #25; enhance `Cargo.toml`
Since there had been an update to
sysexits
in the last days, I wondered whether it would be a meaningful enhancement to update all dependency crates to their latest versions.The text was updated successfully, but these errors were encountered: