Update backend dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-10-30 21:38:06 +01:00
parent 528e30f3dc
commit 868adc6cee
2 changed files with 564 additions and 624 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,41 +8,41 @@ edition = "2021"
[dependencies] [dependencies]
log = "0.4.21" log = "0.4.21"
env_logger = "0.11.3" env_logger = "0.11.3"
clap = { version = "4.5.4", features = ["derive", "env"] } clap = { version = "4.5.20", features = ["derive", "env"] }
light-openid = { version = "1.0.2", features = ["crypto-wrapper"] } light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
lazy_static = "1.4.0" lazy_static = "1.5.0"
actix = "0.13.3" actix = "0.13.3"
actix-web = "4.5.1" actix-web = "4.9.0"
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.0", features = ["cookie-session"] } actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-identity = "0.7.1" actix-identity = "0.8.0"
actix-cors = "0.7.0" actix-cors = "0.7.0"
actix-files = "0.6.5" actix-files = "0.6.5"
actix-web-actors = "4.3.0" actix-web-actors = "4.3.0"
actix-http = "3.6.0" actix-http = "3.9.0"
serde = { version = "1.0.199", features = ["derive"] } serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.116" serde_json = "1.0.132"
quick-xml = { version = "0.36.0", features = ["serialize", "overlapped-lists"] } quick-xml = { version = "0.37.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.30" futures-util = "0.3.31"
anyhow = "1.0.82" anyhow = "1.0.91"
actix-multipart = "0.7.0" actix-multipart = "0.7.0"
tempfile = "3.10.1" tempfile = "3.13.0"
reqwest = { version = "0.12.4", features = ["stream"] } reqwest = { version = "0.12.9", features = ["stream"] }
url = "2.5.0" url = "2.5.0"
virt = "0.4.0" virt = "0.4.1"
sysinfo = { version = "0.31.0", features = ["serde"] } sysinfo = { version = "0.32.0", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] } uuid = { version = "1.11.0", features = ["v4", "serde"] }
lazy-regex = "3.1.0" lazy-regex = "3.3.0"
thiserror = "1.0.59" thiserror = "1.0.65"
image = "0.25.1" image = "0.25.4"
rand = "0.8.5" rand = "0.8.5"
bytes = "1.6.0" bytes = "1.8.0"
tokio = "1.37.0" tokio = "1.41.0"
futures = "0.3.30" futures = "0.3.31"
ipnetwork = "0.20.0" ipnetwork = "0.20.0"
num = "0.4.2" num = "0.4.2"
rust-embed = { version = "8.3.0" } rust-embed = { version = "8.5.0" }
mime_guess = "2.0.4" mime_guess = "2.0.4"
dotenvy = "0.15.7" dotenvy = "0.15.7"
nix = { version = "0.28.0", features = ["net"] } nix = { version = "0.29.0", features = ["net"] }
basic-jwt = "0.2.0" basic-jwt = "0.2.0"