diff --git a/Cargo.toml b/Cargo.toml index 3ce62e9..08d6e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ axum-extra = { version = "0.12.1", default-features = false, features = [ "erased-json", ] } axum-server = { version = "0.8.0", features = ["tls-rustls"] } -tower-http = { version = "0.6.2", default-features = false, features = [ +tower-http = { version = "0.7.0", default-features = false, features = [ "trace", "cors", ] }