From f9c23adbaffdbe588008f542829fa8918474e226 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Dec 2022 14:02:52 +0000 Subject: [PATCH] Update Rust crate tower-http to 0.3.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ef4a8b..c182aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,9 +952,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba" +checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 96f24c2..2694751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hyper = { version = "0.14.21" } tokio = { version = "1.22.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.16", features = ["env-filter"] } -tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } +tower-http = { version = "0.3.5", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.24" tokio-util = { version = "0.7.4", features = ["io"] }