From c81d8eaad3ea28b7219a711c3c11c676fd32cb3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:28:40 +0000 Subject: [PATCH] chore(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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdc13b6..3e1bcef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -69,7 +69,7 @@ dependencies = [ "serde_json", "time", "tokio", - "tower-http 0.6.1", + "tower-http 0.6.2", "unsplash-api", "uuid 1.11.0", "web-sys", @@ -4291,9 +4291,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/Cargo.toml b/Cargo.toml index 1460619..cbd0e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ gems = { version = "0.0.9", optional = true } http-api-isahc-client = { version = "0.2.2", optional = true } axum = { version = "0.7.7", optional = true } unsplash-api = { version = "0.1.0", optional = true } -tower-http = { version = "0.6.1", features = ["cors"], optional = true } +tower-http = { version = "0.6.2", features = ["cors"], optional = true } dioxus-free-icons = { version = "0.8.6", features = ["font-awesome-regular", "font-awesome-brands", "font-awesome-solid"] } web-sys = { version = "0.3.72", features = ["Selection", "Window"] } dioxus-web = { version = "0.5.6", features = ["hydrate"], optional = true }