Update Rust crate reqwest to 0.12.23
This commit is contained in:
		
							
								
								
									
										4
									
								
								central_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								central_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -2419,9 +2419,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "reqwest"
 | 
					name = "reqwest"
 | 
				
			||||||
version = "0.12.22"
 | 
					version = "0.12.23"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
 | 
					checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64 0.22.1",
 | 
					 "base64 0.22.1",
 | 
				
			||||||
 "bytes",
 | 
					 "bytes",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,7 +19,7 @@ asn1 = "0.22.0"
 | 
				
			|||||||
actix-web = { version = "4.11.0", features = ["openssl"] }
 | 
					actix-web = { version = "4.11.0", features = ["openssl"] }
 | 
				
			||||||
futures = "0.3.31"
 | 
					futures = "0.3.31"
 | 
				
			||||||
serde = { version = "1.0.219", features = ["derive"] }
 | 
					serde = { version = "1.0.219", features = ["derive"] }
 | 
				
			||||||
reqwest = { version = "0.12.22", features = ["json"] }
 | 
					reqwest = { version = "0.12.23", features = ["json"] }
 | 
				
			||||||
serde_json = "1.0.142"
 | 
					serde_json = "1.0.142"
 | 
				
			||||||
rand = "0.9.2"
 | 
					rand = "0.9.2"
 | 
				
			||||||
actix = "0.13.5"
 | 
					actix = "0.13.5"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user