From b35fe49fc7cce282af4fc5b3be8d9082e60efabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:07:42 +0000 Subject: [PATCH] chore(deps): bump tokio-postgres from 0.7.14 to 0.7.15 Bumps [tokio-postgres](https://github.com/rust-postgres/rust-postgres) from 0.7.14 to 0.7.15. - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](https://github.com/rust-postgres/rust-postgres/compare/tokio-postgres-v0.7.14...tokio-postgres-v0.7.15) --- updated-dependencies: - dependency-name: tokio-postgres dependency-version: 0.7.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- datafusion/sqllogictest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d712eecfcc72..4f653afe6955 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6425,9 +6425,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.14" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156efe7fff213168257853e1dfde202eed5f487522cbbbf7d219941d753d853" +checksum = "2b40d66d9b2cfe04b628173409368e58247e8eddbbd3b0e6c6ba1d09f20f6c9e" dependencies = [ "async-trait", "byteorder", diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 177761e4af54..e04d7b6867df 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -67,7 +67,7 @@ testcontainers = { workspace = true, optional = true } testcontainers-modules = { workspace = true, features = ["postgres"], optional = true } thiserror = "2.0.17" tokio = { workspace = true } -tokio-postgres = { version = "0.7.14", optional = true } +tokio-postgres = { version = "0.7.15", optional = true } [features] avro = ["datafusion/avro"]