Skip to main content

Merge pull request #49 from alexwlchan/dependabot/cargo/assert_cmd-2.0.17

ID
719e51b
date
2025-04-21 17:50:56+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
0bafb64, 791ef0e
message
Merge pull request #49 from alexwlchan/dependabot/cargo/assert_cmd-2.0.17

Bump assert_cmd from 2.0.16 to 2.0.17
changed files
2 files, 3 additions, 3 deletions

Changed files

Cargo.lock (38017) → Cargo.lock (38017)

diff --git a/Cargo.lock b/Cargo.lock
index 66510de..05e8e88 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -103,9 +103,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
 
 [[package]]
 name = "assert_cmd"
-version = "2.0.16"
+version = "2.0.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
+checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66"
 dependencies = [
  "anstyle",
  "bstr",

Cargo.toml (206) → Cargo.toml (206)

diff --git a/Cargo.toml b/Cargo.toml
index d0342f9..94a2943 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.0.1"
 edition = "2021"
 
 [dependencies]
-assert_cmd = "2.0.14"
+assert_cmd = "2.0.17"
 clap = { version = "4", features = ["derive"] }
 image = "0.25.6"
 predicates = "3"