Update Rust crate serde_with to 3.8.1
This commit is contained in:
		
							
								
								
									
										8
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								rust/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -1830,9 +1830,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "serde_with"
 | 
			
		||||
version = "3.8.0"
 | 
			
		||||
version = "3.8.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "2c85f8e96d1d6857f13768fcbd895fcb06225510022a2774ed8b5150581847b0"
 | 
			
		||||
checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "base64 0.22.0",
 | 
			
		||||
 "chrono",
 | 
			
		||||
@@ -1848,9 +1848,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "serde_with_macros"
 | 
			
		||||
version = "3.8.0"
 | 
			
		||||
version = "3.8.1"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "c8b3a576c4eb2924262d5951a3b737ccaf16c931e39a2810c36f9a7e25575557"
 | 
			
		||||
checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "darling",
 | 
			
		||||
 "proc-macro2",
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@ actix-web-actors = "4.3.0"
 | 
			
		||||
actix-rt = "2.9.0"
 | 
			
		||||
uuid = { version = "1.8.0", features = ["v4"] }
 | 
			
		||||
rand = "0.8.5"
 | 
			
		||||
serde_with = "3.8.0"
 | 
			
		||||
serde_with = "3.8.1"
 | 
			
		||||
tokio = { version = "1", features = ["full"] }
 | 
			
		||||
semver = "1.0.22"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user