From 47ce750807a0e5ca29573cc54fffe20f0d277066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:35:16 +0000 Subject: [PATCH] chore(deps): update bb8-postgres requirement from 0.8.1 to 0.9.0 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.1...v0.8.1) --- 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 6a291dd7..29d2b454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ assert_cmd = "2.0" async-stream = "0.3.6" axum = "0.7.7" bb8 = "0.8.5" -bb8-postgres = "0.8.1" +bb8-postgres = "0.9.0" bytes = "1.7" chrono = "0.4.38" clap = "4.5"