mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump console from 0.14.0 to 0.14.1
Bumps [console](https://github.com/mitsuhiko/console) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.14.0...0.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							285b1556a9
						
					
				
				
					commit
					d405aa98d5
				
			
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -226,9 +226,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "console"
 | 
					name = "console"
 | 
				
			||||||
version = "0.14.0"
 | 
					version = "0.14.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
 | 
					checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "encode_unicode",
 | 
					 "encode_unicode",
 | 
				
			||||||
 "lazy_static",
 | 
					 "lazy_static",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,7 @@ regex-fancy = ["syntect/regex-fancy"] # Use the rust-only "fancy-regex" engine
 | 
				
			|||||||
atty = { version = "0.2.14", optional = true }
 | 
					atty = { version = "0.2.14", optional = true }
 | 
				
			||||||
ansi_term = "^0.12.1"
 | 
					ansi_term = "^0.12.1"
 | 
				
			||||||
ansi_colours = "^1.0"
 | 
					ansi_colours = "^1.0"
 | 
				
			||||||
console = "0.14.0"
 | 
					console = "0.14.1"
 | 
				
			||||||
lazy_static = { version = "1.4", optional = true }
 | 
					lazy_static = { version = "1.4", optional = true }
 | 
				
			||||||
wild = { version = "2.0", optional = true }
 | 
					wild = { version = "2.0", optional = true }
 | 
				
			||||||
content_inspector = "0.2.4"
 | 
					content_inspector = "0.2.4"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user