fix(upload): Enable http2 and charset

This commit is contained in:
FabianLars
2025-03-16 15:16:29 +01:00
parent 5347de8db9
commit 926190d5d6
+3
View File
@@ -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",