From 2a2940f8cfa8be2aff5cee50bfea68d4ef926452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:45:08 +0000 Subject: [PATCH] chore(deps): update tower requirement from 0.4.13 to 0.5.0 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.13...tower-0.5.0) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gateway-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway-api/Cargo.toml b/gateway-api/Cargo.toml index 9b1ceeb..a42f8c5 100644 --- a/gateway-api/Cargo.toml +++ b/gateway-api/Cargo.toml @@ -27,5 +27,5 @@ hyper = "0.14.29" kube = { version = "^0.88.1" } k8s-openapi = { version = "0.21.1" , features = ["v1_29"] } tokio = { version = "1.38.0", features = ["macros"] } -tower = "0.4.13" +tower = "0.5.0" uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }