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" | ||||
| checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" | ||||
| dependencies = [ | ||||
|  "anstyle 1.0.0", | ||||
|  "anstyle", | ||||
|  "anstyle-parse", | ||||
|  "anstyle-query", | ||||
|  "anstyle-wincon", | ||||
| @@ -49,12 +49,6 @@ dependencies = [ | ||||
|  "utf8parse", | ||||
| ] | ||||
|  | ||||
| [[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" | ||||
| @@ -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", | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user