From 6154fd1858dfef98bd61f5e0f7d49e9e11c306bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:19:43 +0000 Subject: [PATCH] chore(deps): update databend-driver requirement from 0.28.2 to 0.33.4 Updates the requirements on [databend-driver](https://github.com/databendlabs/bendsql) to permit the latest version. - [Release notes](https://github.com/databendlabs/bendsql/releases) - [Commits](https://github.com/databendlabs/bendsql/compare/v0.28.2...v0.33.4) --- updated-dependencies: - dependency-name: databend-driver dependency-version: 0.33.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8c891..0236b86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ aws-sdk-dynamodb = "1.2.0" aws-sdk-s3 = "1.2.0" aws-sdk-sqs = "1.2.0" aws-types = "1.0.1" -databend-driver = "0.28.2" +databend-driver = "0.33.4" futures = "0.3" lapin = "3.0.0" ldap3 = "0.11.5"