Skip to content

chore(deps): bump the cargo-minor-patch group across 1 directory with 6 updates - #838

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-abf5fe125d
Closed

chore(deps): bump the cargo-minor-patch group across 1 directory with 6 updates#838
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-abf5fe125d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 6 updates in the / directory:

Package From To
napi 3.12.1 3.12.2
pg_query 6.1.1 6.2.0
rhai 1.25.1 1.26.0
tower-http 0.7.0 0.7.1
uuid 1.24.1 1.26.0
oxjsonld 0.2.5 0.2.6

Updates napi from 3.12.1 to 3.12.2

Release notes

Sourced from napi's releases.

napi-v3.12.2

Fixed

  • (napi) memory safety in PromiseRaw callbacks and AbortSignal conversion (#3458)
Commits
  • 444bf29 chore(napi): release v3.12.2 (#3459)
  • 2ffb055 fix(napi): memory safety in PromiseRaw callbacks and AbortSignal conversion (...
  • 511ead2 chore(deps): update dependency oxc-parser to ^0.146.0 (#3457)
  • 220b402 chore(deps): update dependency oxc-parser to ^0.145.0 (#3456)
  • 70c1493 chore(release): publish
  • aeba312 fix(cli): compatible with emnapi v1 & v2 (#3454)
  • d532909 chore(deps): update dependency oxc-parser to ^0.144.0 (#3453)
  • b8ba732 fix(deps): update emnapi to v2.0.0-alpha.4 (#3451)
  • 06349eb chore(deps): update cross-platform-actions/action action to v1.4.0 (#3452)
  • a5b5f27 chore(release): publish
  • Additional commits viewable in compare view

Updates pg_query from 6.1.1 to 6.2.0

Changelog

Sourced from pg_query's changelog.

6.2.0 2026-07-29

  • Upgrade to libpg_query 17-6.2.2
  • Add pg_query::summary function
    • This uses the new pg_query_summary C function that significantly improves performance when you need metadata (like a list of referenced tables) but don't need the full parse tree.
  • NodeEnum: Improve performance when iterating over parse tree using nodes and nodes_mut
  • Fix build caching issues in build.rs script
Commits

Updates rhai from 1.25.1 to 1.26.0

Release notes

Sourced from rhai's releases.

Version 1.26.0

This is a significant release.

The major change in this version is the addition of the experimental Rhai Grain bytecodes VM for faster evaluation of scripts under resource constraints.

This is experimental and gated under the grain feature flag.

Rhai Grain VM

Bugs found in the process

Since the Rhai Grain VM must run a script exactly the same as the standard AST interpreter, a number of bugs have been uncovered that are now fixed.

Bug fixes

Enhancements

Changelog

Sourced from rhai's changelog.

Version 1.26.0

The major change in this version is the addition of the experimental Rhai Grain bytecodes compiler and VM for fast evaluation of scripts.

This is a work-in-progress and is not yet fully integrated into the main Engine API.

It is gated under the grain feature flag.

Rhai Grain VM

Bugs found in the process

Since the Rhai Grain VM must run a script exactly the same as the standard AST interpreter, a number of bugs have been uncovered that are now fixed.

Bug fixes

Enhancements

Commits

Updates tower-http from 0.7.0 to 0.7.1

Release notes

Sourced from tower-http's releases.

tower-http-0.7.1

Added

  • fs: add ServeDir::redirect_to_trailing_slash() to serve directory indexes directly instead of first redirecting to the trailing-slash path. The redirect remains the default (#728)
  • fs: add ignore_multi_range_requests() to ServeDir and ServeFile, serving the full representation when a request asks for multiple byte ranges. The existing 416 Range Not Satisfiable response remains the default (#727)
  • request-id: the constructors and accessors on the request-id layers, services, and RequestId are now const fn, so they can be used in const context (#716)

Changed

  • fs: the minimum http-range-header requirement is now 0.4.2 (#661)

Fixed

  • behavioral change: fs: make ServeDir::try_call propagate expected filesystem I/O errors when no fallback is configured, as documented, instead of converting them to 404 Not Found responses (#718)
  • decompression: don't end the body when a data frame with no remaining bytes arrives after the decompressor reports end-of-stream. Trailers following such a frame were dropped and could not be recovered (#722)
  • decompression: return a body error when a data frame with remaining bytes arrives after the decompressor reports end-of-stream, rather than silently truncating. This regressed in 0.7.0 (#712)
  • fs: multipart range requests are now rejected before range validation, so they consistently return 416 Range Not Satisfiable with a Cannot serve multipart range requests body instead of a generic unsatisfiable-range response (#661)
  • fs: range error responses no longer carry representation headers such as Content-Type and Content-Encoding (#727)
  • set-header: SetMultipleResponseHeadersLayer and SetMultipleResponseHeader are now Clone regardless of the response body type, matching the fix applied to the request-side types in 0.7.0 (#714)

#661: tower-rs/tower-http#661 #712: tower-rs/tower-http#712 #714: tower-rs/tower-http#714 #716: tower-rs/tower-http#716 #718: tower-rs/tower-http#718 #722: tower-rs/tower-http#722 #727: tower-rs/tower-http#727 #728: tower-rs/tower-http#728

All the changes

... (truncated)

Commits
  • c941451 chore(release): prepare 0.7.1 (#729)
  • 9697702 chore(deps): bump taiki-e/install-action from 2.86.3 to 2.86.8 (#730)
  • e2582e2 Allow ignoring multi-range requests (#727)
  • 888f7fe feat(services): configure directory redirects (#728)
  • 5ad7654 chore(deps): bump taiki-e/install-action from 2.85.12 to 2.86.3 (#726)
  • d154adb fix: reject multipart ranges before validation (#661)
  • d9e5c8a ci: Update to cargo-check-external-types 0.5.0 (#724)
  • 90c072b Propagate ServeDir::try_call I/O errors (#718)
  • 860922e fix(decompression): don't end the body on an empty data frame (#722)
  • 8532252 docs(example)/custom future with multiple bodies (#711)
  • Additional commits viewable in compare view

Updates uuid from 1.24.1 to 1.26.0

Release notes

Sourced from uuid's releases.

v1.26.0

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

Commits
  • cdc96a8 Merge pull request #905 from uuid-rs/cargo/v1.26.0
  • 34e4f49 don't test macros under miri
  • d9e7242 update nightly used for miri
  • ec16819 prepare for 1.26.0 release
  • 162cd20 Merge pull request #904 from ChrisJr404/v7-additional-precision-bits
  • 97eceff Add ContextV7::with_additional_precision_bits for microsecond clocks
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • See full diff in compare view

Updates oxjsonld from 0.2.5 to 0.2.6

Changelog

Sourced from oxjsonld's changelog.

[Unreleased]

Added

  • sparopt: GraphPattern::join_order_variables, exposing the join / variable-elimination order chosen by Optimizer::optimize_graph_pattern for consumption by external execution engines (e.g. worst-case-optimal join executors).

[0.5.7] - 2026-04-19

Changed

  • JSON-LD: Fixes conflicts between @type and @language in property-scoped contexts.
  • Bump RocksDB to 11.0.4

[0.5.6] - 2026-03-14

Changed

  • SPARQL: DESCRIBE: do not describe values of blank node "variables".
  • SPARQL: Fixes some bug in the parser related to spacing.
  • SPARQL: Fixes evaluation of SERVICE clauses with unsupported custom functions.
  • JSON-LD: fixes serialization of relative IRIs looking like keywords.
  • RocksDB: reduce the number of copies in read operations.

[0.5.5] - 2026-02-14

Added

  • JSON-LD: JSON-LD 1.1 is now implemented and enabled by default.
  • JavaScript: the parse method that allows to parse a RDF file from a buffer, an iterator of buffers or and async iterator of buffers (including streams).
  • oxrdf: the Dataset.quads_for_pattern method allowing to iterate only on quads matching a given pattern.
  • oxjsonld: The JsonLdParser.with_processing_mode method to select the JSON-LD 1.0 or 1.1 processing mode.

Changed

  • RocksDB fixes a panic when ulimit -n is set to a very large number.

[0.5.4] - 2026-01-24

Added

  • RDF/XML: support of the current 1.2 draft behind the rdf-12 cargo feature (directional language strings and triple terms).
  • RDFC 1.0 canonicalization algorithm on the Graph and Dataset containers.

Changed

  • oxrdf: the default Unstable canonicalization algorithm has been changed for a variant of RDFC 1.0. It seems much faster in a lot of cases.
  • HTTP: always set sd:endpoint in the served service description (the value is guessed from the incoming request values).
  • spareval: make QueryTripleIter::new public.
  • JSON-LD: lots of internal changes in preparation of JSON-LD 1.1 support (might affect some edge cases of 1.0 parsing).

[0.5.3] - 2025-12-19

... (truncated)

Commits

@dependabot
dependabot Bot requested a review from jeremi as a code owner September 3, 2026 17:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Rust implementation work. labels Sep 3, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 637d5a4569

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml
napi-derive = { version = "3.6.2" }
p256 = { version = "0.13", features = ["ecdsa"] }
pg_query = { version = "=6.1.1", default-features = false }
pg_query = { version = "=6.2.0", default-features = false }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required DCO sign-off

The commit message has no Signed-off-by: trailer, so this commit does not satisfy the repository's DCO requirement and will need to be recreated or included in a properly signed-off replacement commit before it can be accepted.

AGENTS.md reference: AGENTS.md:L314-L314

Useful? React with 👍 / 👎.

Comment thread Cargo.toml
rcgen = { version = "0.13", default-features = false, features = ["ring", "zeroize"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "rustls-tls-native-roots"] }
rhai = { version = "=1.25.1", features = ["sync", "serde"] }
rhai = { version = "=1.26.0", features = ["sync", "serde"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Document the security review of the Rhai upgrade

This pin changes the interpreter used by registry-evidence for derivation and other assertion scripts, and the included 1.26.0 release notes explicitly describe optimizer and function-call semantic changes; nevertheless, the commit contains no explicit review of their effect on Evidence's bounded assertion evaluation. Add the required security review notes before accepting this behavior-changing dependency update.

AGENTS.md reference: AGENTS.md:L323-L325

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-abf5fe125d branch from 637d5a4 to d530be6 Compare September 4, 2026 07:25
… 6 updates

Bumps the cargo-minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [napi](https://github.com/napi-rs/napi-rs) | `3.12.1` | `3.12.2` |
| [pg_query](https://github.com/pganalyze/pg_query.rs) | `6.1.1` | `6.2.0` |
| [rhai](https://github.com/rhaiscript/rhai) | `1.25.1` | `1.26.0` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.7.0` | `0.7.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.1` | `1.26.0` |
| [oxjsonld](https://github.com/oxigraph/oxigraph) | `0.2.5` | `0.2.6` |



Updates `napi` from 3.12.1 to 3.12.2
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.12.1...napi-v3.12.2)

Updates `pg_query` from 6.1.1 to 6.2.0
- [Changelog](https://github.com/pganalyze/pg_query.rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pganalyze/pg_query.rs/commits/v6.2.0)

Updates `rhai` from 1.25.1 to 1.26.0
- [Release notes](https://github.com/rhaiscript/rhai/releases)
- [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rhaiscript/rhai/commits/v1.26.0)

Updates `tower-http` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.7.0...tower-http-0.7.1)

Updates `uuid` from 1.24.1 to 1.26.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.1...v1.26.0)

Updates `oxjsonld` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/oxigraph/oxigraph/releases)
- [Changelog](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oxigraph/oxigraph/commits)

---
updated-dependencies:
- dependency-name: napi
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: oxjsonld
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: pg_query
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: rhai
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: tower-http
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: uuid
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-abf5fe125d branch from d530be6 to 122fa36 Compare September 4, 2026 12:28

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 122fa362c0

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml
rcgen = { version = "0.13", default-features = false, features = ["ring", "zeroize"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "rustls-tls-native-roots"] }
rhai = { version = "=1.25.1", features = ["sync", "serde"] }
rhai = { version = "=1.26.0", features = ["sync", "serde"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve the pinned Rhai ABI version

When Evidence adapter scripts or BReg change-request planners run, this makes them execute under Rhai 1.26.0 even though products/evidence/contracts/rhai-abi.yaml:164 and ADAPTER-API.md:496-498 freeze observable behavior at 1.25.1, the Evidence lexical guard explicitly emulates 1.25.1 tokenization, and BReg still emits rhaiVersion: 1.25.1 from CHANGE_REQUEST_PLANNER_RHAI_VERSION. Thus compiled artifacts can be validated and advertised as 1.25.1 while receiving 1.26.0's changed optimizer and call semantics; retain the 1.25.1 pin unless the scanner, version metadata, compatibility tests, and governed contracts are intentionally revised together.

AGENTS.md reference: AGENTS.md:L167-L170

Useful? React with 👍 / 👎.

@dependabot @github

dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 6, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-minor-patch-abf5fe125d branch September 6, 2026 05:45
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 Rust implementation work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants