diff --git a/Cargo.toml b/Cargo.toml index a2930a8..4fbe17b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ toml = "0.8" openssl = { version = "0.10", features = ["vendored"] } urlencoding = "2.1" axum = "0.8" -tower-http = { version = "0.5", features = ["cors", "fs"] } +tower-http = { version = "0.6", features = ["cors", "fs"] } chrono = "0.4" async-trait = "0.1" async-stream = "0.3"