From 73133cb2e3e4a650e1846fc5ebe0dfc25cb1621f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:56:12 +0000 Subject: [PATCH] Update Rust crate bb8-postgres to 0.9.0 --- api-backend/hartex-backend-driver/Cargo.toml | 2 +- api-backend/hartex-backend-routes/Cargo.toml | 2 +- rust-utilities/hartex-discord-utils/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-backend/hartex-backend-driver/Cargo.toml b/api-backend/hartex-backend-driver/Cargo.toml index adc7a20c8..f5b27a7e9 100644 --- a/api-backend/hartex-backend-driver/Cargo.toml +++ b/api-backend/hartex-backend-driver/Cargo.toml @@ -17,7 +17,7 @@ hartex_errors = { path = "../../rust-utilities/hartex-errors" } hartex_log = { path = "../../rust-utilities/hartex-log" } axum = "0.7.7" -bb8-postgres = "0.8.1" +bb8-postgres = "0.9.0" dotenvy = "0.15.7" hyper = { version = "1.4.1", features = ["http1", "server"] } hyper-util = { version = "0.1.9", features = ["http1", "tokio"] } diff --git a/api-backend/hartex-backend-routes/Cargo.toml b/api-backend/hartex-backend-routes/Cargo.toml index a19de2200..aeaf06dd1 100644 --- a/api-backend/hartex-backend-routes/Cargo.toml +++ b/api-backend/hartex-backend-routes/Cargo.toml @@ -19,7 +19,7 @@ hartex_log = { path = "../../rust-utilities/hartex-log" } axum = { version = "0.7.7", features = ["json", "macros"] } axum-extra = "0.9.4" -bb8-postgres = "0.8.1" +bb8-postgres = "0.9.0" futures-util = "0.3.31" serde_json = "1.0.128" time = "0.3.36" diff --git a/rust-utilities/hartex-discord-utils/Cargo.toml b/rust-utilities/hartex-discord-utils/Cargo.toml index 9dbf611f8..22b212b8f 100644 --- a/rust-utilities/hartex-discord-utils/Cargo.toml +++ b/rust-utilities/hartex-discord-utils/Cargo.toml @@ -16,7 +16,7 @@ hartex_discord_core = { path = "../../discord-frontend/hartex-discord-core", fea hartex_localization_core = { path = "../../localization/hartex-localization-core" } async-once-cell = "0.5.3" -bb8-postgres = "0.8.1" +bb8-postgres = "0.9.0" miette = "7.2.0" once_cell = "1.19.0" tokio-postgres = "0.7.12"