Skip to content

Commit

Permalink
build with rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro committed Jul 19, 2023
1 parent 433767d commit 1f0d902
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 166 deletions.
244 changes: 83 additions & 161 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4.2.1", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4.17"
nom = "7.1.3"
reqwest = { version = "0.11.16", features = ["json"] }
reqwest = { version = "0.11.16", features = ["json", "rustls-tls"], default-features = false }
serde = "1.0.159"
serde_json = "1.0.95"
thiserror = "1.0.40"
Expand Down
Loading

0 comments on commit 1f0d902

Please sign in to comment.