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

Drop unused features from dependencies #567

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

ansasaki
Copy link
Contributor

Drop unused features from dependencies reducing the number of transitive dependencies and installation footprint.

Many default features brought by the config crate are not used, being
TOML the only accepted configuration format.

This reduces the number of dependencies.

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
The agent does not access remote servers using TLS, only the registrar
via plaintext http.  Therefore, there is no need for the default
features from reqwest.

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

Merging #567 (2a5a2d3) into master (5ac302d) will increase coverage by 0.17%.
The diff coverage is n/a.

Additional details and impacted files
Flag Coverage Δ
e2e-testsuite 58.83% <ø> (+0.10%) ⬆️
upstream-unit-tests 58.32% <ø> (-0.58%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

@ansasaki ansasaki merged commit 36babae into keylime:master Apr 21, 2023
@ansasaki ansasaki deleted the drop_unused_features branch September 27, 2023 08:33
@ansasaki ansasaki restored the drop_unused_features branch September 27, 2023 08:33
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.

5 participants