From 8e3637321c23d2ec6a38b8e0d26820dcb7f84219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:32:06 +0000 Subject: [PATCH] chore(deps): update databend-driver requirement from 0.28.2 to 0.29.1 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.29.1) --- updated-dependencies: - dependency-name: databend-driver dependency-version: 0.29.1 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 dc43b3e..4bfe83f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,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.29.1" futures = "0.3" lapin = "3.0.0" ldap3 = "0.11.5"