From 7dea1befd7fddbb92f9c67726aa9f9cd6f2d3967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:53:19 +0000 Subject: [PATCH] Update bb8-postgres requirement from 0.8 to 0.9 Updates the requirements on [bb8-postgres](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-postgres 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..35c69a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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-postgres = { version = "0.8", optional = true } +bb8-postgres = { version = "0.9", optional = true } bigdecimal = "0.4.6" byteorder = "1.5.0" chrono = "0.4.38"