From 240568417d676a128ae8132ff30ccbcb5a108acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:29:14 +0000 Subject: [PATCH] Bump tower from 0.4.13 to 0.5.1 Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.1. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.1) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2d8147..d0519b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -589,7 +589,7 @@ dependencies = [ "tokio", "tokio-stream", "toml", - "tower 0.4.13", + "tower 0.5.1", "tower-http", "tracing", "tracing-subscriber", @@ -997,10 +997,8 @@ dependencies = [ "pin-project", "pin-project-lite", "tokio", - "tokio-util", "tower-layer", "tower-service", - "tracing", ] [[package]] @@ -1014,6 +1012,7 @@ dependencies = [ "pin-project-lite", "sync_wrapper 0.1.2", "tokio", + "tokio-util", "tower-layer", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index c91b39a..cce4075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ codegen-units = 1 rand = { version = "0.8", features = ["small_rng"] } tokio = { version = "1", features = ["full"] } tokio-stream = { version = "0.1" } -tower = { version = "0.4", default-features = false, features = ["limit", "buffer"] } +tower = { version = "0.5", default-features = false, features = ["limit", "buffer"] } tower-http = { version = "0.5", default-features = false, features = ["trace"] } axum = { version = "0.7", default-features = false, features = ["http1", "http2", "matched-path", "original-uri", "tokio", "tower-log", "tracing"]} futures = "0.3.30"