From e40b5d58a373903af6a52a7f26a396982567e294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:12:47 +0000 Subject: [PATCH] Bump tower from 0.4.13 to 0.5.0 Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.0. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.0) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40c5c0a..9895e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2006,14 +2006,14 @@ dependencies = [ [[package]] name = "tower" -version = "0.4.13" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" +checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7" dependencies = [ "futures-core", "futures-util", - "pin-project", "pin-project-lite", + "sync_wrapper", "tokio", "tokio-util", "tower-layer", @@ -2039,7 +2039,6 @@ version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "log", "pin-project-lite", "tracing-attributes", "tracing-core", diff --git a/Cargo.toml b/Cargo.toml index 4fc3110..1be0280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tendermint = "0.39" tendermint-rpc = { version = "0.39", features = ["http-client"] } thiserror = "1" tokio = "1" -tower = { version = "0.4", features = ["buffer", "util"] } +tower = { version = "0.5", features = ["buffer", "util"] } tracing = "0.1" [dev-dependencies]