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.