Bump assert_cmd from 2.1.1 to 2.1.2
- ID
451a62b- date
2026-01-12 10:14:55+00:00- author
dependabot <https://github.com/dependabot>- parent
4e67c4c- message
Bump assert_cmd from 2.1.1 to 2.1.2 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.1 to 2.1.2. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>- 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"