From 07c9a9078e3d96a6e7a03ec2372e113710380b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:04:53 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.4.3 to 0.4.4 (#2064) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- server/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e17a8d50b..59e878e72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4796,9 +4796,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", "bitflags 2.4.0", diff --git a/server/core/Cargo.toml b/server/core/Cargo.toml index c18cdb19f..1860044cc 100644 --- a/server/core/Cargo.toml +++ b/server/core/Cargo.toml @@ -43,7 +43,7 @@ tokio-openssl = { workspace = true } tokio-util = { workspace = true, features = ["codec"] } toml = {workspace = true} tower = { version = "0.4.13", features = ["tokio-stream", "tracing"] } -tower-http = { version = "0.4.3", features = ["tokio", "tracing", "uuid", "compression-gzip", "compression-zstd", "trace", "fs"] } +tower-http = { version = "0.4.4", features = ["tokio", "tracing", "uuid", "compression-gzip", "compression-zstd", "trace", "fs"] } tracing = { workspace = true, features = ["attributes"] } tracing-subscriber = { workspace = true, features = ["time", "json"] } urlencoding = { workspace = true }