fix(verify-attestation): simplify dependencies

The zksync crates have recently been published on crates.io. Let's take
advantage of them! Specifically, we are replacing alloy-primitives with
zksync_basic_types to avoid the additional transitive dependencies
introduced by alloy.
This commit is contained in:
Patryk Bęza 2024-07-22 13:56:13 +02:00
parent c48cbc636d
commit ad6ce872f8
No known key found for this signature in database
GPG key ID: 9AD1B44D9F6258EC
4 changed files with 254 additions and 496 deletions

View file

@ -7,9 +7,9 @@ license.workspace = true
repository.workspace = true
[dependencies]
alloy-primitives.workspace = true
anyhow.workspace = true
clap.workspace = true
hex.workspace = true
secp256k1.workspace = true
teepot.workspace = true
zksync_basic_types.workspace = true