Bump opa-wasm from b7d8ea2 to 24bb170

Bumps [opa-wasm](https://github.com/matrix-org/rust-opa-wasm) from `b7d8ea2` to `24bb170`.
- [Release notes](https://github.com/matrix-org/rust-opa-wasm/releases)
- [Commits](b7d8ea2a94...24bb1700ed)

---
updated-dependencies:
- dependency-name: opa-wasm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-05 22:18:24 +00:00
committed by Quentin Gliech
parent dbd72d4a66
commit 487c4a3e85

10
Cargo.lock generated
View File

@@ -2736,9 +2736,9 @@ checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
[[package]]
name = "md-5"
version = "0.10.2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "274fd6bd98a3c75c9515d9393b063099f60f9b47f09ee20a34fd76287fd017f4"
checksum = "66b48670c893079d3c2ed79114e3644b7004df1c361a4e0ad52e2e6940d07c3d"
dependencies = [
"digest 0.10.3",
]
@@ -2937,7 +2937,7 @@ checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
[[package]]
name = "opa-wasm"
version = "0.1.0"
source = "git+https://github.com/matrix-org/rust-opa-wasm.git#b7d8ea2a94da1d7ae23b21e2777990040b13c257"
source = "git+https://github.com/matrix-org/rust-opa-wasm.git#24bb1700edc48b9bb77e778bef0e3c1f6a94f645"
dependencies = [
"anyhow",
"base64",
@@ -4212,9 +4212,9 @@ dependencies = [
[[package]]
name = "sha1"
version = "0.10.2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf2781a4ca844dd4f9b608a1791eea19830df0ad3cdd9988cd05f1c66ccb63a"
checksum = "006769ba83e921b3085caa8334186b00cf92b4cb1a6cf4632fbccc8eff5c7549"
dependencies = [
"cfg-if",
"cpufeatures",