From a0573feedba1226fc256cdcf4b15f0444d96c5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:49:13 +0000 Subject: [PATCH] Bump tower-http from 0.3.3 to 0.3.4 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.3.3...tower-http-0.3.4) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/static-files/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96f171ba..133487f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4700,9 +4700,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d342c6d58709c0a6d48d48dabbb62d4ef955cf5f0f3bbfd845838e7ae88dbae" +checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba" dependencies = [ "async-compression", "bitflags", diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index de653f9f..a1595884 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.57" # Web server hyper = { version = "0.14.19", features = ["full"] } tower = "0.4.12" -tower-http = { version = "0.3.3", features = ["cors"] } +tower-http = { version = "0.3.4", features = ["cors"] } axum = "0.5.6" axum-macros = "0.2.2" axum-extra = { version = "0.3.3", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 7d29e1a2..809f9715 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -24,6 +24,6 @@ serde_json = "1.0.81" thiserror = "1.0.31" tokio = { version = "1.19.2", features = ["sync", "parking_lot"] } tower = { version = "0.4.12", features = ["timeout", "limit"] } -tower-http = { version = "0.3.3", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] } +tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] } tracing = "0.1.34" tracing-opentelemetry = "0.17.2" diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index c05cabb0..036759db 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -16,5 +16,5 @@ http-body = "0.4.5" mime_guess = "2.0.4" rust-embed = "6.4.0" tower = "0.4.12" -tower-http = { version = "0.3.3", features = ["fs"] } +tower-http = { version = "0.3.4", features = ["fs"] } tracing = "0.1.34"