From d1a6ef21e8ad45628464d2f9d422007e168b9b76 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:53:47 +0000 Subject: [PATCH] Bump tower-http from 0.4.3 to 0.4.4 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.3...tower-http-0.4.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43ab9ad..74d9025 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2403,9 +2403,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 5f0b18f..f5105c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tokio-util = { version = "0.7.3", features = ["io"] } tower = "0.4" tower-service = "0.3" tower-layer = "0.3" -tower-http = { version = "0.4.0", features = ["cors"] } +tower-http = { version = "0.4.4", features = ["cors"] } tracing = "0.1" tracing-subscriber = "0.3" unix_mode = "0.1" -- libgit2 1.7.2