From d0c316e8e8531086088f56777ce9e49551a00d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:09:29 +0000 Subject: [PATCH] chore(deps): update pgrx-tests requirement from =0.15.0 to =0.16.0 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.0) --- updated-dependencies: - dependency-name: pgrx-tests dependency-version: 0.16.0 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..f87ceb8 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.0" serde_yaml = "0.9" libtest-mimic = "0.8"