mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Bump encoding_rs from 0.8.32 to 0.8.33
Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.32 to 0.8.33. - [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.32...v0.8.33) --- updated-dependencies: - dependency-name: encoding_rs 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
						
							d756d6f1ed
						
					
				
				
					commit
					e455f93a1e
				
			
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -373,9 +373,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "encoding_rs"
 | 
					name = "encoding_rs"
 | 
				
			||||||
version = "0.8.32"
 | 
					version = "0.8.33"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
 | 
					checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "cfg-if",
 | 
					 "cfg-if",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -64,7 +64,7 @@ grep-cli = { version = "0.1.9", optional = true }
 | 
				
			|||||||
regex = { version = "1.8.3", optional = true }
 | 
					regex = { version = "1.8.3", optional = true }
 | 
				
			||||||
walkdir = { version = "2.3", optional = true }
 | 
					walkdir = { version = "2.3", optional = true }
 | 
				
			||||||
bytesize = { version = "1.3.0" }
 | 
					bytesize = { version = "1.3.0" }
 | 
				
			||||||
encoding_rs = "0.8.32"
 | 
					encoding_rs = "0.8.33"
 | 
				
			||||||
os_str_bytes = { version = "~6.4", optional = true }
 | 
					os_str_bytes = { version = "~6.4", optional = true }
 | 
				
			||||||
run_script = { version = "^0.10.0", optional = true}
 | 
					run_script = { version = "^0.10.0", optional = true}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user