mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
agent: bump image-rs version
- Bump image-rs to stay aligned with guest-components version Fixes: #7947 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
560e21d8e3
commit
0ffc9c02a2
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@ -2015,7 +2015,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "image-rs"
|
name = "image-rs"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-compression",
|
"async-compression",
|
||||||
@ -2920,7 +2920,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ocicrypt-rs"
|
name = "ocicrypt-rs"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"aes 0.8.3",
|
"aes 0.8.3",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -74,8 +74,9 @@ clap = { version = "3.0.1", features = ["derive"] }
|
|||||||
openssl = { version = "0.10.38", features = ["vendored"] }
|
openssl = { version = "0.10.38", features = ["vendored"] }
|
||||||
|
|
||||||
# Image pull/decrypt
|
# Image pull/decrypt
|
||||||
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "e9944577d1f61060c51d48890359a5467d519a29", default-features = false, features = [
|
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "b01062b8a9eef0a5e7cc83eeb36f818991826fb4", default-features = false, features = [
|
||||||
"kata-cc-native-tls", "verity",
|
"kata-cc-native-tls",
|
||||||
|
"verity",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
|
Loading…
Reference in New Issue
Block a user