From a727a0804a77056ef7ae2e83b02b92ff095b469a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 22:09:49 +0000 Subject: [PATCH] build(deps): bump futures-core from 0.3.23 to 0.3.25 Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.25. - [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.23...0.3.25) --- updated-dependencies: - dependency-name: futures-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/orchestrator-tracing/Cargo.toml | 2 +- src/orchestrator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 313e3c3344c8f..ec3f91d158878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,9 +2009,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.23" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" +checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" [[package]] name = "futures-executor" diff --git a/src/orchestrator-tracing/Cargo.toml b/src/orchestrator-tracing/Cargo.toml index d464993ea7874..bd7b2f88e68b1 100644 --- a/src/orchestrator-tracing/Cargo.toml +++ b/src/orchestrator-tracing/Cargo.toml @@ -10,7 +10,7 @@ publish = false anyhow = "1.0.62" async-trait = "0.1.57" clap = { version = "3.2.17", features = ["env", "derive"] } -futures-core = "0.3.21" +futures-core = "0.3.25" http = "0.2.8" mz-orchestrator = { path = "../orchestrator" } mz-ore = { path = "../ore", features = ["tracing_"] } diff --git a/src/orchestrator/Cargo.toml b/src/orchestrator/Cargo.toml index 6b8d1fee9d818..cfb2bf393de84 100644 --- a/src/orchestrator/Cargo.toml +++ b/src/orchestrator/Cargo.toml @@ -12,5 +12,5 @@ async-trait = "0.1.57" bytesize = "1.1.0" chrono = { version = "0.4.20", default_features = false, features = ["serde"] } derivative = "2.2.0" -futures-core = "0.3.21" +futures-core = "0.3.25" serde = "1.0"