We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e805c commit ec6a319Copy full SHA for ec6a319
Cargo.toml
@@ -32,10 +32,10 @@ default-features = false
32
features = ["std"]
33
34
[dependencies.reqwest]
35
-version = "0.12.2"
+version = "0.13"
36
optional = true
37
default-features = false
38
-features = ["http2", "rustls-tls", "stream"]
+features = ["http2", "rustls", "stream"]
39
40
[dependencies.ureq]
41
version = "3.0.4"
RELEASE_NOTES.md
@@ -1,6 +1,7 @@
1
# unreleased (v0.19.2)
2
xxxx-yy-zz
3
* MSRV raised to 1.84.0
4
+* reqwest (default async HTTP client impl) updated from version 0.12 to 0.13
5
6
# v0.19.1
7
2025-03-14
0 commit comments