diff --git a/Cargo.toml b/Cargo.toml index 59523f5..d841928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ html_parser = "0.7.0" dioxus-autofmt = "0.4.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -tower-http = { version = "0.4.4", features = ["tracing", "compression-br", "compression-deflate", "compression-gzip", "compression-zstd"] } +tower-http = { version = "0.5.0", features = ["tracing", "compression-br", "compression-deflate", "compression-gzip", "compression-zstd"] } # Shuttle miette = { version = "5.10.0" } shuttle-runtime = { version = "0.31.0", features = ["next", "tracing-subscriber"] }