enable http2 feature for reqwest.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-05-27 08:43:05 +00:00 committed by June 🍓🦴
parent dbcb3be0ab
commit 25f598ce6c
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -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",

View file

@ -107,6 +107,7 @@ features = [
"rustls-tls-native-roots",
"socks",
"hickory-dns",
"http2",
]
[workspace.dependencies.serde]