From 48e7139f6265806b4e9d045382cd956b96bcc883 Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:50:09 +0530 Subject: [PATCH] Update Cargo.toml --- contrib/sync_db_pools/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sync_db_pools/lib/Cargo.toml b/contrib/sync_db_pools/lib/Cargo.toml index 654b515a2e..891c733f2c 100644 --- a/contrib/sync_db_pools/lib/Cargo.toml +++ b/contrib/sync_db_pools/lib/Cargo.toml @@ -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 }