diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 1d7a7bd..5122a7d 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -23,7 +23,7 @@ actix-http = "3.6.0" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.108" quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] } -futures-util = "0.3.28" +futures-util = "0.3.30" anyhow = "1.0.81" actix-multipart = "0.6.1" tempfile = "3.10.1"