From e85d1c033bc8222a681411a6b5220761bbe7d6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:40:22 +0000 Subject: [PATCH] build(deps): Bump tower-http from 0.6.1 to 0.6.2 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] --- Cargo.lock | 4 ++-- robotica-tokio/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b1ef58d..ea5d00ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7596,9 +7596,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.5.0", "bytes", diff --git a/robotica-tokio/Cargo.toml b/robotica-tokio/Cargo.toml index e784bc9c..d9516840 100644 --- a/robotica-tokio/Cargo.toml +++ b/robotica-tokio/Cargo.toml @@ -41,7 +41,7 @@ base64 = "0.22.1" url = "2.5.3" futures = "0.3.31" tower = { version = "0.5.1", features = ["util"] } -tower-http = { version = "0.6.1", features = ["fs", "trace"] } +tower-http = { version = "0.6.2", features = ["fs", "trace"] } tower-sessions = { version = "0.13.0" } tower-sessions-sqlx-store = { version = "0.14.2", features = ["postgres"] } arc-swap = "1.7.1"