Merge pull request #6066 from fidencio/topic/CC-update-dependencies-for-release

CC | Update dependencies for the v0.3.0 release
This commit is contained in:
Fabiano Fidêncio 2023-01-13 10:06:02 +01:00 committed by GitHub
commit b91337afef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
src/agent/Cargo.lock generated
View File

@ -2158,7 +2158,7 @@ dependencies = [
[[package]]
name = "image-rs"
version = "0.1.0"
source = "git+https://github.com/confidential-containers/image-rs?rev=cf1f7f96eb60ec4cc4aaa671c04d574a4ea0e441#cf1f7f96eb60ec4cc4aaa671c04d574a4ea0e441"
source = "git+https://github.com/confidential-containers/image-rs?rev=v0.3.0#cf1f7f96eb60ec4cc4aaa671c04d574a4ea0e441"
dependencies = [
"anyhow",
"async-compression",

View File

@ -71,10 +71,10 @@ openssl = { version = "0.10.38", features = ["vendored"] }
# Image pull/decrypt
[target.'cfg(target_arch = "s390x")'.dependencies]
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "cf1f7f96eb60ec4cc4aaa671c04d574a4ea0e441", default-features = false, features = ["default_s390x"] }
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "v0.3.0", default-features = false, features = ["default_s390x"] }
[target.'cfg(not(target_arch = "s390x"))'.dependencies]
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "cf1f7f96eb60ec4cc4aaa671c04d574a4ea0e441", default-features = true }
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "v0.3.0", default-features = true }
[dev-dependencies]
tempfile = "3.1.0"

View File

@ -191,7 +191,7 @@ externals:
attestation-agent:
description: "Provide attested key unwrapping for image decryption"
url: "https://github.com/confidential-containers/attestation-agent"
version: "v0.2.0"
version: "v0.3.0"
cni-plugins:
description: "CNI network plugins"
@ -316,8 +316,8 @@ externals:
td-shim:
description: "Confidential Containers Shim Firmware"
url: "https://github.com/confidential-containers/td-shim"
version: "v0.2.0"
toolchain: "nightly-2022-05-15"
version: "v0.3.0"
toolchain: "nightly-2022-11-15"
virtiofsd:
description: "vhost-user virtio-fs device backend written in Rust"