From d2ca4ee9afe5e0975962a5b4804c81b840e70db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:22:12 +0000 Subject: [PATCH] chore(deps): bump tower from 0.5.1 to 0.5.2 Bumps [tower](https://github.com/tower-rs/tower) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.5.1...tower-0.5.2) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... 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 35e078d..033594d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,9 +1358,9 @@ dependencies = [ [[package]] name = "sync_wrapper" -version = "0.1.2" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" [[package]] name = "thiserror" @@ -1467,9 +1467,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 27e8176..412bd32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.133" serde = { version = "1.0.215", features = ["derive"] } serde_yaml = "0.9.34" tokio = { version = "1.42.0", features = ["full"] } -tower = { version = "0.5.1", features = ["limit"] } +tower = { version = "0.5.2", features = ["limit"] } tracing = "0.1.41" tracing-subscriber = "0.3.19" uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }