From 9704a03f85889e55af2881d8b8ef5697f95ccd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:07:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20futures-task=20in=20/=EC=86=90=EC=A0=95?= =?UTF-8?q?=EC=9A=B0/2020-03/2020-03-18/chat=5Fclient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.4 to 0.3.21. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.4...0.3.21) --- updated-dependencies: - dependency-name: futures-task dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../2020-03/2020-03-18/chat_client/Cargo.lock" | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git "a/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" "b/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" index ccfaebb0..c212c06e 100644 --- "a/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" +++ "b/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "arc-swap" version = "0.4.4" @@ -144,9 +146,9 @@ checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6" [[package]] name = "futures-task" -version = "0.3.4" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27" +checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" [[package]] name = "futures-util"