1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2026-01-03 17:02:28 +03:00

Bump opa-wasm from 1930d78 to 770075c

Bumps [opa-wasm](https://github.com/matrix-org/rust-opa-wasm) from `1930d78` to `770075c`.
- [Release notes](https://github.com/matrix-org/rust-opa-wasm/releases)
- [Commits](1930d78b36...770075c883)

---
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-08-19 10:14:34 +00:00
committed by Quentin Gliech
parent 22b1406279
commit efb1cd5def

23
Cargo.lock generated
View File

@@ -2883,7 +2883,7 @@ checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "opa-wasm"
version = "0.1.0"
source = "git+https://github.com/matrix-org/rust-opa-wasm.git#1930d78b36b33aa4714b7c3cb944035ea66fbb12"
source = "git+https://github.com/matrix-org/rust-opa-wasm.git#770075c88333599e0ac3e8aba539581c63c432a6"
dependencies = [
"anyhow",
"base64",
@@ -2892,9 +2892,12 @@ dependencies = [
"hmac",
"json-patch",
"md-5",
"parse-size",
"rand",
"semver",
"serde",
"serde_json",
"serde_yaml 0.9.9",
"sha1",
"sha2 0.10.2",
"sprintf",
@@ -3117,6 +3120,12 @@ dependencies = [
"syn",
]
[[package]]
name = "parse-size"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae"
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
@@ -3935,15 +3944,15 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.12"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
[[package]]
name = "serde"
version = "1.0.142"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e590c437916fb6b221e1d00df6e3294f3fccd70ca7e92541c475d6ed6ef5fee2"
checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
dependencies = [
"serde_derive",
]
@@ -3963,9 +3972,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.142"
version = "1.0.143"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34b5b8d809babe02f538c2cfec6f2c1ed10804c0e5a6a041a049a4f5588ccc2e"
checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
dependencies = [
"proc-macro2",
"quote",