Skip to content

Commit

Permalink
Remove openssl in favor of rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Aug 14, 2024
1 parent 6aed484 commit 6ef3d74
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 2 deletions.
114 changes: 113 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ authors = ["Royal Engineering"]
license = "MIT"

[dependencies]
alloy = { version = "0.2", features = [
alloy = { version = "0.2", default-features = false, features = [
"contract",
"dyn-abi",
"eip712",
"k256",
"reqwest-rustls-tls",
"providers",
"rpc",
"json-rpc",
Expand Down

0 comments on commit 6ef3d74

Please sign in to comment.