From acbcf3ebcae07105f640ea32c02a835b26eaea5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:26:54 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.5.2 to 0.6.1 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.1. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... 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 e185332..aa981d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,9 +1110,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index fc6d327..3ad9f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.40.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" tower = { version = "0.5.1", features = ["util"] } -tower-http = { version = "0.5.2", features = ["fs", "trace"] } +tower-http = { version = "0.6.1", features = ["fs", "trace"] } hyper = { version = "1.4.1", features = ["server", "http1", "http2"] } mime_guess = "2.0.5" mime = "0.3.17"