mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump predicates from 2.0.1 to 2.0.2
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						
						Martin Nordholts
					
				
			
			
				
	
			
			
			
						parent
						
							a8a81e99d2
						
					
				
				
					commit
					df067f7d1f
				
			
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -808,9 +808,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "predicates"
 | 
			
		||||
version = "2.0.1"
 | 
			
		||||
version = "2.0.2"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "bc3d91237f5de3bcd9d927e24d03b495adb6135097b001cea7403e2d573d00a9"
 | 
			
		||||
checksum = "c143348f141cc87aab5b950021bac6145d0e5ae754b0591de23244cee42c9308"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "difflib",
 | 
			
		||||
 "float-cmp",
 | 
			
		||||
 
 | 
			
		||||
@@ -83,7 +83,7 @@ features = ["suggestions", "color", "wrap_help"]
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
assert_cmd = "1.0.8"
 | 
			
		||||
serial_test = "0.5.1"
 | 
			
		||||
predicates = "2.0.1"
 | 
			
		||||
predicates = "2.0.2"
 | 
			
		||||
wait-timeout = "0.2.0"
 | 
			
		||||
tempfile = "3.2.0"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user