Skip to main content

Merge pull request #120 from alexwlchan/dependabot/cargo/assert_cmd-2.1.2

ID
3e077df
date
2026-01-12 19:02:58+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
4e67c4c, 451a62b
message
Merge pull request #120 from alexwlchan/dependabot/cargo/assert_cmd-2.1.2

Bump assert_cmd from 2.1.1 to 2.1.2
changed files
2 files, 3 additions, 3 deletions

Changed files

Cargo.lock (21340) → Cargo.lock (21340)

diff --git a/Cargo.lock b/Cargo.lock
index 647f72b..1f8d586 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,9 +77,9 @@ dependencies = [
 
 [[package]]
 name = "assert_cmd"
-version = "2.1.1"
+version = "2.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcbb6924530aa9e0432442af08bbcafdad182db80d2e560da42a6d442535bf85"
+checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514"
 dependencies = [
  "anstyle",
  "bstr",

Cargo.toml (499) → Cargo.toml (499)

diff --git a/Cargo.toml b/Cargo.toml
index c1ffc3a..4d67f31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.4.1"
 edition = "2018"
 
 [dependencies]
-assert_cmd = "2.1.1"
+assert_cmd = "2.1.2"
 clap = { version = "4.5.54", features = ["derive"] }
 image-webp = "0.2.4"
 predicates = "3"