examples: Upgrade bb8-postgres deps (#3072)

This commit is contained in:
dayvejones 2024-12-10 10:36:47 +07:00 committed by GitHub
parent ec75ee3827
commit da63c14467
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"