From 1c9e59e653004588db789e205b78f15ad4420c2f Mon Sep 17 00:00:00 2001 From: sundy-li <543950155@qq.com> Date: Tue, 31 Dec 2024 14:16:26 +0800 Subject: [PATCH] chore(query): add bump ast 0.1.2 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fa23b77f..82ee94b6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] } comfy-table = "7.1" csv = "1.3" -databend-common-ast = "0.0.3" +databend-common-ast = "0.1.2" fern = { version = "0.6", features = ["colored"] } indicatif = "0.17" log = "0.4"