From 43f80c81c2442ee9c5074acce306bed85b10c8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 23:53:36 -0500 Subject: [PATCH] Bump futures-core from 0.3.21 to 0.3.23 in /src/rust/engine (#16579) Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [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.21...0.3.23) --- updated-dependencies: - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/engine/Cargo.lock | 4 ++-- src/rust/engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index 10461af35b7..cc41df2a31f 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -963,9 +963,9 @@ 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-executor" diff --git a/src/rust/engine/Cargo.toml b/src/rust/engine/Cargo.toml index 7ee3a900c6e..c3a32cb102a 100644 --- a/src/rust/engine/Cargo.toml +++ b/src/rust/engine/Cargo.toml @@ -119,7 +119,7 @@ async-oncecell = "0.2" fnv = "1.0.5" fs = { path = "fs" } futures = "0.3" -futures-core = "^0.3.0" +futures-core = "^0.3.23" graph = { path = "graph" } grpc_util = { path = "grpc_util" } hashing = { path = "hashing" }