1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Compile and check OPA policies in CI

This commit is contained in:
Quentin Gliech
2022-06-02 14:09:06 +02:00
parent 071055ad18
commit 88c2625dc0
2 changed files with 62 additions and 7 deletions

View File

@ -6,10 +6,10 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
anyhow = "1.0.31"
anyhow = "1.0.57"
opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" }
serde = { version = "1.0.31", features = ["derive"] }
serde_json = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["io-util", "rt"] }
tracing = "0.1.34"