From 676bdba713fb222edd69fc216aa09d8250570c5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:44:59 +0000 Subject: [PATCH] Update Rust crate pgrx-tests to ~0.11.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd602a8..6fc3132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pg_test = [] pgrx = "~0.9.1" [dev-dependencies] -pgrx-tests = "~0.9.1" +pgrx-tests = "~0.11.4" [profile.dev] panic = "unwind"