Update Cargo.toml

This commit is contained in:
Dylan DPC 2024-09-23 18:50:09 +05:30 committed by GitHub
parent c303add07f
commit 48e7139f62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ r2d2 = "0.8"
tokio = { version = "1.6.1", features = ["rt", "rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
diesel = { version = "2.0.0", default-features = false, optional = true }
diesel = { version = "2.2.3", default-features = false, optional = true }
postgres = { version = "0.19", optional = true }
r2d2_postgres = { version = "0.18", optional = true }