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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-25 17:05:58 +00:00
committed by Quentin Gliech
parent 867deeeb7b
commit 060af9fb13
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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 }