Skip to content

fix(deps): update rust crate regorus to 0.11.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.11.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.11.0

Release Notes

microsoft/regorus (regorus)

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.

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