From 419e49457524af21053b8df1e7cd467aabc95c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:35:57 +0000 Subject: [PATCH] deps(deps): bump tower-http from 0.6.7 to 0.6.8 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.7...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 65f5a57e..333eb8a8 --- a/Cargo.lock +++ b/Cargo.lock @@ -7973,9 +7973,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags 2.9.4", "bytes", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index c2f1ac07..31b6cd1e --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ctrlc = { version = "3.5", optional = true } tokio = { version = "1.48", features = ["rt-multi-thread", "net", "io-util", "time", "signal", "sync", "macros"], default-features = false } axum = { version = "0.8.7", features = ["ws", "json", "multipart"], default-features = false } tower = { version = "0.5", default-features = false } -tower-http = { version = "0.6.7", features = ["cors", "trace", "fs", "set-header"], default-features = false } +tower-http = { version = "0.6.8", features = ["cors", "trace", "fs", "set-header"], default-features = false } serde = { version = "1.0", features = ["derive"], default-features = false } serde_json = { version = "1.0", default-features = false } serde_yaml = { version = "0.9", default-features = false }