diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 305b39601..e6de3da0d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bendsql" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0" description = "Databend Native Command Line Tool" @@ -16,7 +16,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock"] } clap = { version = "4.1.0", features = ["derive", "env"] } comfy-table = "6.1.4" csv = "1.2.1" -databend-driver = { path = "../driver", version = "0.2.19", features = ["rustls", "flight-sql"] } +databend-driver = { path = "../driver", version = "0.2.20", features = ["rustls", "flight-sql"] } futures = { version = "0.3", default-features = false, features = ["alloc"] } humantime-serde = "1.1.1" indicatif = "0.17.3" diff --git a/driver/Cargo.toml b/driver/Cargo.toml index a8ebf594d..693488f44 100644 --- a/driver/Cargo.toml +++ b/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "databend-driver" -version = "0.2.19" +version = "0.2.20" edition = "2021" license = "Apache-2.0" description = "Databend Driver for Rust"