awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

chore: remove reqwest dependency #251

Closed StoneDot closed 3 months ago

StoneDot commented 3 months ago

Issue #, if available:

248

Description of changes: This pull request removes the dependency on reqwest. This clean-up enables the removal of the runtime dependency on OpenSSL and improves the binary's portability.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.