diff --git a/packages/server/Cargo.toml b/packages/server/Cargo.toml index acce2c0..2e9011b 100644 --- a/packages/server/Cargo.toml +++ b/packages/server/Cargo.toml @@ -44,7 +44,7 @@ axum-extra = { version = "^0.9", features = [ clap = { version = "^4", features = ["derive"] } hyper = { version = "^1", features = ["server", "http1"] } tower = { version = "^0.5", features = ["make"] } -tower-http = { version = "^0.5", features = [ +tower-http = { version = "^0.6", features = [ "fs", "trace", "compression-gzip",