From c89ed4e455d604f278dc1d41e7ccd70c106dad3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:48:11 +0000 Subject: [PATCH] chore(deps): update tower requirement from 0.4.13 to 0.5.1 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.1) --- 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 09e0a74..92395a4 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", "schemars"] } tokio = { version = "1.38.0", features = ["macros"] } -tower = "0.4.13" +tower = "0.5.1" uuid = { version = "1.9.1", features = ["v4", "fast-rng"] }