From 3a1680f2c3a2838537ec4c793cadbef16b207578 Mon Sep 17 00:00:00 2001 From: hey-ewan Date: Thu, 10 Apr 2025 00:02:04 +0100 Subject: [PATCH] chore: bump tlsn v0.1.0-alpha.6 > v0.1.0-alpha.8 --- validation/Cargo.lock | 483 +++++++++++++++++------------------------- validation/Cargo.toml | 4 +- 2 files changed, 201 insertions(+), 286 deletions(-) diff --git a/validation/Cargo.lock b/validation/Cargo.lock index 28636d6..17648a4 100644 --- a/validation/Cargo.lock +++ b/validation/Cargo.lock @@ -23,17 +23,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" -[[package]] -name = "aes" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" -dependencies = [ - "cfg-if", - "cipher", - "cpufeatures", -] - [[package]] name = "ahash" version = "0.7.8" @@ -1788,15 +1777,6 @@ dependencies = [ "serde", ] -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - [[package]] name = "bit-set" version = "0.8.0" @@ -1950,7 +1930,7 @@ dependencies = [ "bs58", "bytes", "data-encoding", - "derive_builder 0.10.2", + "derive_builder", "derive_more 0.99.19", "ed25519-dalek", "futures", @@ -1987,26 +1967,6 @@ version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" -[[package]] -name = "bytemuck" -version = "1.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" -dependencies = [ - "bytemuck_derive", -] - -[[package]] -name = "bytemuck_derive" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", -] - [[package]] name = "byteorder" version = "1.5.0" @@ -2077,26 +2037,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "cipher" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "clmul" -version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/mpz?rev=9f7403b#9f7403be410839767701b1a6817274715d90ae55" -dependencies = [ - "bytemuck", - "cfg-if", - "cpufeatures", -] - [[package]] name = "cmake" version = "0.1.53" @@ -2201,25 +2141,6 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "crossbeam-deque" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "crossbeam-utils" version = "0.8.21" @@ -2283,18 +2204,8 @@ version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c" dependencies = [ - "darling_core 0.12.4", - "darling_macro 0.12.4", -] - -[[package]] -name = "darling" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" -dependencies = [ - "darling_core 0.14.4", - "darling_macro 0.14.4", + "darling_core", + "darling_macro", ] [[package]] @@ -2311,38 +2222,13 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "darling_core" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 1.0.109", -] - [[package]] name = "darling_macro" version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a" dependencies = [ - "darling_core 0.12.4", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "darling_macro" -version = "0.14.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" -dependencies = [ - "darling_core 0.14.4", + "darling_core", "quote", "syn 1.0.109", ] @@ -2406,16 +2292,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30" dependencies = [ - "derive_builder_macro 0.10.2", -] - -[[package]] -name = "derive_builder" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" -dependencies = [ - "derive_builder_macro 0.11.2", + "derive_builder_macro", ] [[package]] @@ -2424,19 +2301,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5" dependencies = [ - "darling 0.12.4", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder_core" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" -dependencies = [ - "darling 0.14.4", + "darling", "proc-macro2", "quote", "syn 1.0.109", @@ -2448,17 +2313,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73" dependencies = [ - "derive_builder_core 0.10.2", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder_macro" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" -dependencies = [ - "derive_builder_core 0.11.2", + "derive_builder_core", "syn 1.0.109", ] @@ -2523,6 +2378,27 @@ dependencies = [ "subtle", ] +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + [[package]] name = "displaydoc" version = "0.2.5" @@ -2605,7 +2481,7 @@ dependencies = [ [[package]] name = "eigenda" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "base64 0.13.1", "hex", @@ -2714,11 +2590,13 @@ dependencies = [ [[package]] name = "execution" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "alloy 0.9.2", + "alloy-primitives", "axum 0.7.9", "chrono", + "dotenv", "eigenda", "eyre", "irys", @@ -2730,6 +2608,8 @@ dependencies = [ "thiserror 2.0.11", "tlsn-core", "tokio", + "utoipa", + "utoipa-swagger-ui", "verifier", ] @@ -3009,10 +2889,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "wasm-bindgen", ] [[package]] @@ -3673,15 +3551,6 @@ dependencies = [ "cfb", ] -[[package]] -name = "inout" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" -dependencies = [ - "generic-array", -] - [[package]] name = "interprocess" version = "2.2.2" @@ -3706,7 +3575,7 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "irys" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "bundlr-sdk", "reqwest 0.11.27", @@ -3805,6 +3674,7 @@ dependencies = [ "elliptic-curve", "once_cell", "sha2 0.10.8", + "signature 2.2.0", ] [[package]] @@ -4052,78 +3922,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "mpz-circuits" -version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/mpz?rev=9f7403b#9f7403be410839767701b1a6817274715d90ae55" -dependencies = [ - "bincode", - "itybity", - "mpz-circuits-macros", - "once_cell", - "rand 0.8.5", - "regex", - "serde", - "serde_arrays", - "sha2 0.10.8", - "thiserror 1.0.69", -] - -[[package]] -name = "mpz-circuits-macros" -version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/mpz?rev=9f7403b#9f7403be410839767701b1a6817274715d90ae55" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "mpz-core" -version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/mpz?rev=9f7403b#9f7403be410839767701b1a6817274715d90ae55" -dependencies = [ - "aes", - "bcs", - "blake3", - "bytemuck", - "cfg-if", - "cipher", - "clmul", - "generic-array", - "itybity", - "once_cell", - "opaque-debug", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "rayon", - "serde", - "thiserror 1.0.69", -] - -[[package]] -name = "mpz-garble-core" -version = "0.1.0" -source = "git+https://github.com/privacy-scaling-explorations/mpz?rev=9f7403b#9f7403be410839767701b1a6817274715d90ae55" -dependencies = [ - "aes", - "blake3", - "cipher", - "derive_builder 0.11.2", - "itybity", - "mpz-circuits", - "mpz-core", - "once_cell", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "serde", - "serde_arrays", - "thiserror 1.0.69", -] - [[package]] name = "multimap" version = "0.8.3" @@ -4374,10 +4172,16 @@ dependencies = [ "vcpkg", ] +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + [[package]] name = "othentic" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "alloy 0.9.2", "alloy-signer 0.8.3", @@ -4555,7 +4359,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pinata" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "dotenvy", "reqwest 0.11.27", @@ -4976,26 +4780,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "rayon" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" -dependencies = [ - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" -dependencies = [ - "crossbeam-deque", - "crossbeam-utils", -] - [[package]] name = "recvmsg" version = "1.0.0" @@ -5011,6 +4795,17 @@ dependencies = [ "bitflags 2.8.0", ] +[[package]] +name = "redox_users" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +dependencies = [ + "getrandom 0.2.15", + "libredox", + "thiserror 1.0.69", +] + [[package]] name = "regex" version = "1.11.1" @@ -5049,7 +4844,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "registrar" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "alloy 0.11.0", "dotenvy", @@ -5210,9 +5005,9 @@ dependencies = [ [[package]] name = "rs_merkle" version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b241d2e59b74ef9e98d94c78c47623d04c8392abaf82014dfd372a16041128f" +source = "git+https://github.com/tlsnotary/rs-merkle.git?rev=85f3e82#85f3e827451e18c21f110068b4322fb99d2f0a8c" dependencies = [ + "serde", "sha2 0.10.8", ] @@ -5266,6 +5061,41 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" +[[package]] +name = "rust-embed" +version = "8.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b3aba5104622db5c9fc61098de54708feb732e7763d7faa2fa625899f00bf6f" +dependencies = [ + "rust-embed-impl", + "rust-embed-utils", + "walkdir", +] + +[[package]] +name = "rust-embed-impl" +version = "8.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f198c73be048d2c5aa8e12f7960ad08443e56fd39cc26336719fdb4ea0ebaae" +dependencies = [ + "proc-macro2", + "quote", + "rust-embed-utils", + "shellexpand", + "syn 2.0.98", + "walkdir", +] + +[[package]] +name = "rust-embed-utils" +version = "8.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a2fcdc9f40c8dc2922842ca9add611ad19f332227fc651d015881ad1552bd9a" +dependencies = [ + "sha2 0.10.8", + "walkdir", +] + [[package]] name = "rustc-demangle" version = "0.1.24" @@ -5434,6 +5264,15 @@ version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + [[package]] name = "schannel" version = "0.1.27" @@ -5594,15 +5433,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "serde_arrays" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38636132857f68ec3d5f3eb121166d2af33cb55174c4d5ff645db6165cbef0fd" -dependencies = [ - "serde", -] - [[package]] name = "serde_derive" version = "1.0.217" @@ -5713,6 +5543,15 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "shellexpand" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" +dependencies = [ + "dirs", +] + [[package]] name = "shlex" version = "1.3.0" @@ -6141,21 +5980,24 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tlsn-core" -version = "0.1.0-alpha.5" -source = "git+https://github.com/tlsnotary/tlsn.git?tag=v0.1.0-alpha.5#68b9474015b817255c226fec38e80addd16191d1" +version = "0.1.0-alpha.8" +source = "git+https://github.com/tlsnotary/tlsn.git?tag=v0.1.0-alpha.8#d8747d49e304fa7a39a682c4a78745fb325efd6c" dependencies = [ + "bcs", "bimap", - "bytes", - "getrandom 0.2.15", - "mpz-circuits", - "mpz-core", - "mpz-garble-core", + "blake3", + "itybity", + "k256", "opaque-debug", "p256", - "ring 0.17.8", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", "rs_merkle", "serde", + "sha2 0.10.8", "thiserror 1.0.69", + "tiny-keccak", "tlsn-tls-core", "tlsn-utils", "web-time", @@ -6164,8 +6006,8 @@ dependencies = [ [[package]] name = "tlsn-tls-core" -version = "0.1.0-alpha.5" -source = "git+https://github.com/tlsnotary/tlsn.git?tag=v0.1.0-alpha.5#68b9474015b817255c226fec38e80addd16191d1" +version = "0.1.0-alpha.8" +source = "git+https://github.com/tlsnotary/tlsn.git?tag=v0.1.0-alpha.8#d8747d49e304fa7a39a682c4a78745fb325efd6c" dependencies = [ "futures", "hmac", @@ -6184,7 +6026,7 @@ dependencies = [ [[package]] name = "tlsn-utils" version = "0.1.0" -source = "git+https://github.com/tlsnotary/tlsn-utils?rev=51f313d#51f313d153f1b878e583e709d66a4661b40c2b6c" +source = "git+https://github.com/tlsnotary/tlsn-utils?rev=425614e#425614e45783946d1636ff629ffade549e4e1426" dependencies = [ "serde", ] @@ -6702,6 +6544,47 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" +[[package]] +name = "utoipa" +version = "4.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" +dependencies = [ + "indexmap 2.7.1", + "serde", + "serde_json", + "utoipa-gen", +] + +[[package]] +name = "utoipa-gen" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c24e8ab68ff9ee746aad22d39b5535601e6416d1b0feeabf78be986a5c4392" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "regex", + "syn 2.0.98", +] + +[[package]] +name = "utoipa-swagger-ui" +version = "5.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f839caa8e09dddc3ff1c3112a91ef7da0601075ba5025d9f33ae99c4cb9b6e51" +dependencies = [ + "axum 0.7.9", + "mime_guess", + "regex", + "rust-embed", + "serde", + "serde_json", + "utoipa", + "zip", +] + [[package]] name = "uuid" version = "0.8.2" @@ -6796,10 +6679,11 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "verifier" version = "0.1.0" -source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#da21d218e42ff67f11a6164e33aabea4c3684a09" +source = "git+https://github.com/0xZeroLabs/the-forge?branch=main#d5e1f6ec02eeda38ad7dd842280c1a0e3d555968" dependencies = [ "chrono", "elliptic-curve", + "hex", "p256", "serde", "serde_json", @@ -6821,6 +6705,16 @@ dependencies = [ "libc", ] +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + [[package]] name = "want" version = "0.3.1" @@ -7046,6 +6940,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +[[package]] +name = "winapi-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" +dependencies = [ + "windows-sys 0.59.0", +] + [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" @@ -7455,3 +7358,15 @@ dependencies = [ "quote", "syn 2.0.98", ] + +[[package]] +name = "zip" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" +dependencies = [ + "byteorder", + "crc32fast", + "crossbeam-utils", + "flate2", +] diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 7789e42..b54468b 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -9,7 +9,7 @@ version = "0.1.0" edition = "2021" [workspace.dependencies] -tlsn-core = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.5", package = "tlsn-core" } +tlsn-core = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.8", package = "tlsn-core" } elliptic-curve = {version = "0.13.5", features = ["pkcs8"]} p256 = { version = "0.13", features = ["pem", "ecdsa"] } chrono = "0.4" @@ -26,7 +26,7 @@ tokio = { version = "1.37.0", features = ["full"] } execution = { git = "https://github.com/0xZeroLabs/the-forge", package = "execution", branch = "main" } eigenda = { git = "https://github.com/0xZeroLabs/the-forge", package = "eigenda", branch = "main" } verifier = { git = "https://github.com/0xZeroLabs/the-forge", package = "verifier", branch = "main" } -tlsn-core = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.5", package = "tlsn-core" } +tlsn-core = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.8", package = "tlsn-core" } registrar = { git = "https://github.com/0xZeroLabs/the-forge", package = "registrar", branch = "main" } alloy-primitives = "0.8" reqwest = { version = "0.11", features = ["json"] }