Skip to content

Commit

Permalink
use rustls in client as well
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 16, 2024
1 parent 28b614b commit abc180c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion daedalus_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.4.0"
anyhow = "1.0"
reqwest = "0.11.13"
reqwest = { version = "0.11.13", default-features = false, features = [
"json",
"rustls-tls",
] }
zip = "0.6.3"
semver = "1.0"
backon = "0.4.3"
Expand Down

0 comments on commit abc180c

Please sign in to comment.