mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore: cargo deps update
with code fixes for the new versions. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
99ab2f2b76
commit
45309e58f4
6 changed files with 447 additions and 393 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue