Compare commits

...

1 Commits

Author SHA1 Message Date
FabianLars 926190d5d6 fix(upload): Enable http2 and charset 2025-03-16 15:16:29 +01:00
+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",