Skip to content

Commit

Permalink
Merge pull request #24 from DanielSidhion/fix-rustls
Browse files Browse the repository at this point in the history
Remove hard dependency on `reqwest/default-tls`
  • Loading branch information
HenningHolmDE authored Oct 6, 2024
2 parents 0aa7255 + 574659b commit b1101eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ serde_with = { version = "^3.8", default-features = false, features = [
serde_json = "^1.0"
url = "^2.5"
uuid = { version = "^1.8", features = ["serde", "v4"] }
reqwest = { version = "^0.12", features = ["json", "multipart"] }
reqwest = { version = "^0.12", default-features = false, features = [
"charset",
"http2",
"json",
"macos-system-configuration",
"multipart",
] }

[dev-dependencies]
rand = "^0.8"
Expand Down

0 comments on commit b1101eb

Please sign in to comment.