From 7d661c5a9ab6de1256e0eabba294d3ae6f5d7fe0 Mon Sep 17 00:00:00 2001 From: peg Date: Tue, 18 Aug 2026 10:51:51 +0200 Subject: [PATCH] Bump crates from attested-tls repo following fix for counting disks --- Cargo.lock | 101 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 92 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a734169..e849e1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,6 +30,21 @@ dependencies = [ "memchr", ] +[[package]] +name = "alloc-no-stdlib" +version = "2.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" + +[[package]] +name = "alloc-stdlib" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" +dependencies = [ + "alloc-no-stdlib", +] + [[package]] name = "alloy-json-rpc" version = "1.6.3" @@ -557,12 +572,13 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "attest-measure" version = "0.0.1" -source = "git+https://github.com/easy-tee/attest.git?rev=a64f147362b8948e2288015e476c40d04b11b661#a64f147362b8948e2288015e476c40d04b11b661" +source = "git+https://github.com/easy-tee/attest.git?rev=8206cd19d9dcb1978d85a3d8dece06a3ee7a1206#8206cd19d9dcb1978d85a3d8dece06a3ee7a1206" dependencies = [ - "anyhow", "attest-types", "authenticode", "crc32fast", + "fatfs", + "flate2", "hex", "hex-literal", "object", @@ -572,6 +588,7 @@ dependencies = [ "serde_json", "serde_with", "sha2", + "tar", "thiserror 2.0.17", "ureq 3.3.0", "x509-parser", @@ -580,7 +597,7 @@ dependencies = [ [[package]] name = "attest-types" version = "0.0.1" -source = "git+https://github.com/easy-tee/attest.git?rev=a64f147362b8948e2288015e476c40d04b11b661#a64f147362b8948e2288015e476c40d04b11b661" +source = "git+https://github.com/easy-tee/attest.git?rev=8206cd19d9dcb1978d85a3d8dece06a3ee7a1206#8206cd19d9dcb1978d85a3d8dece06a3ee7a1206" dependencies = [ "parity-scale-codec", "serde", @@ -591,7 +608,7 @@ dependencies = [ [[package]] name = "attestation" version = "0.0.1" -source = "git+https://github.com/flashbots/attested-tls?branch=main#1f149ba756655f5c5cfe0186f53ccec587514d3f" +source = "git+https://github.com/flashbots/attested-tls?branch=main#bf8b99507d09d6ab79d675346bc604989b491ef9" dependencies = [ "anyhow", "attest-measure", @@ -1035,6 +1052,27 @@ dependencies = [ "syn 2.0.108", ] +[[package]] +name = "brotli" +version = "8.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", + "brotli-decompressor", +] + +[[package]] +name = "brotli-decompressor" +version = "5.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", +] + [[package]] name = "bs58" version = "0.5.1" @@ -1860,6 +1898,17 @@ dependencies = [ "bytes", ] +[[package]] +name = "fatfs" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05669f8e7e2d7badc545c513710f0eba09c2fbef683eb859fd79c46c355048e0" +dependencies = [ + "bitflags 1.3.2", + "byteorder", + "log", +] + [[package]] name = "ff" version = "0.13.1" @@ -1876,6 +1925,16 @@ version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" +[[package]] +name = "filetime" +version = "0.2.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" +dependencies = [ + "cfg-if", + "libc", +] + [[package]] name = "find-msvc-tools" version = "0.1.9" @@ -3011,7 +3070,7 @@ dependencies = [ [[package]] name = "mock-tdx" version = "0.0.1" -source = "git+https://github.com/flashbots/attested-tls?branch=main#1f149ba756655f5c5cfe0186f53ccec587514d3f" +source = "git+https://github.com/flashbots/attested-tls?branch=main#bf8b99507d09d6ab79d675346bc604989b491ef9" dependencies = [ "axum", "dcap-qvl", @@ -3423,12 +3482,13 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pccs" version = "0.0.1" -source = "git+https://github.com/flashbots/attested-tls?branch=main#1f149ba756655f5c5cfe0186f53ccec587514d3f" +source = "git+https://github.com/flashbots/attested-tls?branch=main#bf8b99507d09d6ab79d675346bc604989b491ef9" dependencies = [ "anyhow", "dcap-qvl", "hex", "reqwest 0.13.4", + "rustls", "serde", "serde_json", "thiserror 2.0.17", @@ -3704,7 +3764,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.108", @@ -4216,11 +4276,13 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.34" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "aws-lc-rs", + "brotli", + "brotli-decompressor", "log", "once_cell", "ring", @@ -4928,6 +4990,17 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +[[package]] +name = "tar" +version = "0.4.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" +dependencies = [ + "filetime", + "libc", + "xattr", +] + [[package]] name = "target-lexicon" version = "0.12.16" @@ -6213,6 +6286,16 @@ dependencies = [ "x509-ocsp", ] +[[package]] +name = "xattr" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" +dependencies = [ + "libc", + "rustix", +] + [[package]] name = "yasna" version = "0.4.0"