Update Rust crate clap to 4.4.14
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										8
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -793,9 +793,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "clap"
 | 
			
		||||
version = "4.4.13"
 | 
			
		||||
version = "4.4.14"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
 | 
			
		||||
checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "clap_builder",
 | 
			
		||||
 "clap_derive",
 | 
			
		||||
@@ -803,9 +803,9 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "clap_builder"
 | 
			
		||||
version = "4.4.12"
 | 
			
		||||
version = "4.4.14"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
 | 
			
		||||
checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "anstream",
 | 
			
		||||
 "anstyle",
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@ actix-identity = "0.6.0"
 | 
			
		||||
actix-web = "4"
 | 
			
		||||
actix-session = { version = "0.8.0", features = ["cookie-session"] }
 | 
			
		||||
actix-remote-ip = "0.1.0"
 | 
			
		||||
clap = { version = "4.4.13", features = ["derive", "env"] }
 | 
			
		||||
clap = { version = "4.4.14", features = ["derive", "env"] }
 | 
			
		||||
include_dir = "0.7.3"
 | 
			
		||||
log = "0.4.20"
 | 
			
		||||
serde_json = "1.0.111"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user