From e0b67fe1b0b092917145ae5755c133768ddceb2f Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Mon, 3 Jun 2024 14:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20tracing=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jia Chao --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf92c7a..49a70c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,5 @@ description = "An xml parser for openEuler cvrf." [dependencies] serde = { version = "1", features = ["serde_derive"] } -xml-rs = "0.8.20" +tracing = { version = "0.1" } +xml-rs = { version = "0.8" }