Update Rust dependencies
This commit is contained in:
		@@ -8,7 +8,7 @@ edition = "2021"
 | 
			
		||||
[dependencies]
 | 
			
		||||
log = "0.4.19"
 | 
			
		||||
env_logger = "0.10.1"
 | 
			
		||||
clap = { version = "4.4.10", features = ["derive", "env"] }
 | 
			
		||||
clap = { version = "4.4.11", features = ["derive", "env"] }
 | 
			
		||||
light-openid = { version = "1.0.1", features = ["crypto-wrapper"] }
 | 
			
		||||
lazy_static = "1.4.0"
 | 
			
		||||
actix = "0.13.1"
 | 
			
		||||
@@ -16,7 +16,7 @@ actix-web = "4"
 | 
			
		||||
actix-remote-ip = "0.1.0"
 | 
			
		||||
actix-session = { version = "0.8.0", features = ["cookie-session"] }
 | 
			
		||||
actix-identity = "0.6.0"
 | 
			
		||||
actix-cors = "0.6.4"
 | 
			
		||||
actix-cors = "0.6.5"
 | 
			
		||||
actix-files = "0.6.2"
 | 
			
		||||
actix-web-actors = "4.2.0"
 | 
			
		||||
actix-http = "3.4.0"
 | 
			
		||||
@@ -27,19 +27,19 @@ futures-util = "0.3.28"
 | 
			
		||||
anyhow = "1.0.75"
 | 
			
		||||
actix-multipart = "0.6.1"
 | 
			
		||||
tempfile = "3.8.1"
 | 
			
		||||
reqwest = { version = "0.11.22", features = ["stream"] }
 | 
			
		||||
reqwest = { version = "0.11.23", features = ["stream"] }
 | 
			
		||||
url = "2.5.0"
 | 
			
		||||
virt = "0.3.1"
 | 
			
		||||
sysinfo = { version = "0.29.11", features = ["serde"] }
 | 
			
		||||
uuid = { version = "1.6.1", features = ["v4", "serde"] }
 | 
			
		||||
lazy-regex = "3.1.0"
 | 
			
		||||
thiserror = "1.0.50"
 | 
			
		||||
thiserror = "1.0.51"
 | 
			
		||||
image = "0.24.7"
 | 
			
		||||
rand = "0.8.5"
 | 
			
		||||
bytes = "1.5.0"
 | 
			
		||||
tokio = "1.34.0"
 | 
			
		||||
tokio = "1.35.0"
 | 
			
		||||
futures = "0.3.29"
 | 
			
		||||
ipnetwork = "0.20.0"
 | 
			
		||||
num = "0.4.1"
 | 
			
		||||
rust-embed = { version = "8.0.0" }
 | 
			
		||||
rust-embed = { version = "8.1.0" }
 | 
			
		||||
mime_guess = "2.0.4"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user