From 5b0872fdeedb68649dd4a6545ab7855e6ad07932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:34:06 +0000 Subject: [PATCH] chore(deps): update pgrx requirement from =0.15.0 to =0.16.1 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.1) --- updated-dependencies: - dependency-name: pgrx 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..c12419b 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.1" serde = "1.0.219" thiserror = "2.0.12" uuid = { version = "1.17", features = ["v7", "fast-rng", "serde"] }