From f098f1877560a0bead170773bc15d332e8543718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:17:51 +0000 Subject: [PATCH] Update Rust crate pgrx-tests to ~0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2b7e4a..977e479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pg_test = [] pgrx = "~0.8.4" [dev-dependencies] -pgrx-tests = "~0.8.4" +pgrx-tests = "~0.9.1" [profile.dev] panic = "unwind"