From c98f8663d7ef3c56d3570e9f3f8a4011b4696887 Mon Sep 17 00:00:00 2001 From: drone Date: Wed, 17 Aug 2022 00:28:08 +0000 Subject: [PATCH] Update Rust crate futures-util to 0.3.23 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcb4a4f..5cb440c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,15 +1063,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" +checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" [[package]] name = "futures-macro" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" +checksum = "0db9cce532b0eae2ccf2766ab246f114b56b9cf6d445e00c2549fbc100ca045d" dependencies = [ "proc-macro2", "quote", @@ -1086,15 +1086,15 @@ checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" [[package]] name = "futures-task" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" +checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" [[package]] name = "futures-util" -version = "0.3.21" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" +checksum = "f0828a5471e340229c11c77ca80017937ce3c58cb788a17e5f1c2d5c485a9577" dependencies = [ "futures-core", "futures-macro", diff --git a/Cargo.toml b/Cargo.toml index a89010e..1793aa8 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.21" +futures-util = "0.3.23" urlencoding = "2.1.0" rand = "0.8.5" base64 = "0.13.0"