From 0d121a0c7f29b6e9d654910c5b36e49c7de5c920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:58:00 +0000 Subject: [PATCH] build(deps): bump tower from 0.4.13 to 0.5.3 Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.3. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.3) --- updated-dependencies: - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f1d036..cfdf161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,7 +820,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1426,7 +1426,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2331,7 +2331,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2680,7 +2680,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-test", - "tower 0.4.13", + "tower 0.5.3", "tower-http 0.5.2", "tracing", "tracing-subscriber", @@ -2752,7 +2752,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3423,7 +3423,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0f8a761..7682345 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono-tz = "0.10" tokio-stream = "0.1" async-stream = "0.3" futures = "0.3" -tower = "0.4" +tower = "0.5" tower-http = { version = "0.5", features = ["cors", "trace"] } bytes = "1" arc-swap = "1"