diff --git a/Cargo.lock b/Cargo.lock index 7496f527a..14ab7dba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1715,9 +1715,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.23" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2acedae88d38235936c3922476b10fced7b2b68136f5e3c03c2d5be348a1115" +checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" [[package]] name = "futures-executor" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 84bda2af5..67123b1b8 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] futures = "0.3.23" -futures-core = "0.3.23" +futures-core = "0.3.24" pin-project = "1.0.10" rayon = "1.5.3" tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "macros"] } diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index c4bf9621e..57f30a75e 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] pin-project = "0.4.29" tower = "0.4.13" -futures-core = "0.3.23" +futures-core = "0.3.24" tracing = "0.1.31" [dev-dependencies]