From 5fe7af40e06d7ec5ffd226857b485980b734cd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:04:56 +0000 Subject: [PATCH] Bump futures-task from 0.3.5 to 0.3.21 in /examples/gRPC/Rust 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] --- examples/gRPC/Rust/Cargo.lock | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/examples/gRPC/Rust/Cargo.lock b/examples/gRPC/Rust/Cargo.lock index 7a312f0..6b9a1fb 100644 --- a/examples/gRPC/Rust/Cargo.lock +++ b/examples/gRPC/Rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.13" @@ -152,12 +154,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" @@ -291,12 +290,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "once_cell" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" - [[package]] name = "parking_lot" version = "0.10.2"