diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index f7e94eaa6f..8a6b8d14ef 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -3723,8 +3723,9 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "regorus" -version = "0.1.3" -source = "git+https://github.com/microsoft/regorus?rev=316f3a76#316f3a7692fe7dbb9e71890174d549de3da939f8" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac45cc36ed8e6188529f44deff00c078d9cd0e6cdc831c4dde96c9d6eeb3a46c" dependencies = [ "anyhow", "itertools 0.12.1", diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index 0445f30e61..27e7fd5a19 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -85,7 +85,7 @@ image-rs = { git = "https://github.com/confidential-containers/guest-components" openssl = { version = "0.10.54", features = ["vendored"], optional = true } # Agent Policy -regorus = { git = "https://github.com/microsoft/regorus", rev = "316f3a76", default-features = false, features = ["arc", "regex"], optional = true } +regorus = { version = "0.1.4", default-features = false, features = ["arc", "regex"], optional = true } [dev-dependencies] tempfile = "3.1.0"