Bump to OPA v0.62.0 (#169)

No code changes seem to be needed

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2024-03-01 09:24:14 -08:00
committed by GitHub
parent fbfed6b49c
commit 976c04be8a
2 changed files with 2 additions and 2 deletions

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.61.0";
const OPA_BRANCH: &str = "v0.62.0";
#[derive(Serialize, Deserialize, PartialEq, Debug)]
#[serde(deny_unknown_fields)]