From 3f091619079555a4130301d10a767df936a12cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:43:42 +0000 Subject: [PATCH] build(deps): 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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8afe0c04211..5aad2adaafb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes", "rand", - "rand_core 0.6.4", + "rand_core 0.5.1", "serde", "unicode-normalization", "zeroize", @@ -5231,7 +5231,7 @@ dependencies = [ "time", "tokio", "tokio-util", - "tower 0.4.13", + "tower 0.5.1", "tower-http", "tracing", "url", @@ -6290,7 +6290,7 @@ dependencies = [ "thiserror", "time", "tokio", - "tower 0.4.13", + "tower 0.5.1", "tower-http", "tracing", "utoipa", @@ -8159,7 +8159,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf2890aaef0aa82719a50e808de264f9484b74b442e1a3a0e5ee38243ac40bdb" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.5.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7c323a3d314..955401c4ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -336,7 +336,7 @@ tokio-tun = "0.11.5" tokio-tungstenite = { version = "0.20.1" } tokio-util = "0.7.12" toml = "0.8.14" -tower = "0.4.13" +tower = "0.5.1" tower-http = "0.5.2" tracing = "0.1.37" tracing-opentelemetry = "0.19.0"