Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
feat: update sql pool
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed Feb 5, 2023
1 parent e1ac3c8 commit 9f64b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ errors = { path = "../errors" }
##
deadpool-postgres = { version = "0.10.2", optional = true }
tokio-postgres = { version = "0.7.7", features = ["with-chrono-0_4", "with-uuid-0_8"], optional = true }
##
deadpool-sqlite = { version = "0.5.0", optional = true }

tracing = { version = "0.1.37" }

0 comments on commit 9f64b89

Please sign in to comment.