chore: cargo deps update

with code fixes for the new versions.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-02-10 15:40:28 +01:00
parent 99ab2f2b76
commit 45309e58f4
Signed by: harald
GPG key ID: F519A1143B3FBE32
6 changed files with 447 additions and 393 deletions

View file

@ -10,7 +10,6 @@ version.workspace = true
[dependencies]
anyhow.workspace = true
clap.workspace = true
ctrlc.workspace = true
hex.workspace = true
jsonrpsee-types.workspace = true
reqwest.workspace = true
@ -20,7 +19,6 @@ serde_with = { workspace = true, features = ["hex"] }
teepot.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
url.workspace = true
zksync_basic_types.workspace = true