Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
bump(deps): update rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2023
1 parent 8d4056f commit f6fbd39
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
72 changes: 65 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 meta/meta-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"

[dependencies]
async-trait = "0.1"
clap = { version = "3.1", features = ["derive"] }
clap = { version = "4.1", features = ["derive"] }
futures = "0.3.21"
log = "0.4.17"
serde_json = "1.0"
Expand Down

0 comments on commit f6fbd39

Please sign in to comment.