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.24.8
This commit is contained in:
		
							parent
							
								
									ffe1cf5b48
								
							
						
					
					
						commit
						89637d1c96
					
				
					 2 changed files with 3 additions and 4 deletions
				
			
		
							
								
								
									
										5
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -936,15 +936,14 @@ dependencies = [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "image"
 | 
					name = "image"
 | 
				
			||||||
version = "0.24.7"
 | 
					version = "0.24.8"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
 | 
					checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "bytemuck",
 | 
					 "bytemuck",
 | 
				
			||||||
 "byteorder",
 | 
					 "byteorder",
 | 
				
			||||||
 "color_quant",
 | 
					 "color_quant",
 | 
				
			||||||
 "jpeg-decoder",
 | 
					 "jpeg-decoder",
 | 
				
			||||||
 "num-rational",
 | 
					 | 
				
			||||||
 "num-traits",
 | 
					 "num-traits",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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.24.7", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true }
 | 
					image = { version = "0.24.8", features = ["jpeg", "jpeg_rayon", "webp"], default-features = false, optional = true }
 | 
				
			||||||
libwebp-sys = { version = "0.9.4", optional = true }
 | 
					libwebp-sys = { version = "0.9.4", optional = true }
 | 
				
			||||||
ravif = { version = "0.11.4", optional = true }
 | 
					ravif = { version = "0.11.4", 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