Skip to content

Commit be80c6d

Browse files
authored
Align Cargo.toml/.lock (assert_cmd:2.0.17->2.1.1) (#410)
Resolves: #407 Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
1 parent f4d381f commit be80c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
edition = "2021"
55

66
[dependencies]
7-
assert_cmd = { version = "2.0.17" }
7+
assert_cmd = { version = "2.1.1" }
88
clap = { version = "4.5.51", features = ["derive"] }
99
curl = { version = "0.4.49" }
1010
lazy_static = { version = "1.5.0" }

0 commit comments

Comments
 (0)