From 6c2ffb3a838e871c54054a12a375ad1e1f998930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:22:23 +0000 Subject: [PATCH] chore(deps): update pgrx requirement from =0.16.1 to =0.18.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.16.1...v0.18.0) --- updated-dependencies: - dependency-name: pgrx dependency-version: 0.18.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 86924c2..2016733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pg_test = [] [dependencies] gxhash = { version = "3.5.0" } -pgrx = "=0.16.1" +pgrx = "=0.18.0" serde = "1.0.228" thiserror = "2.0.17" uuid = { version = "1.18", features = ["v7", "fast-rng", "serde"] }