mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Remove explicit bincode dependency
This commit is contained in:
		
							
								
								
									
										1
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -65,7 +65,6 @@ version = "0.2.0"
 | 
				
			|||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 "atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 | 
				
			||||||
 "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 "console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 "directories 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
					 "directories 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,6 @@ version = "0.2.0"
 | 
				
			|||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
atty = "0.2.2"
 | 
					atty = "0.2.2"
 | 
				
			||||||
ansi_term = "0.9"
 | 
					ansi_term = "0.9"
 | 
				
			||||||
bincode = "1.0"
 | 
					 | 
				
			||||||
console = "0.6"
 | 
					console = "0.6"
 | 
				
			||||||
git2 = "0.6"
 | 
					git2 = "0.6"
 | 
				
			||||||
error-chain = "0.11"
 | 
					error-chain = "0.11"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user