From f596286070e3e09b2caf53ebb606c62ebe1ecadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:13:22 +0000 Subject: [PATCH] Bump futures-task in /lang-server-backends/rust/actix-ffead-cpp Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 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.5...0.3.21) --- updated-dependencies: - dependency-name: futures-task dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../rust/actix-ffead-cpp/Cargo.lock | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/lang-server-backends/rust/actix-ffead-cpp/Cargo.lock b/lang-server-backends/rust/actix-ffead-cpp/Cargo.lock index 2b0984df5..c0fc0f9b4 100644 --- a/lang-server-backends/rust/actix-ffead-cpp/Cargo.lock +++ b/lang-server-backends/rust/actix-ffead-cpp/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.2.0" @@ -642,12 +644,9 @@ checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" [[package]] name = "futures-task" -version = "0.3.5" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" -dependencies = [ - "once_cell", -] +checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" [[package]] name = "futures-util" @@ -997,12 +996,6 @@ dependencies = [ "libc", ] -[[package]] -name = "once_cell" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" - [[package]] name = "parking_lot" version = "0.10.2"