From 20dc1515738eca68f56d2bb8960c6825a64cf042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 02:27:54 +0000 Subject: [PATCH] build(deps): update tower-http requirement from 0.4.0 to 0.5.0 Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.0...tower-http-0.5.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e31d9d2..df88535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ minijinja = { version = "1.0.0", optional = true, default-features = false } [dev-dependencies] tokio = { version = "1.22.0", features = ["full"] } serde = { version = "1", features = ["derive"] } -tower-http = { version = "0.4.0", features = ["full"] } +tower-http = { version = "0.5.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } axum = { version = "0.6.0", features = ["macros", "tokio"] } rstest = "0.18.0"