diff --git a/tests/runner/Cargo.toml b/tests/runner/Cargo.toml index 150eed7a0818..641f07c2c6c3 100644 --- a/tests/runner/Cargo.toml +++ b/tests/runner/Cargo.toml @@ -17,9 +17,9 @@ common-recordbatch.workspace = true common-time.workspace = true datatypes = { workspace = true } mysql = { version = "23.0.1" } -tokio-postgres = { workspace = true } serde.workspace = true serde_json.workspace = true +tokio-postgres = { workspace = true } # sqlness 0.6.0 have a bug causing `cargo sqlness` to fail(see https://github.com/CeresDB/sqlness/issues/68) which is fixed in 0.6.1 sqlness = "0.6.1" tempfile.workspace = true