mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Bumps the rust-dependencies group with 2 updates in the / directory: [jsonschema](https://github.com/Stranger6667/jsonschema) and [vstd](https://github.com/verus-lang/verus). Bumps the rust-dependencies group with 2 updates in the /bindings/ffi directory: [jsonschema](https://github.com/Stranger6667/jsonschema) and [vstd](https://github.com/verus-lang/verus). Bumps the rust-dependencies group with 2 updates in the /bindings/java directory: [jsonschema](https://github.com/Stranger6667/jsonschema) and [vstd](https://github.com/verus-lang/verus). Bumps the rust-dependencies group with 2 updates in the /bindings/python directory: [jsonschema](https://github.com/Stranger6667/jsonschema) and [vstd](https://github.com/verus-lang/verus). Bumps the rust-dependencies group with 2 updates in the /bindings/wasm directory: [jsonschema](https://github.com/Stranger6667/jsonschema) and [vstd](https://github.com/verus-lang/verus). Updates `jsonschema` from 0.48.5 to 0.49.2 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.5...ruby-v0.49.2) Updates `vstd` from 0.0.0-2026-07-12-0122 to 0.0.0-2026-07-27-0206 - [Release notes](https://github.com/verus-lang/verus/releases) - [Commits](https://github.com/verus-lang/verus/commits) Updates `jsonschema` from 0.48.5 to 0.49.2 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.5...ruby-v0.49.2) Updates `vstd` from 0.0.0-2026-07-12-0122 to 0.0.0-2026-07-27-0206 - [Release notes](https://github.com/verus-lang/verus/releases) - [Commits](https://github.com/verus-lang/verus/commits) Updates `jsonschema` from 0.48.5 to 0.49.2 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.5...ruby-v0.49.2) Updates `vstd` from 0.0.0-2026-07-12-0122 to 0.0.0-2026-07-27-0206 - [Release notes](https://github.com/verus-lang/verus/releases) - [Commits](https://github.com/verus-lang/verus/commits) Updates `jsonschema` from 0.48.5 to 0.49.2 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.5...ruby-v0.49.2) Updates `vstd` from 0.0.0-2026-07-12-0122 to 0.0.0-2026-07-27-0206 - [Release notes](https://github.com/verus-lang/verus/releases) - [Commits](https://github.com/verus-lang/verus/commits) Updates `jsonschema` from 0.48.5 to 0.49.2 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/ruby-v0.48.5...ruby-v0.49.2) Updates `vstd` from 0.0.0-2026-07-12-0122 to 0.0.0-2026-07-27-0206 - [Release notes](https://github.com/verus-lang/verus/releases) - [Commits](https://github.com/verus-lang/verus/commits) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: vstd dependency-version: 0.0.0-2026-07-27-0206 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: jsonschema dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: vstd dependency-version: 0.0.0-2026-07-27-0206 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: jsonschema dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: vstd dependency-version: 0.0.0-2026-07-27-0206 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: jsonschema dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: vstd dependency-version: 0.0.0-2026-07-27-0206 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: jsonschema dependency-version: 0.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: vstd dependency-version: 0.0.0-2026-07-27-0206 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
regorusjs
Regorus is
- Rego-Rus(t) - A fast, light-weight Rego interpreter written in Rust.
- Rigorous - A rigorous enforcer of well-defined Rego semantics.
regorusjs is Regorus compiled into WASM.
See Repository.
To build this binding, see building.md
Automation
Run cargo xtask build-wasm to invoke wasm-pack with sensible defaults, or cargo xtask test-wasm to rebuild the package and execute node test.js.
Usage
See test.js for example usage.