diff --git a/common/gateway-storage/Cargo.toml b/common/gateway-storage/Cargo.toml index d89bac7639..26b2be56a1 100644 --- a/common/gateway-storage/Cargo.toml +++ b/common/gateway-storage/Cargo.toml @@ -19,7 +19,6 @@ sqlx = { workspace = true, features = [ "macros", "migrate", "time", - "chrono" ] } time = { workspace = true } thiserror = { workspace = true }