diff --git a/Cargo.lock b/Cargo.lock index 96b6789..8287b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1804,7 +1804,7 @@ dependencies = [ "tokio", "tokio-stream", "tower", - "tower-http 0.5.0", + "tower-http 0.5.1", "tracing", "tracing-subscriber", "url", @@ -2679,14 +2679,15 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09e12e6351354851911bdf8c2b8f2ab15050c567d70a8b9a37ae7b8301a4080d" +checksum = "0da193277a4e2c33e59e09b5861580c33dd0a637c3883d0fa74ba40c0374af2e" dependencies = [ "async-compression", "base64 0.21.5", "bitflags 2.4.1", "bytes", + "futures-core", "futures-util", "http 1.0.0", "http-body 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 07b50a5..561ce3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } tokio-stream = "0.1" tower = { version = "0.4.13", features = ["full"] } -tower-http = { version = "0.5.0", features = ["full"] } +tower-http = { version = "0.5.1", 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"] }