From a431950109e848e5874c69885790abbb9d995fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:01:29 +0000 Subject: [PATCH] build(deps): update tower-http requirement from 0.4 to 0.5 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] --- src/node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index fc9dfa5e..0a0c1bf2 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -35,7 +35,7 @@ tokio-stream = "0.1.12" clap = { version = "4.0.20", features = ["derive"] } http = "0.2" shadow-rs = "0.25.0" -tower-http = { version = "0.4", features = ["cors"] } +tower-http = { version = "0.5", features = ["cors"] } ctrlc = { version = "3.0", features = ["termination"] } dirs = "5.0.0" chrono = "0.4.22"