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