fix: remove extra alloy-signer dep

This commit is contained in:
bitful-pannul 2024-06-07 09:46:43 -07:00
parent 1cfe1e6e74
commit f25219c63e
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3184,7 +3184,6 @@ dependencies = [
"aes-gcm",
"alloy",
"alloy-primitives",
"alloy-signer",
"alloy-sol-macro",
"alloy-sol-types",
"anyhow",

View File

@ -45,7 +45,6 @@ alloy = { git = "https://github.com/alloy-rs/alloy", rev = "05f8162", features =
alloy-primitives = "0.7.5"
alloy-sol-macro = "0.7.5"
alloy-sol-types = "0.7.5"
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "05f8162" }
anyhow = "1.0.71"
async-trait = "0.1.71"
base64 = "0.22.0"