Skip to content

Commit

Permalink
chore(deps): bump clap
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 27, 2023
1 parent 5e0fa44 commit 5f15c78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ proptest = "1.0"

# misc
eyre = "0.6.8"
# TODO: temp patch. tracked in https://github.com/paradigmxyz/reth/issues/1572
clap = { git = "https://github.com/rkrasiuk/clap", branch = "rkrasiuk/fix-almost-swapped-lint", features = ["derive", "cargo"] } # { version = "4.0", features = ["derive", "cargo"] }
clap = { version = "4", features = ["derive", "cargo"] }
tokio = { version = "1.21", features = ["sync", "macros", "rt-multi-thread"] }
futures = "0.3.25"
tempfile = { version = "3.3.0" }
Expand Down

0 comments on commit 5f15c78

Please sign in to comment.