http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.45k stars 119 forks source link

deps, client: update for HttpClient 6.0 #240

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

All of the global shared client now uses just one Arc.

Refs: https://github.com/http-rs/http-client/pull/48

Fishrock123 commented 3 years ago

2.0 milestone due to httpClient semver upgrade