From c18306108366fdf8e229c3ab3386985f739c77e4 Mon Sep 17 00:00:00 2001 From: tetsuo <90065760+7etsuo@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:00:24 -0600 Subject: [PATCH] phoenix: update Cargo.lock for log and rayon cargo check --locked fails in phoenix/ because the lockfile does not list the log dependency of xai-recsys or the rayon dependency of xai-recsys-engine. Both are declared in the crate manifests. --- phoenix/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) 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",