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 }