mirror of
				https://github.com/Tim-Paik/srv.git
				synced 2024-10-13 00:29:43 +00:00 
			
		
		
		
	update deps
This commit is contained in:
		
							
								
								
									
										7
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -226,16 +226,16 @@ dependencies = [
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "actix-web-httpauth"
 | 
			
		||||
version = "0.7.0"
 | 
			
		||||
version = "0.8.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "a6dc1123f18b3548b9fe90c15e9bd77819701b047c6b62c152230aa39243d40d"
 | 
			
		||||
checksum = "6dda62cf04bc3a9ad2ea8f314f721951cfdb4cdacec4e984d20e77c7bb170991"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "actix-service",
 | 
			
		||||
 "actix-utils",
 | 
			
		||||
 "actix-web",
 | 
			
		||||
 "base64",
 | 
			
		||||
 "futures-core",
 | 
			
		||||
 "futures-util",
 | 
			
		||||
 "log",
 | 
			
		||||
 "pin-project-lite",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
@ -702,6 +702,7 @@ dependencies = [
 | 
			
		||||
 "futures-task",
 | 
			
		||||
 "pin-project-lite",
 | 
			
		||||
 "pin-utils",
 | 
			
		||||
 "slab",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@ version = "1.0.4"
 | 
			
		||||
[dependencies]
 | 
			
		||||
actix-files = "0.6"
 | 
			
		||||
actix-web = {version = "4.1", features = ["rustls"]}
 | 
			
		||||
actix-web-httpauth = "0.7"
 | 
			
		||||
actix-web-httpauth = "0.8"
 | 
			
		||||
askama = "0.11"
 | 
			
		||||
askama_actix = "0.13"
 | 
			
		||||
clap = {version = "3.2", features = ["wrap_help", "color", "cargo"]}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user