diff --git a/crates/tabby-common/Cargo.toml b/crates/tabby-common/Cargo.toml index ec9f86389afb..15c32235b75d 100644 --- a/crates/tabby-common/Cargo.toml +++ b/crates/tabby-common/Cargo.toml @@ -24,7 +24,7 @@ hash-ids.workspace = true tracing.workspace = true chrono.workspace = true axum.workspace = true -axum-extra.workspace = true +axum-extra = { workspace = true, features = ["typed-header"] } [dev-dependencies] temp_testdir = { workspace = true }