Update to OPA v0.64.0 (#219)

Implement json.marshal_with_options builtin

closes #215, closes #218

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-04-26 04:52:11 -07:00
committed by GitHub
parent 3743f32edc
commit 55abbb2b42
4 changed files with 92 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use serde::{Deserialize, Serialize};
use walkdir::WalkDir;
const OPA_REPO: &str = "https://github.com/open-policy-agent/opa";
const OPA_BRANCH: &str = "v0.63.0";
const OPA_BRANCH: &str = "v0.64.0";
#[derive(Serialize, Deserialize, PartialEq, Debug)]
#[serde(deny_unknown_fields)]