From f4f1e3edd9b6459c392d096c10fd77d386be1d9e Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Wed, 26 Jun 2024 16:52:01 +0800 Subject: [PATCH] use git.zhgsun.com Signed-off-by: Jia Chao --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75ce9bd..8d7e131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,6 @@ edition = "2021" clap = { version = "4.0", features = ["derive"] } serde = { version = "1", features = ["serde_derive"] } toml = { version = "0.8" } -updateinfo-xmlparser = { git = "https://gitee.com/jiachao2130/updateinfo-xmlparser.git", version = "0.1.0" } -cvrf-xmlparser = { git = "https://gitee.com/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" } +updateinfo-xmlparser = { git = "https://git.zhgsun.com/jiachao2130/updateinfo-xmlparser.git", version = "0.1.0" } +cvrf-xmlparser = { git = "https://git.zhgsun.com/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" } +rpm-rs = { git = "https://gitee.com/jiachao2130/rpm-rs.git", version = "0.1.0" }