-
Notifications
You must be signed in to change notification settings - Fork 321
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
Remove unused Rust dependencies #5103
Conversation
f6a7acd
to
9ee67d8
Compare
9ee67d8
to
a813585
Compare
a813585
to
f25f0d9
Compare
This commit removes as many Rust dependencies as I could find within the repository. Signed-off-by: Nick Gerace <nick@systeminit.com>
f25f0d9
to
067db2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing this :) I looked through and there are no version changes I can see anywhere; this should be a "as long as it compiles it can't change anything" pr. One step closer to being able to regenerate Cargo.lock without having to surgically edit everything because it changes a bunch of stuff I didn't expect!
This commit updates Rust dependencies that neither require code changes nor fixup changes. This is a follow-up to #5103. Signed-off-by: Nick Gerace <nick@systeminit.com>
This commit updates Rust dependencies that neither require code changes nor fixup changes. This is a follow-up to #5103. Signed-off-by: Nick Gerace <nick@systeminit.com>
This commit updates Rust dependencies that neither require code changes nor fixup changes. This is a follow-up to #5103. Signed-off-by: Nick Gerace <nick@systeminit.com>
This PR removes as many unused Rust dependencies as I could find within the repository.