diff --git a/Cargo.lock b/Cargo.lock index fa40329c..2a840ae4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,9 +1432,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" +checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" [[package]] name = "futures-executor" diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index e70322c3..2fcc6544 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] futures = "0.3.25" -futures-core = "0.3.25" +futures-core = "0.3.26" pin-project = "1.0.12" rayon = "1.6.1" tokio = { version = "1.25.0", features = ["time", "sync", "tracing", "macros"] } diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index db8d3c0a..c462ee80 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.25" +futures-core = "0.3.26" tracing = "0.1.37" [dev-dependencies]