Bump assert_cmd from 2.0.15 to 2.0.16
- ID
093c7a0- date
2024-08-09 17:58:49+00:00- author
dependabot <https://github.com/dependabot>- parent
afb64c0- message
Bump assert_cmd from 2.0.15 to 2.0.16 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.15 to 2.0.16. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16) --- 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, 6 additions, 5 deletions
Changed files
Cargo.lock (17850) → Cargo.lock (17859)
diff --git a/Cargo.lock b/Cargo.lock
index b62e886..20ee873 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,13 +77,14 @@ dependencies = [
[[package]]
name = "assert_cmd"
-version = "2.0.15"
+version = "2.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37"
+checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
dependencies = [
"anstyle",
"bstr",
"doc-comment",
+ "libc",
"predicates",
"predicates-core",
"predicates-tree",
@@ -319,9 +320,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.135"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "memchr"
Cargo.toml (479) → Cargo.toml (479)
diff --git a/Cargo.toml b/Cargo.toml
index 794d5eb..d47eb59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.2.0"
edition = "2018"
[dependencies]
-assert_cmd = "2.0.15"
+assert_cmd = "2.0.16"
clap = { version = "4.5.14", features = ["derive"] }
regex = "1.10.6"