From 5f4a2b34dc4779f62ff81e8f608c8f1c2028b37b Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 4 Sep 2022 00:30:11 +0000 Subject: [PATCH] Update Rust crate futures-util to 0.3.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 097a7a0..d1b614d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bcrypt = "0.11.0" uuid = { version = "1.1.2", features = ["v4"] } mime_guess = "2.0.4" askama = "0.11.1" -futures-util = "0.3.23" +futures-util = "0.3.24" urlencoding = "2.1.0" rand = "0.8.5" base64 = "0.13.0"