From 77a6b1d81a2471bee46ca8fcecca6dab3c290449 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Sat, 13 Apr 2024 21:37:49 +0200 Subject: [PATCH 1/2] Changed deps Signed-off-by: chandr-andr (Kiselev Aleksandr) --- postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 794b8731..b861126f 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -27,7 +27,7 @@ serde = { package = "serde", version = "1.0", features = [ "derive", ], optional = true } tokio = { version = "1.29", features = ["rt"] } -tokio-postgres = "0.7.9" +tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", version = "0.7.9" } tracing = "0.1.37" [dev-dependencies] From 5706bcf1d7944b8ce6238ca36ff4fe50ef118a05 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Tue, 14 May 2024 18:07:06 +0800 Subject: [PATCH 2/2] Forked Signed-off-by: chandr-andr (Kiselev Aleksandr) --- postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index b861126f..63a6f303 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -27,7 +27,7 @@ serde = { package = "serde", version = "1.0", features = [ "derive", ], optional = true } tokio = { version = "1.29", features = ["rt"] } -tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", version = "0.7.9" } +tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "master" } tracing = "0.1.37" [dev-dependencies]