From a584509c82b08f0b69231e1e4d657ef2f0b394d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:25:36 +0000 Subject: [PATCH] chore(deps)(deps): update tower-http requirement from 0.5 to 0.7 Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.0...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/syncthing-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }