diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 50f29e4efac8f..878b889c1dac7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5318,6 +5318,7 @@ dependencies = [ "num-traits", "rand 0.8.5", "regex", + "rust_decimal", "saturating", "serde", "serde_json", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index be009fdfeb46e..a9c54262e831d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -260,7 +260,7 @@ getrandom = "0.2" tokio-postgres = {version = "^0.7", features = ["array-impls", "with-serde_json-1", "with-chrono-0_4", "with-uuid-1", "with-bit-vec-0_6"]} bit-vec = "=0.6.3" mappable-rc = "^0" -mysql_async = { version = "*", default-features = false, features = ["minimal", "default", "native-tls-tls"]} +mysql_async = { version = "*", default-features = false, features = ["minimal", "default", "native-tls-tls", "rust_decimal"]} postgres-native-tls = "^0" native-tls = "^0" # samael will break compilation on MacOS. Use this fork instead to make it work