fix(upload): Enable http2 and charset

fix/upload/reqwest-features
FabianLars 3 months ago
parent 5347de8db9
commit 926190d5d6
No known key found for this signature in database

@ -32,6 +32,9 @@ thiserror = { workspace = true }
tokio = { version = "1", features = ["fs"] }
tokio-util = { version = "0.7", features = ["codec"] }
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
"http2",
"charset",
"macos-system-configuration",
"json",
"stream",

Loading…
Cancel
Save