From 3ae189f60f09630e5c1da264e2fd3c7ce69a877b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:58:50 +0000 Subject: [PATCH] chore(deps): Bump databend-client from 0.17.0 to 0.17.1 (#20377) Bumps [databend-client](https://github.com/datafuselabs/bendsql) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/datafuselabs/bendsql/releases) - [Commits](https://github.com/datafuselabs/bendsql/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: databend-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30febf391ab84..d2c70b39f67b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2714,9 +2714,9 @@ checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" [[package]] name = "databend-client" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32d42f932a3c2c5c1d5540579fe8c98bde9f95c8dc14e1d617bc87b583df2dce" +checksum = "123d9b08aefcdce56e2379487198c1fb8c439cedf6c31d16c3974f0f9d3e282f" dependencies = [ "async-trait", "log", diff --git a/Cargo.toml b/Cargo.toml index 20c90e862877a..5b6686707ecd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -267,7 +267,7 @@ chrono-tz = { version = "0.8.6", default-features = false } 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.17.0", default-features = false, features = ["rustls"], optional = true } +databend-client ={ version = "0.17.1", 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 }