Skip to content

Commit

Permalink
enclave-agent: update image-rs dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 authored and dcmiddle committed Jun 27, 2023
1 parent 1251ba5 commit d830246
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/enclave-agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/enclave-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = "2.33.3"
# logger module
env_logger = "0.10.0"

image-rs = { git = "https://github.com/confidential-containers/image-rs.git", default-features = false, tag = "v0.6.0" }
image-rs = { git = "https://github.com/confidential-containers/guest-components.git", default-features = false, rev = "a08393d" }
kata-sys-util = { git = "https://github.com/kata-containers/kata-containers", rev = "4b57c04c3379d6adc7f440d156f0e4c42ac157df" }
log = "0.4.11"
protocols = { path = "../libs/protocols" }
Expand Down

0 comments on commit d830246

Please sign in to comment.