From cb177a2da05bc1940d7b8ebea81566d2893616b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:19:59 -0400 Subject: [PATCH] chore(deps): Bump databend-client from 0.21.1 to 0.22.2 (#21645) Bumps [databend-client](https://github.com/databendlabs/bendsql) from 0.21.1 to 0.22.2. - [Release notes](https://github.com/databendlabs/bendsql/releases) - [Commits](https://github.com/databendlabs/bendsql/commits) --- updated-dependencies: - dependency-name: databend-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d866a459a7945..951de450bce42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2827,9 +2827,9 @@ checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" [[package]] name = "databend-client" -version = "0.21.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60c257bff337efed580f15adad6fb31be3cb4b304deb124651c738b721fc4bb0" +checksum = "bd8770a1c49fa21e62a768a0de442cc3f77998a357303d56ddd3485cb7c58d3a" dependencies = [ "async-trait", "log", diff --git a/Cargo.toml b/Cargo.toml index 835180727f0bd..e5d8d8d4f15ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -289,7 +289,7 @@ chrono-tz.workspace = true cidr-utils = { version = "0.6.1", default-features = false } colored = { version = "2.1.0", default-features = false } csv = { version = "1.3", default-features = false } -databend-client = { version = "0.21.1", default-features = false, features = ["rustls"], optional = true } +databend-client = { version = "0.22.2", default-features = false, features = ["rustls"], optional = true } derivative = { version = "2.2.0", default-features = false } dirs-next = { version = "2.0.0", default-features = false, optional = true } dyn-clone = { version = "1.0.17", default-features = false }