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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-07 15:54:48 +00:00
committed by Quentin Gliech
parent f6b08e789e
commit df6f67f0ea
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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