From ab14f10839c290abbfc85e2f8dc61e5f1297c1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:45:05 +0000 Subject: [PATCH] Bump tower from 0.5.0 to 0.5.1 Bumps [tower](https://github.com/tower-rs/tower) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.5.0...tower-0.5.1) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ certifier/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a87b35d8..f7241995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ dependencies = [ "serde_urlencoded", "smallvec", "tokio", - "tower 0.5.0", + "tower 0.5.1", "url", ] @@ -502,7 +502,7 @@ dependencies = [ "serde_with", "tempfile", "tokio", - "tower 0.5.0", + "tower 0.5.1", "tracing", "tracing-log", "tracing-subscriber", @@ -3857,9 +3857,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7" +checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" dependencies = [ "futures-core", "futures-util", @@ -3896,9 +3896,9 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" diff --git a/certifier/Cargo.toml b/certifier/Cargo.toml index 33fb87fd..b6d83aba 100644 --- a/certifier/Cargo.toml +++ b/certifier/Cargo.toml @@ -26,7 +26,7 @@ rand = "0.8.5" serde_json = "1.0.128" base64 = "0.22.1" axum-prometheus = "0.7.0" -tower = { version = "0.5.0", features = ["limit", "load-shed", "buffer"] } +tower = { version = "0.5.1", features = ["limit", "load-shed", "buffer"] } duration-str = { version = "0.11.2", default-features = false, features = [ "serde", "time",