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"