From 7ab35b7f22f6a73b5dda824ba9dfb2422df14a7c Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 18 Feb 2025 09:26:40 -0700 Subject: [PATCH] here is the fix --- api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Cargo.toml b/api/Cargo.toml index 1638935e7..574de4739 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -12,6 +12,7 @@ anyhow = "1.0.86" chrono = { version = "0.4.38", features = ["serde"] } serde = { version = "1.0.117", features = ["derive"] } serde_json = { version = "1.0.117", features = ["preserve_order"] } +serde_yaml = "0.9.34" tokio = { version = "1.38.0", features = ["full"] } tracing = "0.1.40" uuid = { version = "1.8", features = ["serde", "v4"] }