From acfcf0c158fa754867ac34dbc8998ba14e7ef2a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Wed, 9 Sep 2026 11:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=20platform-image=20=E7=9A=84?= =?UTF-8?q?=20serde=20=E9=94=81=E5=AE=9A=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 Raw typed 响应记录 serde workspace 依赖 --- server-rs/Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/server-rs/Cargo.lock b/server-rs/Cargo.lock index 1acba75f0..6581b2ef0 100644 --- a/server-rs/Cargo.lock +++ b/server-rs/Cargo.lock @@ -4074,6 +4074,7 @@ dependencies = [ "image", "platform-oss", "reqwest", + "serde", "serde_json", "tokio", "tracing",