Skip to content

Commit

Permalink
Update Rust crate bb8-postgres to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 636e32c commit 73133cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion api-backend/hartex-backend-routes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust-utilities/hartex-discord-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73133cb

Please sign in to comment.