diff --git a/Cargo.toml b/Cargo.toml index 90b557122..b603ffce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ base64 = "0.22" bytes = "1.8" chrono = { version = "0.4", features = ["serde"] } color-eyre = "0.6.5" -diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "serde_json", "r2d2", "numeric"] } +diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "serde_json", "r2d2", "numeric", "128-column-tables"] } bigdecimal = { version = "0.4", features = ["serde"] } diesel_migrations = "2.1.0" dirs = "5.0"