diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b7bd07f2..e8fa5883 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2903,9 +2903,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "bitflags", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4ffd2038..5ebc2896 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio"] } tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "signal", "tracing"] } -tower-http = { version = "0.6.10", features = ["normalize-path", "fs", "cors", "tracing", "trace"] } +tower-http = { version = "0.6.11", features = ["normalize-path", "fs", "cors", "tracing", "trace"] } tracing = "0.1.44" tracing-subscriber = "0.3.23" toml = "1.1.2"