Skip to content

Commit

Permalink
examples: Upgrade bb8-postgres deps (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayvejones authored Dec 10, 2024
1 parent ec75ee3 commit da63c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false

[dependencies]
axum = { path = "../../axum" }
bb8 = "0.8.5"
bb8-postgres = "0.8.1"
bb8 = "0.9.0"
bb8-postgres = "0.9.0"
tokio = { version = "1.0", features = ["full"] }
tokio-postgres = "0.7.2"
tracing = "0.1"
Expand Down

0 comments on commit da63c14

Please sign in to comment.