mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump console from 0.15.0 to 0.15.1
Bumps [console](https://github.com/mitsuhiko/console) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/console/compare/0.15.0...0.15.1) --- updated-dependencies: - dependency-name: console 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
						
							dd2c6e07b8
						
					
				
				
					commit
					44daae4a8f
				
			
							
								
								
									
										5
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -221,14 +221,13 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "console"
 | 
					name = "console"
 | 
				
			||||||
version = "0.15.0"
 | 
					version = "0.15.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
 | 
					checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "encode_unicode",
 | 
					 "encode_unicode",
 | 
				
			||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
 "once_cell",
 | 
					 "once_cell",
 | 
				
			||||||
 "regex",
 | 
					 | 
				
			||||||
 "terminal_size",
 | 
					 "terminal_size",
 | 
				
			||||||
 "unicode-width",
 | 
					 "unicode-width",
 | 
				
			||||||
 "winapi",
 | 
					 "winapi",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,7 +44,7 @@ atty = { version = "0.2.14", optional = true }
 | 
				
			|||||||
ansi_term = "^0.12.1"
 | 
					ansi_term = "^0.12.1"
 | 
				
			||||||
ansi_colours = "^1.1"
 | 
					ansi_colours = "^1.1"
 | 
				
			||||||
bincode = "1.0"
 | 
					bincode = "1.0"
 | 
				
			||||||
console = "0.15.0"
 | 
					console = "0.15.1"
 | 
				
			||||||
flate2 = "1.0"
 | 
					flate2 = "1.0"
 | 
				
			||||||
once_cell = "1.12"
 | 
					once_cell = "1.12"
 | 
				
			||||||
thiserror = "1.0"
 | 
					thiserror = "1.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user