diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 02316847..1c2e6b87 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.26" +futures-core = "0.3.27" pin-project = "1.0.12" rayon = "1.7.0" tokio = { version = "1.26.0", features = ["time", "sync", "tracing", "macros"] } diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 49bface6..f9cbbd90 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.26" +futures-core = "0.3.27" tracing = "0.1.37" [dev-dependencies]