mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-12 18:00:42 +01:00
examples: Upgrade bb8-postgres deps (#3072)
This commit is contained in:
parent
ec75ee3827
commit
da63c14467
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue