mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Bump predicates from 1.0.5 to 1.0.6
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.5 to 1.0.6. - [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/v1.0.5...v1.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							7a1cd5226f
						
					
				
				
					commit
					5e7061b9f6
				
			
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -800,9 +800,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "predicates"
 | 
			
		||||
version = "1.0.5"
 | 
			
		||||
version = "1.0.6"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a"
 | 
			
		||||
checksum = "73dd9b7b200044694dfede9edf907c1ca19630908443e9447e624993700c6932"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "difference",
 | 
			
		||||
 "float-cmp",
 | 
			
		||||
 
 | 
			
		||||
@@ -74,7 +74,7 @@ default-features = false
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
tempdir = "0.3"
 | 
			
		||||
assert_cmd = "1.0.2"
 | 
			
		||||
predicates = "1.0.5"
 | 
			
		||||
predicates = "1.0.6"
 | 
			
		||||
 | 
			
		||||
[build-dependencies]
 | 
			
		||||
clap = { version = "2.33", optional = true }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user