From e5ee0b4d771575f421cb3f4ddd59a4971179e4e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Jun 2025 00:20:26 +0000 Subject: [PATCH] Update Rust crate futures-util to 0.3.31 --- geneit_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }