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]