fix: Reduce the number of direct dependencies
reqwest
depends unconditionally on the openssl
crate.
Sadly openssl
is still pulled in by rustainers
:-/
See: #22
Merge request reports
Activity
added 1 commit
- 47f2b01d - fix: Adjust functions as `update_file` does not need to be async
requested review from @dvzrv
Yes, I wondering the same but I'm not sure what exactly to ask for: a feature that allows using different HTTP client lib than
reqwest
? And the reason that we findopenssl
to be on shaky security-ground? I mean... upstreams already use shady deps without blinking an eye... but okay, let me think about it for a moment. rustainers seem to be like a mini project.
mentioned in issue #22
changed milestone to %2024: Week 29 - 30
added nethsm label