From 29795fac51d18c20b3b9d53693453281f6236dfb Mon Sep 17 00:00:00 2001 From: junxiang Mu <1948535941@qq.com> Date: Thu, 24 Jul 2025 11:56:36 +0800 Subject: [PATCH] fix Cargo.toml Signed-off-by: junxiang Mu <1948535941@qq.com> --- crates/ahm/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/ahm/Cargo.toml b/crates/ahm/Cargo.toml index 817e3019e..bd0fc3545 100644 --- a/crates/ahm/Cargo.toml +++ b/crates/ahm/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rustfs-ahm" -version = "0.0.5" -edition = "2021" +version.workspace = true +edition.workspace = true authors = ["RustFS Team"] -license = "Apache-2.0" +license.workspace = true description = "RustFS AHM (Automatic Health Management) Scanner" [dependencies] @@ -32,10 +32,10 @@ chrono = { workspace = true } [dev-dependencies] rmp-serde = { workspace = true } -tokio-test = "0.4" +tokio-test = { workspace = true } serde_json = { workspace = true } serial_test = "3.2.0" once_cell = { workspace = true } tracing-subscriber = { workspace = true } walkdir = "2.5.0" -tempfile = "3.10" \ No newline at end of file +tempfile = { workspace = true } \ No newline at end of file