From 060af9fb13e76fd2da0b7c472fc231495ee2dec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:05:58 +0000 Subject: [PATCH] build(deps): bump opa-wasm from 0.1.2 to 0.1.3 Bumps [opa-wasm](https://github.com/matrix-org/rust-opa-wasm) from 0.1.2 to 0.1.3. - [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.2...v0.1.3) --- updated-dependencies: - dependency-name: opa-wasm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/policy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7221c3257..2d8f42fc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4088,9 +4088,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opa-wasm" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0d1c0276998d731544ff6a385e1c4b832cae5450bceb6addcd0ac4bcdec41a6" +checksum = "5593435ab249017f117477b489efc1cd74d0359e91adc30cc1c26ac2a185963c" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 06feca3a5..ff2b4b57c 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -13,7 +13,7 @@ workspace = true [dependencies] anyhow.workspace = true -opa-wasm = "0.1.2" +opa-wasm = "0.1.3" serde.workspace = true serde_json.workspace = true schemars = { workspace = true, optional = true }