diff --git a/Cargo.toml b/Cargo.toml index 766f5c7..d82cd42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ panic = "unwind" tokio = { version = "1", features = ["full"] } axum = "0.8.8" axum-macros = "0.5.0" -tower-http = { version = "0.6.6", features = ["cors"] } +tower-http = { version = "0.6.8", features = ["cors"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" config = "0.15.19"