From 0d24c10ef683a4a1acada084a3ec757eff4328f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:15:32 +0000 Subject: [PATCH] Update Rust crate tower-http to 0.4.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fd1051..f97370b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,9 +1197,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c" +checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" dependencies = [ "bitflags 2.3.3", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3a57d3f..7566055 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.3", features = ["trace"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }