From 22582fd0428d0184676facabc6cac321df2871d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:07:50 +0000 Subject: [PATCH] chore(deps): Update tower requirement from 0.4 to 0.5 in /src/core_rust Updates the requirements on [tower](https://github.com/tower-rs/tower) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.0...tower-0.5.3) --- updated-dependencies: - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/core_rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core_rust/Cargo.toml b/src/core_rust/Cargo.toml index 8c49928..26900c7 100644 --- a/src/core_rust/Cargo.toml +++ b/src/core_rust/Cargo.toml @@ -71,7 +71,7 @@ crc32fast = "1.4" # REST API (v0.39.0) axum = { version = "0.7", features = ["ws"] } -tower = "0.4" +tower = "0.5" tower-http = { version = "0.5", features = ["cors", "trace"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }