mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 03:04:35 +03:00
fix: remove extra alloy-signer dep
This commit is contained in:
parent
1cfe1e6e74
commit
f25219c63e
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3184,7 +3184,6 @@ dependencies = [
|
||||
"aes-gcm",
|
||||
"alloy",
|
||||
"alloy-primitives",
|
||||
"alloy-signer",
|
||||
"alloy-sol-macro",
|
||||
"alloy-sol-types",
|
||||
"anyhow",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user