From 893942db1d9c381b684dca83e36b9fba4bdd53a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:46:13 +0000 Subject: [PATCH] Update Rust crate pgrx-tests to ~0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd602a8..ac39b01 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.2" [profile.dev] panic = "unwind"