mirror of
				https://github.com/TeamPiped/piped-proxy.git
				synced 2024-08-14 23:50:45 +00:00 
			
		
		
		
	fix(deps): update rust crate mimalloc to 0.1.41
This commit is contained in:
		
							parent
							
								
									6c83daa58e
								
							
						
					
					
						commit
						250d8db50b
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										8
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -1041,9 +1041,9 @@ dependencies = [
 | 
			
		|||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "libmimalloc-sys"
 | 
			
		||||
version = "0.1.35"
 | 
			
		||||
version = "0.1.37"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
 | 
			
		||||
checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "cc",
 | 
			
		||||
 "libc",
 | 
			
		||||
| 
						 | 
				
			
			@ -1125,9 +1125,9 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 | 
			
		|||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "mimalloc"
 | 
			
		||||
version = "0.1.39"
 | 
			
		||||
version = "0.1.41"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
 | 
			
		||||
checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "libmimalloc-sys",
 | 
			
		||||
]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@ reqwest = { version = "0.11.27", features = ["stream", "brotli", "gzip", "socks"
 | 
			
		|||
qstring = "0.7.2"
 | 
			
		||||
 | 
			
		||||
# Alternate Allocator 
 | 
			
		||||
mimalloc = { version = "0.1.39", optional = true }
 | 
			
		||||
mimalloc = { version = "0.1.41", optional = true }
 | 
			
		||||
 | 
			
		||||
# Transcoding Images to WebP/AVIF to save bandwidth
 | 
			
		||||
image = { version = "0.25.1", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue