From 434e0c768271cd233b1856ee66d21f6f1ea9fafb Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Mon, 6 Jul 2026 11:19:39 +0800 Subject: [PATCH] fix: update datafusion-pg-catalog (#8417) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abaf53df47..b25da9c9c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4142,9 +4142,9 @@ dependencies = [ [[package]] name = "datafusion-pg-catalog" -version = "0.17.0" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0ecc2378a803326a2dd32df32236144e51fe2629547ae1ad03ef6650024e79" +checksum = "f6b82fb8bd291b718d4226eaba85f78c73f0abdedb256a5dc91d9d9e6b0e0dab" dependencies = [ "arrow-pg", "async-trait", @@ -11136,7 +11136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1" dependencies = [ "heck 0.5.0", - "itertools 0.11.0", + "itertools 0.14.0", "log", "multimap", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 10111156ce..1e7b3fa21a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ datafusion-functions-aggregate-common = "=53.1.0" datafusion-functions-window-common = "=53.1.0" datafusion-optimizer = "=53.1.0" datafusion-orc = { git = "https://github.com/datafusion-contrib/datafusion-orc.git", rev = "6c07fa282dc8d62db2aa4ded06ab55485efc811a" } -datafusion-pg-catalog = "0.17" +datafusion-pg-catalog = "0.17.3" datafusion-physical-expr = "=53.1.0" datafusion-physical-plan = "=53.1.0" datafusion-proto = "=53.1.0"