diff --git a/crates/syncthing-api/Cargo.toml b/crates/syncthing-api/Cargo.toml index 10d4f14..2cbfcef 100644 --- a/crates/syncthing-api/Cargo.toml +++ b/crates/syncthing-api/Cargo.toml @@ -18,7 +18,7 @@ async-trait = { workspace = true } # Web axum = { version = "0.7", features = ["ws"] } -tower-http = { version = "0.5", features = ["cors", "trace"] } +tower-http = { version = "0.7", features = ["cors", "trace"] } # εΊεˆ—εŒ– serde = { workspace = true }