Update Rust crate clap to 4.5.51 #439
							
								
								
									
										8
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -808,9 +808,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "clap"
 | 
					name = "clap"
 | 
				
			||||||
version = "4.5.50"
 | 
					version = "4.5.51"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
 | 
					checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "clap_builder",
 | 
					 "clap_builder",
 | 
				
			||||||
 "clap_derive",
 | 
					 "clap_derive",
 | 
				
			||||||
@@ -818,9 +818,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "clap_builder"
 | 
					name = "clap_builder"
 | 
				
			||||||
version = "4.5.50"
 | 
					version = "4.5.51"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
 | 
					checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "anstream",
 | 
					 "anstream",
 | 
				
			||||||
 "anstyle",
 | 
					 "anstyle",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ actix-identity = "0.9.0"
 | 
				
			|||||||
actix-web = "4.11.0"
 | 
					actix-web = "4.11.0"
 | 
				
			||||||
actix-session = { version = "0.11.0", features = ["cookie-session"] }
 | 
					actix-session = { version = "0.11.0", features = ["cookie-session"] }
 | 
				
			||||||
actix-remote-ip = "0.1.0"
 | 
					actix-remote-ip = "0.1.0"
 | 
				
			||||||
clap = { version = "4.5.50", features = ["derive", "env"] }
 | 
					clap = { version = "4.5.51", features = ["derive", "env"] }
 | 
				
			||||||
include_dir = "0.7.4"
 | 
					include_dir = "0.7.4"
 | 
				
			||||||
log = "0.4.28"
 | 
					log = "0.4.28"
 | 
				
			||||||
serde_json = "1.0.145"
 | 
					serde_json = "1.0.145"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user