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

Cargo.toml: remove unnecessary crates bzip2, protobuf #56

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

dongsupark
Copy link
Member

Remove unnecssary crates, bzip2 and protobuf. Detected by cargo-machete.

For some reason cargo-machete shows false positive of uuid, which is actually needed for building ue-rs. Exlude uuid from machete.

Remove unnecssary crates, bzip2 and protobuf.
Detected by cargo-machete.
For some reason cargo-machete shows false positive of uuid, which is
actually needed for building ue-rs. Exlude uuid from machete.
env_logger = "0.10"
globset = "0.4"
log = "0.4"
protobuf = "3.2.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about this?

use protobuf::Message;
is this handled by another dependency?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, it has its own Cargo.toml.

protobuf = "3"

@dongsupark dongsupark merged commit 21d64e5 into trunk Aug 1, 2024
1 check passed
@dongsupark dongsupark deleted the dongsu/cleanup-crates branch August 1, 2024 12:35
dongsupark added a commit to flatcar/scripts that referenced this pull request Aug 1, 2024
Update coreos-base/ue-rs to commit
21d64e53c559b318170081a9a49ed9198d1603f5, as of 2024-08-01.

Pulls in flatcar/ue-rs#55
flatcar/ue-rs#56.
dongsupark added a commit to flatcar/scripts that referenced this pull request Aug 2, 2024
Update coreos-base/ue-rs to commit
21d64e53c559b318170081a9a49ed9198d1603f5, as of 2024-08-01.

Pulls in flatcar/ue-rs#55
flatcar/ue-rs#56.
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.

2 participants