Merge pull request #4868 from stevenhorsman/bump-image-rs

agent: Update pinned verison of image-rs
This commit is contained in:
Steve Horsman
2022-08-11 10:52:50 +01:00
committed by GitHub
2 changed files with 203 additions and 210 deletions

411
src/agent/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -65,7 +65,7 @@ toml = "0.5.8"
clap = { version = "3.0.1", features = ["derive"] }
# Image pull/decrypt
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "ec5f7c53f1860e64c883828ec4c84b03d9b7d123" }
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "00cd5661d8a8c9fb11d96d3f46d3ef14009c6c5f" }
# "vendored" feature for openssl is required by musl build
openssl = { version = "0.10.38", features = ["vendored"] }