Bump assert_cmd from 2.0.14 to 2.0.15
- ID
df0d92b- date
2024-07-26 21:47:57+00:00- author
dependabot <https://github.com/dependabot>- parent
93817dc- message
Bump assert_cmd from 2.0.14 to 2.0.15 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.14 to 2.0.15. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15) --- updated-dependencies: - dependency-name: assert_cmd 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 (17850) → Cargo.lock (17850)
diff --git a/Cargo.lock b/Cargo.lock
index 72ad7fd..62e021d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,9 +77,9 @@ dependencies = [
[[package]]
name = "assert_cmd"
-version = "2.0.14"
+version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
+checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37"
dependencies = [
"anstyle",
"bstr",
Cargo.toml (479) → Cargo.toml (479)
diff --git a/Cargo.toml b/Cargo.toml
index 60c551f..029e537 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.2.0"
edition = "2018"
[dependencies]
-assert_cmd = "2.0.14"
+assert_cmd = "2.0.15"
clap = { version = "4.5.11", features = ["derive"] }
regex = "1.10.5"