From 4956392c0181b0b91aeb1aa0e38da2fda900cb13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:44:07 +0000 Subject: [PATCH] fix(deps): update rust crate tower-http to ^0.4.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 580eb291..d0186bc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2987,9 +2987,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" +checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ "bitflags 2.4.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 045203a7..d305eae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "^1.0.152", features = ["serde_derive"] } serde_json = "^1.0.93" thiserror = "^1.0.49" tower = "^0.4.13" -tower-http = { version = "^0.4.3", features = [ +tower-http = { version = "^0.4.4", features = [ "tracing", "trace", "metrics",