diff --git a/etl-postgres/Cargo.toml b/etl-postgres/Cargo.toml index a104c0834..257642f61 100644 --- a/etl-postgres/Cargo.toml +++ b/etl-postgres/Cargo.toml @@ -28,7 +28,6 @@ sqlx = { workspace = true, features = [ "postgres", "json", "migrate", - "time", ] } thiserror = { workspace = true } tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }