From 0b7652c221b9edde66e9853bb8483db59affaf64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:14:07 +0000 Subject: [PATCH] build(deps): bump tower from 0.4.13 to 0.5.2 Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.2. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.2) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zilliqa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6057725bc..5a33f7a16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5003,7 +5003,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -10604,7 +10604,7 @@ dependencies = [ "tokio", "tokio-stream", "toml", - "tower 0.4.13", + "tower 0.5.2", "tower-http", "tracing", "tracing-subscriber", diff --git a/zilliqa/Cargo.toml b/zilliqa/Cargo.toml index e6540d837..c337fc3df 100644 --- a/zilliqa/Cargo.toml +++ b/zilliqa/Cargo.toml @@ -71,7 +71,7 @@ time = { version = "0.3.37", features = ["formatting", "macros"] } tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "signal", "sync"] } tokio-stream = "0.1.17" toml = "0.8.20" -tower = "0.4.13" +tower = "0.5.2" tower-http = { version = "0.6.1", features = ["cors"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }