From ece7434feba5899022a2293dbc873707c1096ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:33:09 +0000 Subject: [PATCH] chore(deps): update pgrx requirement from =0.15.0 to =0.16.0 Updates the requirements on [pgrx](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 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..0db0646 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ pg_test = [] [dependencies] gxhash = { version = "3.5.0" } -pgrx = "=0.15.0" +pgrx = "=0.16.0" serde = "1.0.219" thiserror = "2.0.12" uuid = { version = "1.17", features = ["v7", "fast-rng", "serde"] }