From af15a85db9c503865628c1a67476a4f4e17896fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 10:24:52 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68d885dda..3e221e78d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index fb5d86852..863b37d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]