From a05c9d61365c5265253d4aeaa2f7475d4871605e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 19:57:07 +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 bcf438c..196790a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,9 +959,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 = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0540f2b..dc91937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.106" tokio = { version = "1.32.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } -tower-http = { version = "0.4.3", features = ["full","trace"] } +tower-http = { version = "0.4.4", features = ["full","trace"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }