mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
examples: Upgrade bb8-postgres deps (#3072)
This commit is contained in:
@@ -6,8 +6,8 @@ publish = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
axum = { path = "../../axum" }
|
axum = { path = "../../axum" }
|
||||||
bb8 = "0.8.5"
|
bb8 = "0.9.0"
|
||||||
bb8-postgres = "0.8.1"
|
bb8-postgres = "0.9.0"
|
||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
tokio-postgres = "0.7.2"
|
tokio-postgres = "0.7.2"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user