build(deps): bump assert_cmd from 2.0.13 to 2.0.14

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.13 to 2.0.14.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-19 23:38:07 +00:00 committed by João Marcos
parent e05f707d87
commit 2c345776fc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -67,9 +67,9 @@ dependencies = [
[[package]]
name = "assert_cmd"
version = "2.0.13"
version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467"
checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
dependencies = [
"anstyle",
"bstr",

View File

@ -45,7 +45,7 @@ clap_complete = "4.5.1"
clap_mangen = "0.2.20"
[dev-dependencies]
assert_cmd = "2.0.13"
assert_cmd = "2.0.14"
infer = "0.15.0"
insta = { version = "1.34.0", features = ["filters"] }
parse-display = "0.9.0"