Skip to content

Commit

Permalink
chore(deps): remove openssl (#112)
Browse files Browse the repository at this point in the history
On top of #90
  • Loading branch information
DaniPopes authored Dec 9, 2024
1 parent a35e85d commit c090449
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 118 deletions.
108 changes: 0 additions & 108 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,18 @@ alloy = { version = "0.6.4", features = [
"providers",
"provider-http",
"signers",
] }
alloy-consensus = "0.6.4"
alloy-eips = "0.6.4"
alloy-network = "0.6.4"
alloy-primitives = "0.8.11"
alloy-provider = "0.6.4"
"reqwest-rustls-tls",
], default-features = false }
alloy-consensus = { version = "0.6.4", default-features = false }
alloy-eips = { version = "0.6.4", default-features = false }
alloy-network = { version = "0.6.4", default-features = false }
alloy-primitives = { version = "0.8.11", default-features = false }
alloy-provider = { version = "0.6.4", default-features = false }
alloy-rpc-client = { version = "0.6.4", default-features = false }
alloy-rpc-types = "0.6.4"
alloy-rpc-types-eth = "0.6.4"
alloy-rpc-types = { version = "0.6.4", default-features = false }
alloy-rpc-types-eth = { version = "0.6.4", default-features = false }
alloy-signer-local = { version = "0.6.4", features = ["mnemonic"] }
alloy-transport = "0.6.4"
alloy-transport = { version = "0.6.4", default-features = false }
alloy-transport-http = { version = "0.6.4", default-features = false, features = [
"reqwest",
"reqwest-rustls-tls",
Expand All @@ -168,7 +169,6 @@ reqwest = { version = "0.12.9", default-features = false, features = [
# tokio
tokio = { version = "1.21", default-features = false }


reth-node-core = { git = "https://github.com/paradigmxyz/reth.git", rev = "38cf6c9", features = [
"optimism",
] }
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ notice = "warn"
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"
deny = [{ name = "openssl" }]

[licenses]
unlicensed = "deny"
Expand Down

0 comments on commit c090449

Please sign in to comment.