Skip to content

Commit

Permalink
build: use rustls for reqwest (foundry-rs#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Aug 15, 2022
1 parent 82967e6 commit fb9bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ console = "0.15.0"
watchexec = "2.0.0"
atty = "0.2.14"
comfy-table = "5.0.0"
reqwest = "0.11.8"
reqwest ={ version = "0.11.8", default-features = false, features = ["json", "rustls"] }
dotenv = "0.15.0"
dialoguer = { version = "0.8.0", default-features = false }

Expand Down

0 comments on commit fb9bc90

Please sign in to comment.