mirror of
				https://github.com/TeamPiped/piped-proxy.git
				synced 2024-08-14 23:50:45 +00:00 
			
		
		
		
	fix(deps): update rust crate image to 0.25.1
This commit is contained in:
		
							parent
							
								
									da2451e40e
								
							
						
					
					
						commit
						69a296680e
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										4
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -893,9 +893,9 @@ dependencies = [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "image"
 | 
					name = "image"
 | 
				
			||||||
version = "0.25.0"
 | 
					version = "0.25.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "a9b4f005360d32e9325029b38ba47ebd7a56f3316df09249368939562d518645"
 | 
					checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "bytemuck",
 | 
					 "bytemuck",
 | 
				
			||||||
 "byteorder",
 | 
					 "byteorder",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@ qstring = "0.7.2"
 | 
				
			||||||
mimalloc = { version = "0.1.39", optional = true }
 | 
					mimalloc = { version = "0.1.39", optional = true }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Transcoding Images to WebP/AVIF to save bandwidth
 | 
					# Transcoding Images to WebP/AVIF to save bandwidth
 | 
				
			||||||
image = { version = "0.25.0", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
 | 
					image = { version = "0.25.1", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
 | 
				
			||||||
libwebp-sys = { version = "0.9.5", optional = true }
 | 
					libwebp-sys = { version = "0.9.5", optional = true }
 | 
				
			||||||
ravif = { version = "0.11.5", optional = true }
 | 
					ravif = { version = "0.11.5", optional = true }
 | 
				
			||||||
rgb = { version = "0.8.37", optional = true }
 | 
					rgb = { version = "0.8.37", optional = true }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue