build(deps): bump opa-wasm from 0.1.5 to 0.1.6

Bumps [opa-wasm](https://github.com/matrix-org/rust-opa-wasm) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/matrix-org/rust-opa-wasm/releases)
- [Changelog](https://github.com/matrix-org/rust-opa-wasm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/matrix-org/rust-opa-wasm/compare/v0.1.5...v0.1.6)

---
updated-dependencies:
- dependency-name: opa-wasm
  dependency-version: 0.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-21 10:24:52 +00:00
committed by GitHub
parent 774c8786ff
commit af15a85db9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4075,9 +4075,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "opa-wasm"
version = "0.1.5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c07ec35ceaacb13349669e772705036975bde72b612e72b26a6bd6a71d909"
checksum = "ffac78b55eda1af0a1fb2360b636ca8e6d23ee62865f0a24148a6d51e2f70088"
dependencies = [
"anyhow",
"base64",

View File

@@ -389,7 +389,7 @@ version = "0.3.0"
# Open Policy Agent support through WASM
[workspace.dependencies.opa-wasm]
version = "0.1.5"
version = "0.1.6"
# OpenTelemetry
[workspace.dependencies.opentelemetry]