feat: reqwest as native build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user