diff --git a/Cargo.lock b/Cargo.lock index 305255b..7aa7668 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,7 +1827,7 @@ dependencies = [ "tokio", "tokio-stream", "tower", - "tower-http 0.5.1", + "tower-http 0.5.2", "tracing", "tracing-subscriber", "url", @@ -2669,9 +2669,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0da193277a4e2c33e59e09b5861580c33dd0a637c3883d0fa74ba40c0374af2e" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "async-compression", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 58127eb..2fabe27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["full"] } tokio-stream = "0.1" tower = { version = "0.4.13", features = ["full"] } -tower-http = { version = "0.5.1", features = ["full"] } +tower-http = { version = "0.5.2", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }