enable http2 feature for reqwest.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
dbcb3be0ab
commit
25f598ce6c
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2688,6 +2688,7 @@ dependencies = [
|
|||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"h2 0.4.5",
|
||||
"hickory-resolver",
|
||||
"http 1.1.0",
|
||||
"http-body 1.0.0",
|
||||
|
|
|
@ -107,6 +107,7 @@ features = [
|
|||
"rustls-tls-native-roots",
|
||||
"socks",
|
||||
"hickory-dns",
|
||||
"http2",
|
||||
]
|
||||
|
||||
[workspace.dependencies.serde]
|
||||
|
|
Loading…
Add table
Reference in a new issue