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

Commit def5667

Browse files
bump(deps): update rust crate clap to v4
1 parent 111e219 commit def5667

File tree

2 files changed

+106
-27
lines changed

2 files changed

+106
-27
lines changed

Cargo.lock

+105-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meta/meta-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build = "build.rs"
66

77
[dependencies]
88
async-trait = "0.1"
9-
clap = { version = "3.1", features = ["derive"] }
9+
clap = { version = "4.1", features = ["derive"] }
1010
futures = "0.3.21"
1111
log = "0.4.17"
1212
serde_json = "1.0"

0 commit comments

Comments
 (0)