From bf172748becbe03c877c9d5b3f5a278d485ff684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:49:12 +0000 Subject: [PATCH] Update Rust crate pgrx-tests to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6480eb..7b5d987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ uuid = { version = "1.13.1", features = ["serde", "v4"] } chrono = {version = "0.4.41", features = ["serde"]} [dev-dependencies] -pgrx-tests = "0.16.0" +pgrx-tests = "0.19.0" [profile.dev] panic = "unwind"