Skip to content

Commit

Permalink
Align Cargo.toml/Cargo.lock (clap:4.5.26->4.5.27)
Browse files Browse the repository at this point in the history
Resolves: #283

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi committed Jan 21, 2025
1 parent cad95a3 commit b21f5db
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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
assert_cmd = { version = "2.0.13" }
predicates = { version = "3.1.3" }
proc-macro2 = { version = "1.0.93" }

0 comments on commit b21f5db

Please sign in to comment.