Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.3.21 (#113)
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] authored Aug 12, 2023
1 parent 5a68841 commit 1271b3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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 @@ -6,7 +6,7 @@ homepage = "https://zksync.io/"
edition = "2021"

[dependencies]
clap = { version = "4.2.4", features = ["derive", "string"] }
clap = { version = "4.3.21", 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 1271b3d

Please sign in to comment.