Bump assert_cmd from 2.0.10 to 2.0.11

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases)
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.10...v2.0.11)

---
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] 2023-04-14 00:43:29 +00:00 committed by GitHub
parent b0bf3ed176
commit 43f36fb187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -74,11 +74,11 @@ dependencies = [
[[package]]
name = "assert_cmd"
version = "2.0.10"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0b2340f55d9661d76793b2bfc2eb0e62689bd79d067a95707ea762afd5e9dd"
checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
dependencies = [
"anstyle 0.3.5",
"anstyle 1.0.0",
"bstr",
"doc-comment",
"predicates",

View File

@ -44,7 +44,7 @@ clap_complete = "4.2.0"
clap_mangen = "0.2.10"
[dev-dependencies]
assert_cmd = "2.0.10"
assert_cmd = "2.0.11"
infer = "0.13.0"
parse-display = "0.8.0"
proptest = "1.1.0"