Skip to content

Commit

Permalink
Merge pull request #2247 from eqlabs/t00ts/alloy-rustls
Browse files Browse the repository at this point in the history
Remove `native-tls` dependency from `alloy`
  • Loading branch information
t00ts committed Sep 18, 2024
2 parents a37bc20 + 661b24a commit c9039b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 113 deletions.
114 changes: 2 additions & 112 deletions 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 crates/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ license = { workspace = true }
rust-version = { workspace = true }

[dependencies]
alloy = { version = "0.3", features = [
alloy = { version = "0.3", default-features = false, features = [
"contract",
"rpc-types",
"provider-ws",
"reqwest-rustls-tls",
] }
anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down

0 comments on commit c9039b9

Please sign in to comment.