mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump console from 0.9.2 to 0.10.0
Bumps [console](https://github.com/mitsuhiko/console) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Commits](https://github.com/mitsuhiko/console/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							dd9755f223
						
					
				
				
					commit
					c6bbca62ef
				
			
							
								
								
									
										6
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -120,7 +120,7 @@ dependencies = [
 | 
			
		||||
 "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "console 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
 "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@@ -280,7 +280,7 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "console"
 | 
			
		||||
version = "0.9.2"
 | 
			
		||||
version = "0.10.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
			
		||||
@@ -1473,7 +1473,7 @@ dependencies = [
 | 
			
		||||
"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
 | 
			
		||||
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
 | 
			
		||||
"checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
 | 
			
		||||
"checksum console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45e0f3986890b3acbc782009e2629dfe2baa430ac091519ce3be26164a2ae6c0"
 | 
			
		||||
"checksum console 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6728a28023f207181b193262711102bfbaf47cc9d13bc71d0736607ef8efe88c"
 | 
			
		||||
"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 | 
			
		||||
"checksum content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
 | 
			
		||||
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@ edition = '2018'
 | 
			
		||||
atty = "0.2.14"
 | 
			
		||||
ansi_term = "^0.12.1"
 | 
			
		||||
ansi_colours = "^1.0"
 | 
			
		||||
console = "0.9"
 | 
			
		||||
console = "0.10"
 | 
			
		||||
dirs = "2.0"
 | 
			
		||||
lazy_static = "1.4"
 | 
			
		||||
wild = "2.0"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user