From 36715a17333bf094b1455da51e2316168ed4c8c1 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Tue, 14 May 2024 17:57:38 +0800 Subject: [PATCH 1/3] Forked Signed-off-by: chandr-andr (Kiselev Aleksandr) --- Cargo.toml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 93cc952..cf7c031 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,19 @@ readme = "README.md" ring = { version = "0.17", default-features = false } rustls = { version = "0.23", default-features = false } tokio = { version = "1", default-features = false } -tokio-postgres = { version = "0.7", default-features = false } tokio-rustls = { version = "0.26", default-features = false } -x509-certificate = {version = "0.23", default-features = false } +x509-certificate = { version = "0.23", default-features = false } +tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "master", default-features = false } [dev-dependencies] env_logger = { version = "0.11", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt"] } -tokio-postgres = { version = "0.7", default-features = false, features = ["runtime"] } -rustls = { version = "0.23", default-features = false, features = ["std", "logging", "tls12", "ring"] } +tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "master", default-features = false, features = [ + "runtime", +] } +rustls = { version = "0.23", default-features = false, features = [ + "std", + "logging", + "tls12", + "ring", +] } From 23c8c60d109cb59eea1dbb09ebb1a8704de78fea Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Fri, 6 Sep 2024 00:21:52 +0200 Subject: [PATCH 2/3] Merged master Signed-off-by: chandr-andr (Kiselev Aleksandr) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf7c031..c57b33d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,12 @@ rustls = { version = "0.23", default-features = false } tokio = { version = "1", default-features = false } tokio-rustls = { version = "0.26", default-features = false } x509-certificate = { version = "0.23", default-features = false } -tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "master", default-features = false } +tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "psqlpy", default-features = false } [dev-dependencies] env_logger = { version = "0.11", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt"] } -tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "master", default-features = false, features = [ +tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "psqlpy", default-features = false, features = [ "runtime", ] } rustls = { version = "0.23", default-features = false, features = [ From 6fbadba9ee28bff0813c23095915e2b93cff35c9 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Wed, 2 Jul 2025 01:14:30 +0200 Subject: [PATCH 3/3] Updated deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c57b33d..69f8c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,12 @@ rustls = { version = "0.23", default-features = false } tokio = { version = "1", default-features = false } tokio-rustls = { version = "0.26", default-features = false } x509-certificate = { version = "0.23", default-features = false } -tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "psqlpy", default-features = false } +tokio-postgres = { git = "https://github.com/psqlpy-python/rust-postgres.git", branch = "psqlpy", default-features = false } [dev-dependencies] env_logger = { version = "0.11", default-features = false } tokio = { version = "1", default-features = false, features = ["macros", "rt"] } -tokio-postgres = { git = "https://github.com/chandr-andr/rust-postgres.git", branch = "psqlpy", default-features = false, features = [ +tokio-postgres = { git = "https://github.com/psqlpy-python/rust-postgres.git", branch = "psqlpy", default-features = false, features = [ "runtime", ] } rustls = { version = "0.23", default-features = false, features = [ pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy