diff --git a/Cargo.lock b/Cargo.lock index 313e3c3344c8f..f733ffbb33305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2049,9 +2049,9 @@ checksum = "ca0bae1fe9752cf7fd9b0064c674ae63f97b37bc714d745cbde0afb7ec4e6765" [[package]] name = "futures-task" -version = "0.3.23" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842fc63b931f4056a24d59de13fb1272134ce261816e063e634ad0c15cdc5306" +checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" [[package]] name = "futures-util" diff --git a/src/persist-client/Cargo.toml b/src/persist-client/Cargo.toml index 71edeba8a2e87..eccd8c0aa0fb0 100644 --- a/src/persist-client/Cargo.toml +++ b/src/persist-client/Cargo.toml @@ -61,7 +61,7 @@ axum = "0.5.15" clap = { version = "3.2.17", features = ["derive", "env"] } criterion = { git = "https://github.com/bheisler/criterion.rs.git", branch = "version-0.4", features = ["html_reports"] } datadriven = { version = "0.6.0", features = ["async"] } -futures-task = "0.3.21" +futures-task = "0.3.25" mz-http-util = { path = "../http-util" } mz-orchestrator-tracing = { path = "../orchestrator-tracing" } mz-ore = { path = "../ore", features = ["tracing_"] }