From e6071e91e0909516bb70dc052496518baa858350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:34:29 -0500 Subject: [PATCH] Bump tower-http from 0.6.1 to 0.6.2 (#171) Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.1...tower-http-0.6.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- nxrm_two_portal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8c7bc3..be1d740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3918,9 +3918,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" +checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" dependencies = [ "bitflags 2.6.0", "bytes", diff --git a/nxrm_two_portal/Cargo.toml b/nxrm_two_portal/Cargo.toml index 9fd18ad..7b4c8e0 100644 --- a/nxrm_two_portal/Cargo.toml +++ b/nxrm_two_portal/Cargo.toml @@ -20,7 +20,7 @@ repository = { path = "../repository", features = ["local"] } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.133" tokio = { version = "1.40.0", features = ["macros", "fs", "rt-multi-thread", "tracing"] } -tower-http = { version = "0.6.1", features = ["timeout", "trace"] } +tower-http = { version = "0.6.2", features = ["timeout", "trace"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] } user_auth = { path = "../user_auth" }