Skip to content

Commit

Permalink
Undo removal of reqwest TLS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed May 5, 2022
1 parent 7619a06 commit 2ea55b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ primitive-types = "0.8"
prometheus = { version = "0.13", default-features = false }
rand = { version = "0.8", default-features = false }
receipts = { git = "ssh://[email protected]/edgeandnode/receipts.git", rev = "02d09da" }
reqwest = { version = "0.11", default-features = false, features = ["json"] }
secp256k1 = { version = "0.20", default-features = false }
reqwest = { version = "0.11", features = ["json"] }
secp256k1 = { version = "0.20", default-features = false }
serde = "1.0"
serde_json = { version = "1.0", features = ["raw_value"] }
serde_yaml = "0.8"
Expand Down

0 comments on commit 2ea55b0

Please sign in to comment.