Skip to content

Commit

Permalink
use rustls not openssl for added rustiness (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored Jun 28, 2023
1 parent e8a0eee commit 8206a71
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 115 deletions.
139 changes: 25 additions & 114 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ wasm-loader = { version = "0.20.0", path = "../libs/wasm-loader" }
wasm-testbed = { version = "0.20.0", path = "../libs/wasm-testbed" }
substrate-differ = { version = "0.20.0", path = "../libs/substrate-differ" }
url = "2.3.1"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false }
semver = "1.0.17"

0 comments on commit 8206a71

Please sign in to comment.