Skip to content

Commit

Permalink
update: correct mockall version
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Aug 12, 2024
1 parent 1db4d5d commit e35fc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/settlement-clients/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-trait = { workspace = true }
c-kzg = "1.0.0"
color-eyre = { workspace = true }
dotenv = "0.15"
mockall = "0.12.1"
mockall = { version = "0.13.0" }
reqwest = { version = "0.12.3" }
rstest = { workspace = true }
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit e35fc0b

Please sign in to comment.