From 3d29a5306cd49b1a387b286cd5f0881895596860 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:37:53 +0000 Subject: [PATCH] Update Rust crate pgrx-tests to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6480eb..438210f 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.17.0" [profile.dev] panic = "unwind"