Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszklak committed Dec 4, 2024
1 parent c889c8f commit 6ea6a08
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 @@ -17,7 +17,7 @@ all-features = true
[dependencies]
log = "0.4"
rand = "0.8"
reqwest = { version = "0.12.9", features = ["blocking"] }
reqwest = { version = "0.12.9", default-features = false, features = ["blocking", "rustls-tls"] }
thiserror = "2.0.4"
tokio = {version = "1", optional = true, features = ["net"]}
url = "2"
Expand Down

0 comments on commit 6ea6a08

Please sign in to comment.