Merge pull request 'Update Rust crate serde_json to 1.0.95' (#23) 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
				
			Reviewed-on: #23
This commit is contained in:
		
							
								
								
									
										4
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1785,9 +1785,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "serde_json"
 | 
			
		||||
version = "1.0.94"
 | 
			
		||||
version = "1.0.95"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
 | 
			
		||||
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "itoa",
 | 
			
		||||
 "ryu",
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@ clap = { version = "4.2.1", features = ["derive"] }
 | 
			
		||||
log = "0.4.17"
 | 
			
		||||
env_logger = "0.10.0"
 | 
			
		||||
serde = { version = "1.0.159", features = ["derive"] }
 | 
			
		||||
serde_json = "1.0.85"
 | 
			
		||||
serde_json = "1.0.95"
 | 
			
		||||
actix-web = "4.1.0"
 | 
			
		||||
actix-cors = "0.6.2"
 | 
			
		||||
actix = "0.13.0"
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ textwrap = "0.16.0"
 | 
			
		||||
tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
 | 
			
		||||
serde_urlencoded = "0.7.1"
 | 
			
		||||
futures = "0.3.23"
 | 
			
		||||
serde_json = "1.0.85"
 | 
			
		||||
serde_json = "1.0.95"
 | 
			
		||||
hostname = "0.3.1"
 | 
			
		||||
rustls = "0.20.6"
 | 
			
		||||
hyper-rustls = { version = "0.23.0", features = ["rustls-native-certs"] }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user