diff --git a/phoenix/Cargo.lock b/phoenix/Cargo.lock index 27d2211a..533a2ea4 100644 --- a/phoenix/Cargo.lock +++ b/phoenix/Cargo.lock @@ -5113,6 +5113,7 @@ dependencies = [ "crc32fast", "half", "lazy_static", + "log", "prometheus 0.14.0", "xai-recsys-proto", ] @@ -5199,6 +5200,7 @@ dependencies = [ "parquet", "prometheus 0.14.0", "pyo3", + "rayon", "tempfile", "thrift", "tokio",