diff --git a/Cargo.toml b/Cargo.toml index 9a32783..62ee636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ http-body = "1.0.0" metrics = "0.23.0" metrics-exporter-prometheus = { version = "0.15.0", optional = true, default-features = false, features = ["http-listener"] } pin-project = "1.0.12" -tower = "0.4.13" +tower = "0.5.1" tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] } -tower-http = "0.5.0" +tower-http = "0.6.1" bytes = "1.2.1" futures-core = "0.3.24" matchit = "0.7"