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"