Skip to content

fix(deps): update rust crate regorus to 0.12.0 (develop-2.x) - #880

Open
renovate[bot] wants to merge 1 commit into
develop-2.xfrom
renovate/develop-2.x-regorus-0.x
Open

fix(deps): update rust crate regorus to 0.12.0 (develop-2.x)#880
renovate[bot] wants to merge 1 commit into
develop-2.xfrom
renovate/develop-2.x-regorus-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
regorus dependencies minor 0.10.00.12.0

Release Notes

microsoft/regorus (regorus)

v0.12.0

Compare Source

Added
  • (value) Frozen object storage (boxed-slice) for compact parsed objects (#​787)
  • json.patch builtin with Rego set support + partial-rule multi-body fix (picks up #​442) (#​776)
  • Support Verus verification (#​759)
Fixed
  • Prevent panic by Number::modulo (#​773)
  • Handle i64::MIN / -1 special case
  • (interpreter,rvm) resolve function calls through import aliases (#​769)
Other
  • Add per-execution memory budgets to RVM (#​792)
  • Verify Number with Verus (#​774)
  • (deps) bump the github-actions group with 3 updates (#​793)
  • Fix potential underflow in bigint_to_scientific (#​791)
  • (deps) migrate from serde_yaml to yaml_serde (#​790)
  • (value) migrate Array storage abstraction (#​785)
  • (deps) bump the github-actions group across 1 directory with 4 updates (#​783)
  • Pin GitHub Actions to full-length commit SHAs (#​777)
  • (value) migrate Value::Set to Set storage abstraction (#​778)
  • (deps) bump the rust-dependencies group across 5 directories with 10 updates (#​784)
  • (deps) bump the github-actions group with 4 updates (#​779)
  • (deps) bump the github-actions group across 1 directory with 11 updates (#​763)
  • (deps) bump the rust-dependencies group across 6 directories with 6 updates (#​768)
  • Handle i32::MIN in Number::two_pow and Number::ten_pow (#​771)
Added
  • (rvm) add opt-in per-execution memory budgets for run-to-completion evaluation, including typed Rust and binding errors (#​792)

v0.11.0

Compare Source

Added
  • (compiler) support registered host-await builtins for natural function call syntax (#​667)
  • (value) introduce Set storage abstraction (#​740)
Fixed
  • (rvm) assert every-quantifier results so failing cases don't pass (#​765)
  • Engine::add_data now deep-merges nested data documents instead of only merging top-level keys. Adding { "a": { "x": 1 } } followed by { "a": { "y": 2 } } now yields { "a": { "x": 1, "y": 2 } } (matching OPA's data-document merge). Nested sets under a shared key are unioned. Only genuine leaf conflicts (the same path holding two different values) are reported as errors. (#​760)
  • A zero-arg function producing two different complete values (e.g. f() := { "a": 1 } and f() := { "b": 2 }) is now reported as a conflict, matching OPA's complete-rule semantics, instead of silently combining the outputs.
Security
  • Engine::add_data now rejects data nested beyond 128 levels instead of risking a stack overflow on adversarially deep input.
Other
  • (deps) bump the rust-dependencies group across 5 directories with 11 updates (#​764)
  • Expand keyword-in-ref coverage for complex parser edge cases (interpreter + RVM) (#​744)
  • (deps) bump the rust-dependencies group across 5 directories with 4 updates (#​754)
  • (deps) bump the rust-dependencies group across 5 directories with 6 updates (#​750)
  • (value) migrate Value::Object to Object storage abstraction (#​736)
  • normalize path separators in folder filter on Windows (#​742)
  • Introduce Object storage abstraction (#​735)
  • (rvm) add debug-mode invariant assertions (#​737)
  • (deps) bump the rust-dependencies group across 5 directories with 5 updates (#​734)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/develop-2.x-regorus-0.x branch from 32d237f to 90b54b8 Compare August 26, 2026 11:57
@renovate
renovate Bot force-pushed the renovate/develop-2.x-regorus-0.x branch from 90b54b8 to 0fd2f02 Compare September 1, 2026 23:47
@renovate renovate Bot changed the title fix(deps): update rust crate regorus to 0.11.0 (develop-2.x) fix(deps): update rust crate regorus to 0.12.0 (develop-2.x) Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants