Skip to content

chore(deps): bump pgrx-tests from 0.16.1 to 0.18.1#178

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/pgrx-tests-0.18.1
Open

chore(deps): bump pgrx-tests from 0.16.1 to 0.18.1#178
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/pgrx-tests-0.18.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps pgrx-tests from 0.16.1 to 0.18.1.

Release notes

Sourced from pgrx-tests's releases.

v0.18.1

Welcome to pgrx v0.18.1. This is a minor release but fixes important build problems on aarch64 Linux introduced in v0.18.0.

As always, install the cli tool with cargo install cargo-pgrx --version 0.18.1 --locked and make sure to update your extension's to depend on =0.18.1.

What's Changed

New Contributors

Full Changelog: pgcentralfoundation/pgrx@v0.18.0...v0.18.1

v0.18.0

pgrx v0.18.0

Welcome to pgrx v0.18.0! We cut the build in half.

Schema generation no longer needs a second compilation pass. Your extension compiles once, cargo-pgrx reads SQL metadata straight out of the shared library, and that's it. No more pgrx_embed binary. No more [[bin]] target. No more waiting to compile everything twice.

v0.18.0 also ships in-process benchmarking, a stack of improvements that make pgrx much friendlier to AI coding agents, Rust backtraces for Postgres errors, lazy log allocation, and a handful of quality-of-life fixes that add up to a noticeably better development experience.

Install with:

$ cargo install cargo-pgrx --version 0.18.0 --locked

And make sure to update your crate dependencies to pgrx = "=0.18.0"


One Compilation Pass

#2264 by @​eeeebbbbrrrr

... (truncated)

Commits
  • bd55125 Update version to 0.18.1 (#2297)
  • 810803e upgrade dependencies, including moving rust to 1.96.0 (#2296)
  • 325cbb2 Fix "PostgresSQL" typo to "PostgreSQL" in test code (#2286)
  • 2d9ac7f feature: teach cargo pgrx schema how to emit just the SQL for named entities ...
  • d9d764e can cargo clippy --allow-dirty --fix -- -Wclippy::use_self (#2283)
  • d4bc4f4 fix: don't allocate for static strings in ereport! (#2282)
  • a361d77 remove dead file
  • b8a8303 Fix README version range inconsistency (17 → 18) (#2287)
  • 1a26e15 ci: pass --locked to cargo install --path cargo-pgrx (#2292)
  • ed6f229 cargo-pgrx: build Postgres in parallel during cargo pgrx init (#2291)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pgrx-tests](https://github.com/pgcentralfoundation/pgrx) from 0.16.1 to 0.18.1.
- [Release notes](https://github.com/pgcentralfoundation/pgrx/releases)
- [Commits](pgcentralfoundation/pgrx@v0.16.1...v0.18.1)

---
updated-dependencies:
- dependency-name: pgrx-tests
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 12, 2026
@dependabot dependabot Bot requested a review from t3hmrman as a code owner June 12, 2026 18:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants