diff --git a/Cargo.toml b/Cargo.toml index 15794b1..8ac3e58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ prometheus = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.32", features = ["full"] } -tower = "0.4" +tower = "0.5" tower-http = { version = "0.4", features = ["cors", "trace", "map-request-body", "util"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt", "std", "json", "env-filter"] }