mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 05:54:26 +01:00
agent: Update pinned verison of image-rs
Pick up a new verison of image-rs as the pinned version depended on a version of ocicrypt-rs that doesn't build anymore Fixes: #4867 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
411
src/agent/Cargo.lock
generated
411
src/agent/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user