Skip to content

Commit

Permalink
build without openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
denisu committed Jan 16, 2024
1 parent 3b108f4 commit 4aad099
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 156 deletions.
176 changes: 22 additions & 154 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ env_logger = "0.10.1"
clap = { version = "4.4.17", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11.23", features = ["json"] }
reqwest = { version = "0.11.23", default-features = false, features = ["blocking", "json", "rustls-tls"] }
warp = "0.3.6"
openssl = "0.10.62"

0 comments on commit 4aad099

Please sign in to comment.