From 2f82c21c638578332b61593bdf2fc83fe41de2db Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Wed, 29 Jan 2025 12:55:24 +0000 Subject: [PATCH] chore: update rust-postgres fork (#10557) I updated the fork to fix some lints. Cargo keeps getting confused by it so let's just update the lockfile here --- Cargo.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c19fdc0941..f14f4cdb82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4449,7 +4449,7 @@ dependencies = [ [[package]] name = "postgres" version = "0.19.4" -source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#511f998c00148ab7c847bd7e6cfd3a906d0e7473" +source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#547812b5e4972425fc3a9108cf9bae39e41ee000" dependencies = [ "bytes", "fallible-iterator", @@ -4462,7 +4462,7 @@ dependencies = [ [[package]] name = "postgres-protocol" version = "0.6.4" -source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#511f998c00148ab7c847bd7e6cfd3a906d0e7473" +source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#547812b5e4972425fc3a9108cf9bae39e41ee000" dependencies = [ "base64 0.20.0", "byteorder", @@ -4514,9 +4514,10 @@ dependencies = [ [[package]] name = "postgres-types" version = "0.2.4" -source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#511f998c00148ab7c847bd7e6cfd3a906d0e7473" +source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#547812b5e4972425fc3a9108cf9bae39e41ee000" dependencies = [ "bytes", + "chrono", "fallible-iterator", "postgres-protocol 0.6.4", ] @@ -6859,7 +6860,7 @@ dependencies = [ [[package]] name = "tokio-postgres" version = "0.7.7" -source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#511f998c00148ab7c847bd7e6cfd3a906d0e7473" +source = "git+https://github.com/neondatabase/rust-postgres.git?branch=neon#547812b5e4972425fc3a9108cf9bae39e41ee000" dependencies = [ "async-trait", "byteorder",