diff --git a/Cargo.lock b/Cargo.lock index 189916f5c..babe70642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1533,9 +1533,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "futures-executor" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index dc611c5cb..6927bfe1a 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] futures = "0.3.27" -futures-core = "0.3.27" +futures-core = "0.3.28" pin-project = "1.0.12" rayon = "1.7.0" tokio = { version = "1.27.0", features = ["time", "sync", "tracing", "macros"] } diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 7013eb055..5c0294e8b 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] pin-project = "1.0.12" tower = "0.4.13" -futures-core = "0.3.27" +futures-core = "0.3.28" tracing = "0.1.37" [dev-dependencies]