From 77d3e49a94f3cbc4e20c870d21949edbdc32bd8b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Jun 2025 00:19:16 +0000 Subject: [PATCH] Update Rust crate futures-util to 0.3.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 835c145..ed129bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bcrypt = "0.17.0" uuid = { version = "1.16.0", features = ["v4"] } mime_guess = "2.0.5" askama = "0.14.0" -futures-util = "0.3.30" +futures-util = "0.3.31" urlencoding = "2.1.3" rand = "0.9.1" base64 = "0.22.1"