From f95e69140254a829e00d9d8166fa573c10467e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:33:29 +0000 Subject: [PATCH] Bump futures-task from 0.3.5 to 0.3.28 in /tests Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.28. - [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.5...0.3.28) --- updated-dependencies: - dependency-name: futures-task dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Cargo.lock b/tests/Cargo.lock index 6cea461..230b165 100644 --- a/tests/Cargo.lock +++ b/tests/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.7" @@ -191,9 +193,9 @@ checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" [[package]] name = "futures-task" -version = "0.3.5" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" +checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" [[package]] name = "futures-util"