File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ # v0.12.0
2+
3+ - Upgrade to ` hyper ` , ` http ` , and ` http-body ` v1.
4+ - Add better support for converting to and from ` http::Request ` and ` http::Response ` .
5+ - Add ` http2 ` optional cargo feature, default on.
6+ - Add ` charset ` optional cargo feature, default on.
7+ - Add ` macos-system-configuration ` cargo feature, default on.
8+ - Change all optional dependencies to no longer be exposed as implicit features.
9+ - Add ` ClientBuilder::interface(str) ` to specify the local interface to bind to.
10+ - Experimental: disables the ` http3 ` feature temporarily.
11+
112## v0.11.27
213
314- Add ` hickory-dns ` feature, deprecating ` trust-dns ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.11.27 " # remember to update html_root_url
3+ version = " 0.12.0 "
44description = " higher level HTTP client library"
55keywords = [" http" , " request" , " client" ]
66categories = [" web-programming::http-client" , " wasm" ]
You can’t perform that action at this time.
0 commit comments