diff --git a/Cargo.toml b/Cargo.toml index d44fc6a0..ea919ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } tokio-cron-scheduler = "0.11.0" tokio-util = { version = "0.7.10", features = ["compat", "io"] } -tower = { version = "0.4.13", features = ["util"] } +tower = { version = "0.5.0", features = ["util"] } tower-http = { version = "0.5.1", features = ["cors", "trace"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"