From 3475b7fe7e93e52e463e84e42a23882d65c721f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:41:43 +0000 Subject: [PATCH] Update Rust crate tower-http to v0.5.1 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01538ec4be3..b3c9cf3e163 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4277,13 +4277,14 @@ 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", "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 5ab5cacae93..7c83efceefb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ thiserror = "=1.0.56" tokio = { version = "=1.35.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]} toml = "=0.8.8" tower = "=0.4.13" -tower-http = { version = "=0.5.0", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } +tower-http = { version = "=0.5.1", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } tracing = "=0.1.40" tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } typomania = { version = "=0.1.2", default-features = false }