From 13003efb7636c57daf31149c13fd3155c75922b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:08:32 +0000 Subject: [PATCH] chore(deps): bump postgres-types from 0.2.10 to 0.2.11 Bumps [postgres-types](https://github.com/rust-postgres/rust-postgres) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](https://github.com/rust-postgres/rust-postgres/compare/postgres-types-v0.2.10...postgres-types-v0.2.11) --- updated-dependencies: - dependency-name: postgres-types dependency-version: 0.2.11 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 1c516277c38a..abe644ce694a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4753,9 +4753,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a120daaabfcb0e324d5bf6e411e9222994cb3795c79943a0ef28ed27ea76e4" +checksum = "ef4605b7c057056dd35baeb6ac0c0338e4975b1f2bef0f65da953285eb007095" dependencies = [ "bytes", "chrono", diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 8ab3932e8433..e719a8851df7 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -53,7 +53,7 @@ itertools = { workspace = true } log = { workspace = true } object_store = { workspace = true } postgres-protocol = { version = "0.6.7", optional = true } -postgres-types = { version = "0.2.10", features = ["derive", "with-chrono-0_4"], optional = true } +postgres-types = { version = "0.2.11", features = ["derive", "with-chrono-0_4"], optional = true } rust_decimal = { version = "1.38.0", features = ["tokio-pg"] } # When updating the following dependency verify that sqlite test file regeneration works correctly # by running the regenerate_sqlite_files.sh script.