Skip to content

Commit

Permalink
Align Cargo.toml (bump clap: 4.5.11 -> 4.5.13) (#255)
Browse files Browse the repository at this point in the history
Resolves: #253

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi committed Aug 2, 2024
1 parent 0d1d6d2 commit 90f4f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
assert_cmd = { version = "2.0.15" }
clap = { version = "4.5.11", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
curl = { version = "0.4.46" }
lazy_static = { version = "1.5.0" }
predicates = { version = "3.1.2" }

0 comments on commit 90f4f4c

Please sign in to comment.