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

libazureinit: remove unused dependencies #98

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

dongsupark
Copy link
Collaborator

Remove unsed dependency crates, serde_derive, serde_xml, xml-rs.
Detected by cargo-machete.

cargo-machete found the following unused dependencies in .../azure-init:
libazureinit -- .../azure-init/libazureinit/Cargo.toml:
        serde_derive
        serde_xml
        xml-rs

Remove unsed dependency crates, serde_derive, serde_xml, xml-rs.
Detected by cargo-machete.

```
cargo-machete found the following unused dependencies in .../azure-init:
libazureinit -- .../azure-init/libazureinit/Cargo.toml:
        serde_derive
        serde_xml
        xml-rs
```
@dongsupark dongsupark merged commit 40c951c into Azure:main Jul 3, 2024
5 checks passed
@dongsupark dongsupark deleted the cleanup-unused-deps branch July 3, 2024 13:23
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.

None yet

2 participants