From 661ff497c47e91782aaf3f6816f073fb5c0ed5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:11:04 +0000 Subject: [PATCH] build(deps): bump opa-wasm from 0.1.1 to 0.1.2 Bumps [opa-wasm](https://github.com/matrix-org/rust-opa-wasm) from 0.1.1 to 0.1.2. - [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.1...v0.1.2) --- 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 a133ec361..e3a03cca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4095,9 +4095,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opa-wasm" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51a191d24f220928f33cb9b0c0627c4165a588b7b768ae53017ad31bb7caf099" +checksum = "d0d1c0276998d731544ff6a385e1c4b832cae5450bceb6addcd0ac4bcdec41a6" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 6cc8432df..06feca3a5 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.1" +opa-wasm = "0.1.2" serde.workspace = true serde_json.workspace = true schemars = { workspace = true, optional = true }