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

Commit

Permalink
feat: update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed Apr 25, 2024
1 parent 515b9c0 commit fcd2697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ tracing = { workspace = true }
thiserror = { workspace = true }

# PostgreSQL dep
deadpool-postgres = { version = "0.12.1", optional = true }
deadpool-postgres = { version = "0.13.0", optional = true }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-uuid-0_8"], optional = true }

# SQLite dep
deadpool-sqlite = { version = "0.7.0", optional = true }
deadpool-sqlite = { version = "0.8.0", optional = true }

0 comments on commit fcd2697

Please sign in to comment.