Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the features of http-types we depend on
http-client doesn't need the cookie feature. http-client also doesn't *directly* use the fs feature, but it re-exports http_types::Body and people might be relying on Body::from_file, so depend on the fs feature for compatibility.
- Loading branch information