From e6a725b0998eb54618f0d13517a86c4bf84ae4cf Mon Sep 17 00:00:00 2001 From: discord9 Date: Thu, 5 Feb 2026 20:07:23 +0800 Subject: [PATCH] c Signed-off-by: discord9 --- Cargo.lock | 1 - tests/runner/Cargo.toml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3ee4ca7949..bee6c6845c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12728,7 +12728,6 @@ dependencies = [ "serde", "serde_json", "sha2", - "snafu 0.8.6", "sqlness", "tar", "tempfile", diff --git a/tests/runner/Cargo.toml b/tests/runner/Cargo.toml index db1d1402aa..179bf651f6 100644 --- a/tests/runner/Cargo.toml +++ b/tests/runner/Cargo.toml @@ -8,6 +8,7 @@ license.workspace = true workspace = true [dependencies] +anyhow = "1.0" async-trait.workspace = true clap.workspace = true client = { workspace = true, features = ["testing"] } @@ -22,6 +23,7 @@ local-ip-address = "0.6" mysql = { version = "26", default-features = false, features = ["minimal", "rustls-tls-ring"] } num_cpus = "1.16" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } +semver = "1.0" serde.workspace = true serde_json.workspace = true sha2 = "0.10"