Update Rust crate serde_with to 3.6.0
This commit is contained in:
		
							
								
								
									
										8
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1851,9 +1851,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "serde_with"
 | 
			
		||||
version = "3.5.1"
 | 
			
		||||
version = "3.6.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "f5c9fdb6b00a489875b22efd4b78fe2b363b72265cc5f6eb2e2b9ee270e6140c"
 | 
			
		||||
checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "base64",
 | 
			
		||||
 "chrono",
 | 
			
		||||
@@ -1868,9 +1868,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "serde_with_macros"
 | 
			
		||||
version = "3.5.1"
 | 
			
		||||
version = "3.6.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "dbff351eb4b33600a2e138dfa0b10b65a238ea8ff8fb2387c422c5022a3e8298"
 | 
			
		||||
checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "darling",
 | 
			
		||||
 "proc-macro2",
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@ actix-web-actors = "4.1.0"
 | 
			
		||||
actix-rt = "2.9.0"
 | 
			
		||||
uuid = { version = "1.7.0", features = ["v4"] }
 | 
			
		||||
rand = "0.8.5"
 | 
			
		||||
serde_with = "3.5.1"
 | 
			
		||||
serde_with = "3.6.0"
 | 
			
		||||
tokio = { version = "1", features = ["full"] }
 | 
			
		||||
semver = "1.0.21"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user