Use latest bb8 and use Lifo as the queue strategy in the pool (#455)

* Use git bb8

* Use latest bb8 and change pool is use stack
This commit is contained in:
Zain Kabani
2023-05-28 22:46:13 -04:00
committed by GitHub
parent a8a30ad43b
commit b67c33b6d0
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
tokio = { version = "1", features = ["full"] }
bytes = "1"
md-5 = "0.10"
bb8 = "0.8.0"
bb8 = { git = "https://github.com/djc/bb8.git", rev = "ad653e0" } # https://github.com/djc/bb8/commit/ad653e021607eb1f90ed6ce554d1766920308ffa
async-trait = "0.1"
rand = "0.8"
chrono = "0.4"