summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-19 06:21:55 +0000
committerGitHub <noreply@github.com>2023-10-19 06:21:55 +0000
commitc0b17e73e1e0c6103475a4236fa677d92cc640ee (patch)
treec81f7a00b11d522172903977b5c3edf64d33d07e
parent94544d963bb60d5b1c940635bd146ee43fec52f3 (diff)
Bump assert_cmd from 2.0.10 to 2.0.12 (#2741)
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.10 to 2.0.12. - [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.12) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock20
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6c9cfdf3..163683c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -41,7 +41,7 @@ version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
dependencies = [
- "anstyle 1.0.0",
+ "anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
@@ -51,12 +51,6 @@ dependencies = [
[[package]]
name = "anstyle"
-version = "0.3.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
-
-[[package]]
-name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
@@ -85,17 +79,17 @@ version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
- "anstyle 1.0.0",
+ "anstyle",
"windows-sys 0.48.0",
]
[[package]]
name = "assert_cmd"
-version = "2.0.10"
+version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec0b2340f55d9661d76793b2bfc2eb0e62689bd79d067a95707ea762afd5e9dd"
+checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
dependencies = [
- "anstyle 0.3.5",
+ "anstyle",
"bstr",
"doc-comment",
"predicates",
@@ -261,7 +255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
dependencies = [
"anstream",
- "anstyle 1.0.0",
+ "anstyle",
"clap_lex",
"strsim",
"terminal_size",
@@ -886,7 +880,7 @@ version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
dependencies = [
- "anstyle 1.0.0",
+ "anstyle",
"difflib",
"float-cmp",
"itertools",
diff --git a/Cargo.toml b/Cargo.toml
index f91d73b0..59e265aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,7 +88,7 @@ home = "0.5.4"
plist = "1.5.0"
[dev-dependencies]
-assert_cmd = "2.0.10"
+assert_cmd = "2.0.12"
expect-test = "1.4.1"
serial_test = { version = "2.0.0", default-features = false }
predicates = "3.0.4"