Skip to content

Commit b2c0cf7

Browse files
fix(deps): update rust crate clap to 4.3 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf833f8 commit b2c0cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ yaml = ["serde_yaml"]
1717
async-stream = "0.3"
1818
async-trait = "0.1"
1919
atty = "0.2"
20-
clap = { version = "4.0", features = ["derive", "wrap_help"] }
20+
clap = { version = "4.3", features = ["derive", "wrap_help"] }
2121
digest = "0.10.7"
2222
futures = { version = "0.3", default-features = false, features = [] }
2323
glob = "0.3"

0 commit comments

Comments
 (0)