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

This commit is contained in:
2024-11-25 19:15:23 +01:00
parent b943691d18
commit a3f9ad17c0
4 changed files with 98 additions and 72 deletions

View File

@ -20,13 +20,13 @@ actix-cors = "0.7.0"
actix-files = "0.6.5"
actix-web-actors = "4.3.0"
actix-http = "3.9.0"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
quick-xml = { version = "0.37.0", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.37.1", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.31"
anyhow = "1.0.91"
anyhow = "1.0.93"
actix-multipart = "0.7.0"
tempfile = "3.13.0"
tempfile = "3.14.0"
reqwest = { version = "0.12.9", features = ["stream"] }
url = "2.5.0"
virt = "0.4.1"
@ -37,7 +37,7 @@ thiserror = "2.0.0"
image = "0.25.4"
rand = "0.8.5"
bytes = "1.8.0"
tokio = "1.41.0"
tokio = "1.41.1"
futures = "0.3.31"
ipnetwork = "0.20.0"
num = "0.4.2"