Merge pull request 'Update Rust crate serde_json to 1.0.145' (#318) from renovate/serde_json-1.x into master
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										5
									
								
								central_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								central_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -2657,14 +2657,15 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "serde_json" | ||||
| version = "1.0.143" | ||||
| version = "1.0.145" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" | ||||
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" | ||||
| dependencies = [ | ||||
|  "itoa", | ||||
|  "memchr", | ||||
|  "ryu", | ||||
|  "serde", | ||||
|  "serde_core", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
|   | ||||
| @@ -20,7 +20,7 @@ actix-web = { version = "4.11.0", features = ["openssl"] } | ||||
| futures = "0.3.31" | ||||
| serde = { version = "1.0.228", features = ["derive"] } | ||||
| reqwest = { version = "0.12.23", features = ["json"] } | ||||
| serde_json = "1.0.143" | ||||
| serde_json = "1.0.145" | ||||
| rand = "0.9.2" | ||||
| actix = "0.13.5" | ||||
| actix-identity = "0.8.0" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user