Update Rust crate serde_json to 1.0.99
This commit is contained in:
		
							
								
								
									
										4
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1722,9 +1722,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "serde_json"
 | 
					name = "serde_json"
 | 
				
			||||||
version = "1.0.97"
 | 
					version = "1.0.99"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
 | 
					checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "itoa",
 | 
					 "itoa",
 | 
				
			||||||
 "ryu",
 | 
					 "ryu",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@ clap = { version = "4.3.5", features = ["derive"] }
 | 
				
			|||||||
log = "0.4.19"
 | 
					log = "0.4.19"
 | 
				
			||||||
env_logger = "0.10.0"
 | 
					env_logger = "0.10.0"
 | 
				
			||||||
serde = { version = "1.0.164", features = ["derive"] }
 | 
					serde = { version = "1.0.164", features = ["derive"] }
 | 
				
			||||||
serde_json = "1.0.97"
 | 
					serde_json = "1.0.99"
 | 
				
			||||||
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.19.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }
 | 
					tokio-tungstenite = { version = "0.19.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.97"
 | 
					serde_json = "1.0.99"
 | 
				
			||||||
hostname = "0.3.1"
 | 
					hostname = "0.3.1"
 | 
				
			||||||
rustls = "0.21.2"
 | 
					rustls = "0.21.2"
 | 
				
			||||||
hyper-rustls = { version = "0.24.0", features = ["rustls-native-certs"] }
 | 
					hyper-rustls = { version = "0.24.0", features = ["rustls-native-certs"] }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user