From 78c08d7b22f7511c9a61bfa7597c538a07f5e3b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:51:58 +0000 Subject: [PATCH] Update bb8 requirement from 0.8 to 0.9 Updates the requirements on [bb8](https://github.com/djc/bb8) to permit the latest version. - [Release notes](https://github.com/djc/bb8/releases) - [Commits](https://github.com/djc/bb8/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: bb8 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 6366f6f..0f33e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ arrow-flight = { version = "53", optional = true, features = [ arrow-odbc = { version = "14.0", optional = true } async-stream = { version = "0.3.6", optional = true } async-trait = "0.1" -bb8 = { version = "0.8", optional = true } +bb8 = { version = "0.9", optional = true } bb8-postgres = { version = "0.8", optional = true } bigdecimal = "0.4.6" byteorder = "1.5.0"