Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.3.22 (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent dc10c2b commit e333291
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 bin/withdrawal-finalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
clap = { version = "4.3.21", features = ["derive", "string"] }
clap = { version = "4.3.22", features = ["derive", "string"] }
color-eyre = "0.6.2"
ethers = { version = "2.0.8", default-features = false, features = ["ws", "rustls"] }
serde = "1.0.183"
Expand Down

0 comments on commit e333291

Please sign in to comment.