diff --git a/Cargo.lock b/Cargo.lock index 0cbc48d..8c1e5f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,16 +1645,6 @@ version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" -[[package]] -name = "iri-string" -version = "0.7.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "is_terminal_polyfill" version = "1.70.2" @@ -3710,9 +3700,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "base64", "bitflags", @@ -3720,13 +3710,13 @@ dependencies = [ "futures-util", "http", "http-body", - "iri-string", "mime", "pin-project-lite", "tower", "tower-layer", "tower-service", "tracing", + "url", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0b60c3b..97d032f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tempfile = "3.27.0" thiserror = "2.0.18" tokio = { version = "1.52.2", features = ["full"] } tokio-stream = "0.1.18" -tower-http = { version = "0.6.8", features = ["cors"] } +tower-http = { version = "0.6.10", features = ["cors"] } tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } url = "2.5.8"