From fc6552e3ed7b75d53b33e02fd858f6304a556b2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:56:04 +0000 Subject: [PATCH] Update Rust crate bb8 to 0.9.0 --- discord-frontend/hartex-discord-entitycache-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-frontend/hartex-discord-entitycache-core/Cargo.toml b/discord-frontend/hartex-discord-entitycache-core/Cargo.toml index 8bc123bdd..e015d113c 100644 --- a/discord-frontend/hartex-discord-entitycache-core/Cargo.toml +++ b/discord-frontend/hartex-discord-entitycache-core/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.85.0" hartex_discord_core = { path = "../hartex-discord-core", features = ["discord-model"] } hartex_discord_entitycache_macros = { path = "../hartex-discord-entitycache-macros", optional = true, default-features = false, features = ["discord_model_git"] } -bb8 = "0.8.5" +bb8 = "0.9.0" tokio-postgres = "0.7.12" [features]