mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Bump predicates from 3.0.4 to 3.1.0 (#2924)
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.4 to 3.1.0. - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-minor ... 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:
		
							
								
								
									
										16
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										16
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -130,7 +130,7 @@ dependencies = [ | ||||
|  "grep-cli", | ||||
|  "home", | ||||
|  "indexmap", | ||||
|  "itertools 0.12.1", | ||||
|  "itertools", | ||||
|  "nix", | ||||
|  "nu-ansi-term", | ||||
|  "once_cell", | ||||
| @@ -656,15 +656,6 @@ dependencies = [ | ||||
|  "serde", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "itertools" | ||||
| version = "0.11.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" | ||||
| dependencies = [ | ||||
|  "either", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "itertools" | ||||
| version = "0.12.1" | ||||
| @@ -927,14 +918,13 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | ||||
|  | ||||
| [[package]] | ||||
| name = "predicates" | ||||
| version = "3.0.4" | ||||
| version = "3.1.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0" | ||||
| checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" | ||||
| dependencies = [ | ||||
|  "anstyle", | ||||
|  "difflib", | ||||
|  "float-cmp", | ||||
|  "itertools 0.11.0", | ||||
|  "normalize-line-endings", | ||||
|  "predicates-core", | ||||
|  "regex", | ||||
|   | ||||
| @@ -92,7 +92,7 @@ plist = "1.6.0" | ||||
| assert_cmd = "2.0.12" | ||||
| expect-test = "1.4.1" | ||||
| serial_test = { version = "2.0.0", default-features = false } | ||||
| predicates = "3.0.4" | ||||
| predicates = "3.1.0" | ||||
| wait-timeout = "0.2.0" | ||||
| tempfile = "3.8.1" | ||||
| serde = { version = "1.0", features = ["derive"] } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user