From e2acd4328323028187380a9520f06d7add3b7384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:35:12 +0000 Subject: [PATCH] build(deps): bump tower from 0.5.0 to 0.5.1 Bumps [tower](https://github.com/tower-rs/tower) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.5.0...tower-0.5.1) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c9b66c..d2db2d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,7 +959,7 @@ dependencies = [ "rinja", "time", "tokio", - "tower 0.5.0", + "tower 0.5.1", "tower-http", "tracing", "tracing-subscriber", @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7" +checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" dependencies = [ "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index b6f9f14..618d93a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main" } tokio = { version = "1.40.0", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -tower = { version = "0.5.0", features = ["util"] } +tower = { version = "0.5.1", features = ["util"] } tower-http = { version = "0.5.2", features = ["fs", "trace"] } hyper = { version = "1.4.1", features = ["server", "http1", "http2"] } mime_guess = "2.0.5"