From df6f67f0ea98cf525496ad38b3da7b4bfa6da65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:54:48 +0000 Subject: [PATCH] build(deps): bump opa-wasm from 0.1.0 to 0.1.1 Bumps [opa-wasm](https://github.com/matrix-org/rust-opa-wasm) from 0.1.0 to 0.1.1. - [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.0...v0.1.1) --- 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 9593b10e1..5feee36e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4081,9 +4081,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opa-wasm" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f4b727ebe10814d69fb4c1f538e1a0772e1f9b258d30c5a097d04158f8d6017" +checksum = "51a191d24f220928f33cb9b0c0627c4165a588b7b768ae53017ad31bb7caf099" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 5285a9848..6cc8432df 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.0" +opa-wasm = "0.1.1" serde.workspace = true serde_json.workspace = true schemars = { workspace = true, optional = true }