From a377af2527bd63db27e3382b82c8f6c597f5d419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:40:39 +0000 Subject: [PATCH] Update Rust crate tower-http to 0.4.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2ee5368..998bd12f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,9 +1197,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c" +checksum = "7ac8060a61f8758a61562f6fb53ba3cbe1ca906f001df2e53cccddcdbee91e7c" dependencies = [ "bitflags 2.3.3", "bytes", diff --git a/Cargo.toml b/Cargo.toml index bc772436..ea23ae6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.102" thiserror = "1.0.43" time = { version = "0.3.23", features = ["formatting", "parsing"] } tokio = { version = "1.29.1", features = ["full"] } -tower-http = { version = "0.4.1", features = ["trace"] } +tower-http = { version = "0.4.2", features = ["trace"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }