diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index 33ab7beb1d..df7bbcfb24 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "image-rs" version = "0.1.0" -source = "git+https://github.com/confidential-containers/guest-components?rev=e9944577d1f61060c51d48890359a5467d519a29#e9944577d1f61060c51d48890359a5467d519a29" +source = "git+https://github.com/confidential-containers/guest-components?rev=b01062b8a9eef0a5e7cc83eeb36f818991826fb4#b01062b8a9eef0a5e7cc83eeb36f818991826fb4" dependencies = [ "anyhow", "async-compression", @@ -2920,7 +2920,7 @@ dependencies = [ [[package]] name = "ocicrypt-rs" version = "0.1.0" -source = "git+https://github.com/confidential-containers/guest-components?rev=e9944577d1f61060c51d48890359a5467d519a29#e9944577d1f61060c51d48890359a5467d519a29" +source = "git+https://github.com/confidential-containers/guest-components?rev=b01062b8a9eef0a5e7cc83eeb36f818991826fb4#b01062b8a9eef0a5e7cc83eeb36f818991826fb4" dependencies = [ "aes 0.8.3", "anyhow", diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index f7a273d09b..e9378393cf 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -74,8 +74,9 @@ clap = { version = "3.0.1", features = ["derive"] } openssl = { version = "0.10.38", features = ["vendored"] } # Image pull/decrypt -image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "e9944577d1f61060c51d48890359a5467d519a29", default-features = false, features = [ - "kata-cc-native-tls", "verity", +image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "b01062b8a9eef0a5e7cc83eeb36f818991826fb4", default-features = false, features = [ + "kata-cc-native-tls", + "verity", ] } [patch.crates-io]