Skip to content

Commit

Permalink
fix: get rid of default fretures for reqwest to drop openssl completely
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHedmad committed Jan 29, 2024
1 parent 4983946 commit 0503139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ filetime = "^0.2"
indicatif = "^0.17"
log = "^0.4"
rand = "^0.8"
reqwest = { version = "^0.11", features = ["blocking", "rustls-tls"] }
reqwest = { version = "^0.11", default-features = false, features = ["json", "blocking", "rustls-tls"] }
serde = { version = "^1.0", features = ["derive"] }
tempfile = "^3.8"
toml = "^0.8"
Expand Down

0 comments on commit 0503139

Please sign in to comment.