Bump assert_cmd from 2.0.16 to 2.0.17
- ID
ff5126a- date
2025-04-21 11:18:18+00:00- author
dependabot <https://github.com/dependabot>- parent
3825870- message
Bump assert_cmd from 2.0.16 to 2.0.17 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.16 to 2.0.17. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.0.17 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 (20535) → Cargo.lock (20535)
diff --git a/Cargo.lock b/Cargo.lock
index 5fb0203..c076172 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -83,9 +83,9 @@ dependencies = [
[[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 (500) → Cargo.toml (500)
diff --git a/Cargo.toml b/Cargo.toml
index 927195d..fd730f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.4.1"
edition = "2018"
[dependencies]
-assert_cmd = "2.0.16"
+assert_cmd = "2.0.17"
clap = { version = "4.5.35", features = ["derive"] }
image-webp = "0.2.1"
predicates = "3"