This commit is contained in:
Dustin J. Mitchell
2025-07-30 21:15:30 -04:00
parent ab6df362bf
commit 547621950f
9 changed files with 16 additions and 71 deletions

View File

@ -26,7 +26,7 @@ actix-rt = "2"
tempfile = "3"
pretty_assertions = "1"
temp-env = "0.3"
tokio = { version = "*", features = ["rt", "macros"] }
tokio = { version = "1.47", features = ["rt", "macros"] }
tokio-postgres = { version = "0.7.13", features = ["with-uuid-1"] }
bb8 = "0.9.0"
bb8-postgres = { version = "0.9.0", features = ["with-uuid-1"] }