diff --git a/geneit_backend/Cargo.toml b/geneit_backend/Cargo.toml index b76b741..41d8569 100644 --- a/geneit_backend/Cargo.toml +++ b/geneit_backend/Cargo.toml @@ -16,7 +16,7 @@ actix-web = "4.10.2" actix-cors = "0.7.1" actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" -futures-util = "0.3.30" +futures-util = "0.3.31" diesel = { version = "2.2.10", features = ["postgres"] } diesel_migrations = "2.2.0" serde = { version = "1.0.219", features = ["derive"] }