mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	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>
This commit is contained in:
		
							
								
								
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -41,7 +41,7 @@ version = "0.6.4" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" | checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "anstyle 1.0.0", |  "anstyle", | ||||||
|  "anstyle-parse", |  "anstyle-parse", | ||||||
|  "anstyle-query", |  "anstyle-query", | ||||||
|  "anstyle-wincon", |  "anstyle-wincon", | ||||||
| @@ -49,12 +49,6 @@ dependencies = [ | |||||||
|  "utf8parse", |  "utf8parse", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] |  | ||||||
| name = "anstyle" |  | ||||||
| version = "0.3.5" |  | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" |  | ||||||
| checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" |  | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "anstyle" | name = "anstyle" | ||||||
| version = "1.0.0" | version = "1.0.0" | ||||||
| @@ -85,17 +79,17 @@ version = "3.0.1" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" | checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "anstyle 1.0.0", |  "anstyle", | ||||||
|  "windows-sys 0.48.0", |  "windows-sys 0.48.0", | ||||||
| ] | ] | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "assert_cmd" | name = "assert_cmd" | ||||||
| version = "2.0.10" | version = "2.0.12" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "ec0b2340f55d9661d76793b2bfc2eb0e62689bd79d067a95707ea762afd5e9dd" | checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "anstyle 0.3.5", |  "anstyle", | ||||||
|  "bstr", |  "bstr", | ||||||
|  "doc-comment", |  "doc-comment", | ||||||
|  "predicates", |  "predicates", | ||||||
| @@ -261,7 +255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||||||
| checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" | checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "anstream", |  "anstream", | ||||||
|  "anstyle 1.0.0", |  "anstyle", | ||||||
|  "clap_lex", |  "clap_lex", | ||||||
|  "strsim", |  "strsim", | ||||||
|  "terminal_size", |  "terminal_size", | ||||||
| @@ -886,7 +880,7 @@ version = "3.0.4" | |||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" | checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "anstyle 1.0.0", |  "anstyle", | ||||||
|  "difflib", |  "difflib", | ||||||
|  "float-cmp", |  "float-cmp", | ||||||
|  "itertools", |  "itertools", | ||||||
|   | |||||||
| @@ -88,7 +88,7 @@ home = "0.5.4" | |||||||
| plist = "1.5.0" | plist = "1.5.0" | ||||||
|  |  | ||||||
| [dev-dependencies] | [dev-dependencies] | ||||||
| assert_cmd = "2.0.10" | assert_cmd = "2.0.12" | ||||||
| expect-test = "1.4.1" | expect-test = "1.4.1" | ||||||
| serial_test = { version = "2.0.0", default-features = false } | serial_test = { version = "2.0.0", default-features = false } | ||||||
| predicates = "3.0.4" | predicates = "3.0.4" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user