Change default server lifetime and bump bb8 version to use LIFO correctly (#462)

Change default server lifetime and idle timeouts and bump bb8 version to use LIFO correctly
This commit is contained in:
Zain Kabani
2023-05-31 11:25:42 -04:00
committed by GitHub
parent b67c33b6d0
commit 0bc453a771
3 changed files with 6 additions and 5 deletions

View File

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