From 975f80158929646bc446ddf5f90fb9c2e3a1fde8 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Thu, 12 Sep 2024 09:16:50 +0300 Subject: [PATCH] chore(deps): manual version bumps for deps dependabot missed Signed-off-by: Mikko Ylinen --- src/enclave-agent/Cargo.lock | 68 ++++++++++++++++++------------------ src/enclave-agent/Cargo.toml | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/enclave-agent/Cargo.lock b/src/enclave-agent/Cargo.lock index a4bb4f4f..a82f2167 100644 --- a/src/enclave-agent/Cargo.lock +++ b/src/enclave-agent/Cargo.lock @@ -292,7 +292,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", "syn 1.0.109", ] @@ -937,16 +937,15 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.2" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "digest", "fiat-crypto", - "platforms", "rustc_version", "subtle", "zeroize", @@ -2246,7 +2245,7 @@ dependencies = [ [[package]] name = "kata-sys-util" version = "0.1.0" -source = "git+https://github.com/kata-containers/kata-containers?tag=3.7.0#6aff5f300a9823394d45054f3225446836928446" +source = "git+https://github.com/kata-containers/kata-containers?tag=3.8.0#09a13da8ece6f5c1f80703e9331d986a5994178d" dependencies = [ "anyhow", "byteorder", @@ -2259,9 +2258,10 @@ dependencies = [ "lazy_static", "libc", "nix 0.24.3", - "oci", + "oci-spec", "once_cell", "rand", + "runtime-spec", "safe-path", "serde", "serde_json", @@ -2274,7 +2274,7 @@ dependencies = [ [[package]] name = "kata-types" version = "0.1.0" -source = "git+https://github.com/kata-containers/kata-containers?tag=3.7.0#6aff5f300a9823394d45054f3225446836928446" +source = "git+https://github.com/kata-containers/kata-containers?tag=3.8.0#09a13da8ece6f5c1f80703e9331d986a5994178d" dependencies = [ "anyhow", "base64 0.13.1", @@ -2283,7 +2283,7 @@ dependencies = [ "glob", "lazy_static", "num_cpus", - "oci", + "oci-spec", "regex", "safe-path", "serde", @@ -2848,17 +2848,6 @@ dependencies = [ "sgx_types", ] -[[package]] -name = "oci" -version = "0.1.0" -source = "git+https://github.com/kata-containers/kata-containers?tag=3.7.0#6aff5f300a9823394d45054f3225446836928446" -dependencies = [ - "libc", - "serde", - "serde_derive", - "serde_json", -] - [[package]] name = "oci-client" version = "0.12.1" @@ -2977,9 +2966,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -3018,9 +3007,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.100" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae94056a791d0e1217d18b6cbdccb02c61e3054fc69893607f4067e3bb0b1fd1" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", @@ -3247,12 +3236,6 @@ version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" -[[package]] -name = "platforms" -version = "3.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" - [[package]] name = "poly1305" version = "0.8.0" @@ -3487,7 +3470,7 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash", + "rustc-hash 1.1.0", "rustls", "thiserror", "tokio", @@ -3496,14 +3479,14 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.3" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe" +checksum = "ea0a9b3a42929fad8a7c3de7f86ce0814cfa893328157672680e9fb1145549c5" dependencies = [ "bytes 1.5.0", "rand", "ring", - "rustc-hash", + "rustc-hash 2.0.0", "rustls", "slab", "thiserror", @@ -3841,6 +3824,17 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "runtime-spec" +version = "0.1.0" +source = "git+https://github.com/kata-containers/kata-containers?tag=3.8.0#09a13da8ece6f5c1f80703e9331d986a5994178d" +dependencies = [ + "libc", + "serde", + "serde_derive", + "serde_json", +] + [[package]] name = "rust_decimal" version = "1.35.0" @@ -3869,6 +3863,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" + [[package]] name = "rustc_version" version = "0.4.0" @@ -3953,7 +3953,7 @@ checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" [[package]] name = "safe-path" version = "0.1.0" -source = "git+https://github.com/kata-containers/kata-containers?tag=3.7.0#6aff5f300a9823394d45054f3225446836928446" +source = "git+https://github.com/kata-containers/kata-containers?tag=3.8.0#09a13da8ece6f5c1f80703e9331d986a5994178d" dependencies = [ "libc", ] diff --git a/src/enclave-agent/Cargo.toml b/src/enclave-agent/Cargo.toml index 8bbf857d..4f074b04 100644 --- a/src/enclave-agent/Cargo.toml +++ b/src/enclave-agent/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.5.13", features = ["derive"] } env_logger = "0.11.5" image-rs = { git = "https://github.com/confidential-containers/guest-components.git", default-features = false, rev = "v0.10.0" } -kata-sys-util = { git = "https://github.com/kata-containers/kata-containers", tag = "3.7.0" } +kata-sys-util = { git = "https://github.com/kata-containers/kata-containers", tag = "3.8.0" } log = "0.4.22" protocols = { path = "../libs/protocols" } serde = "1.0.210"