feat: reqwest as native build
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-24 21:42:31 +01:00
parent 9badf8e193
commit 43c5fa1731
2 changed files with 16 additions and 23 deletions

View File

@@ -27,5 +27,10 @@ tonic = { version = "0.12.3", features = ["tls", "tls-roots"] }
toml = "0.8.19"
dirs = "5.0.1"
futures = "0.3.31"
reqwest = { version = "0.12.9", features = ["json"] }
reqwest = { version = "0.12.9", default-features = false, features = [
"json",
"http2",
"charset",
"native-tls-vendored",
] }
serde_json = "1.0.133"