agent: use regorus 0.1.4

Use regorus 0.1.4 from crates.io, instead of its source code
repository.

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
Dan Mihai
2024-04-22 23:21:17 +00:00
parent ed6412b63c
commit 5d31eb4847
2 changed files with 4 additions and 3 deletions

5
src/agent/Cargo.lock generated
View File

@@ -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",

View File

@@ -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"