@@ -8,7 +8,7 @@ description = "Surf the web - HTTP client framework"
8
8
keywords = [" http" , " client" , " framework" , " request" , " async" ]
9
9
categories = [" web-programming" , " web-programming::http-client" ]
10
10
authors = [
11
- " Yoshua Wuyts <[email protected] >" ,
11
+ " Yoshua Wuyts <[email protected] >" ,
12
12
" dignifiedquire <[email protected] >" ,
13
13
14
14
" Jeremiah Senkpiel <[email protected] >"
@@ -21,7 +21,7 @@ edition = "2018"
21
21
# `.github/workflows/ci.yaml` are updated accordingly
22
22
default = [" curl-client" , " middleware-logger" , " encoding" ]
23
23
curl-client = [" http-client/curl_client" , " once_cell" , " default-client" ]
24
- h1-client = [" http-client/h1_client" , " default-client" ]
24
+ h1-client = [" http-client/h1_client" , " http-client/native-tls " , " default-client" ]
25
25
hyper-client = [" http-client/hyper_client" , " once_cell" , " default-client" , " async-std/tokio02" ]
26
26
wasm-client = [" http-client/wasm_client" , " default-client" ]
27
27
default-client = []
@@ -35,7 +35,7 @@ log = { version = "0.4.7", features = ["kv_unstable"] }
35
35
mime_guess = " 2.0.3"
36
36
serde = " 1.0.97"
37
37
serde_json = " 1.0.40"
38
- http-client = { version = " 6.1 .0" , default-features = false }
38
+ http-client = { version = " 6.3 .0" , default-features = false }
39
39
http-types = " 2.5.0"
40
40
async-std = { version = " 1.6.0" , default-features = false , features = [" std" ] }
41
41
async-trait = " 0.1.36"
0 commit comments