From d64ebb6fa6f39cff66732d53c26a4270228427d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:35:53 +0000 Subject: [PATCH] chore(deps): update pgrx-tests requirement from =0.15.0 to =0.16.1 Updates the requirements on [pgrx-tests](https://github.com/pgcentralfoundation/pgrx) to permit the latest version. - [Release notes](https://github.com/pgcentralfoundation/pgrx/releases) - [Commits](https://github.com/pgcentralfoundation/pgrx/compare/v0.15.0...v0.16.1) --- updated-dependencies: - dependency-name: pgrx-tests dependency-version: 0.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04c1cb7..2fbf2d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "2.0.12" uuid = { version = "1.17", features = ["v7", "fast-rng", "serde"] } [dev-dependencies] -pgrx-tests = "=0.15.0" +pgrx-tests = "=0.16.1" serde_yaml = "0.9" libtest-mimic = "0.8"