From e1f88dec925232b1757c61cfbcac486f1b44fb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:44:02 +0000 Subject: [PATCH] Update Rust crate pgrx-tests to ~0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd602a8..1571e4e 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.12.0" [profile.dev] panic = "unwind"