Skip to content

Commit 3d3b2ce

Browse files
committed
update cargo
1 parent 6a720d0 commit 3d3b2ce

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

Cargo.lock

Lines changed: 0 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ alloy-provider = { workspace = true, features = ["reqwest", "ws"] }
1414
alloy-rpc-types-eth = { workspace = true }
1515
alloy-signer-local = { workspace = true }
1616
alloy-sol-types = { workspace = true }
17-
alloy-contract = "1.0.36"
1817
scroll-alloy-network = { workspace = true }
1918
tokio = { workspace = true, features = ["rt", "time", "process"] }
2019
eyre = { workspace = true }
2120
getrandom = { workspace = true }
2221
tracing = { workspace = true }
2322
reth-tracing = { workspace = true }
2423
serde = { workspace = true }
25-
serde_json = "1.0"
24+
serde_json = { workspace = true }
2625
reth-e2e-test-utils.workspace = true

0 commit comments

Comments
 (0)