diff --git a/Cargo.lock b/Cargo.lock index d7ef7ba78..0fe2d0b57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6056,7 +6056,7 @@ dependencies = [ "tokio-rustls 0.26.4", "tokio-util", "tower", - "tower-http 0.6.11", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -6100,7 +6100,7 @@ dependencies = [ "tokio-rustls 0.26.4", "tokio-util", "tower", - "tower-http 0.6.11", + "tower-http", "tower-service", "url", "wasm-bindgen", @@ -8790,7 +8790,7 @@ dependencies = [ "terraphim_types", "terraphim_update 1.20.3", "tokio", - "tower-http 0.6.11", + "tower-http", "ulid", "urlencoding", "uuid", @@ -9076,7 +9076,7 @@ dependencies = [ "tokio-test", "toml 0.8.23", "tower", - "tower-http 0.5.2", + "tower-http", "urlencoding", "uuid", "winapi", @@ -9490,23 +9490,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" -dependencies = [ - "bitflags 2.12.1", - "bytes", - "http", - "http-body", - "http-body-util", - "pin-project-lite", - "tower-layer", - "tower-service", - "tracing", -] - [[package]] name = "tower-http" version = "0.6.11" diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 91e6895c0..7283bc9e1 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -39,7 +39,7 @@ env_logger = "0.11" # HTTP and networking axum = "0.7" tower = "0.5" -tower-http = { version = "0.5", features = ["cors", "trace"] } +tower-http = { version = "0.6", features = ["cors", "trace"] } # Security and validation sha2 = "0.10"