From 1a323dc6521fa0d19157518ec935d2b7631eed99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:18:08 +0000 Subject: [PATCH] Bump hotshot-testing from rc-0.5.64 to rc-0.5.67 Bumps [hotshot-testing](https://github.com/EspressoSystems/hotshot) from rc-0.5.64 to rc-0.5.67. - [Release notes](https://github.com/EspressoSystems/hotshot/releases) - [Changelog](https://github.com/EspressoSystems/HotShot/blob/main/CHANGELOG.md) - [Commits](https://github.com/EspressoSystems/hotshot/compare/8a84c2760bb91495be387c8ecbcf8ae400457807...ba87d320ea984f22d11fca043c1f3bae53f36d8e) --- updated-dependencies: - dependency-name: hotshot-testing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 449 ++++++++++++++++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 395 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff575b48af..fe726808ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1307,15 +1307,15 @@ dependencies = [ "espresso-types", "ethers", "futures", - "hotshot", - "hotshot-builder-api", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-builder-api 0.1.7 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-builder-core", "hotshot-events-service", - "hotshot-example-types", - "hotshot-orchestrator", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-stake-table", "hotshot-state-prover", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "jf-merkle-tree", "jf-signature", "libp2p", @@ -2565,7 +2565,7 @@ dependencies = [ "hotshot-contract-adapter", "hotshot-stake-table", "hotshot-state-prover", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "itertools 0.12.1", "jf-pcs", "jf-plonk", @@ -2931,11 +2931,11 @@ dependencies = [ "ethers", "fluent-asserter", "futures", - "hotshot", - "hotshot-orchestrator", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-query-service", - "hotshot-testing", - "hotshot-types", + "hotshot-testing 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "itertools 0.12.1", "jf-merkle-tree", "jf-utils", @@ -4081,13 +4081,59 @@ dependencies = [ "either", "ethereum-types", "futures", - "hotshot-orchestrator", - "hotshot-task", - "hotshot-task-impls", - "hotshot-types", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task-impls 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "jf-signature", "libp2p-identity", - "libp2p-networking", + "libp2p-networking 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "lru 0.12.3", + "num_enum", + "portpicker", + "rand 0.8.5", + "serde", + "sha2 0.10.8", + "snafu 0.8.4", + "surf-disco", + "time 0.3.36", + "tokio", + "tracing", + "vbs", +] + +[[package]] +name = "hotshot" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-broadcast", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "async-trait", + "bimap", + "bincode", + "blake3", + "cdn-broker 0.4.0 (git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4)", + "cdn-client", + "cdn-marshal 0.4.0 (git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4)", + "chrono", + "committable", + "custom_debug 0.5.1", + "dashmap", + "derive_more", + "either", + "ethereum-types", + "futures", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task-impls 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "jf-signature", + "libp2p-identity", + "libp2p-networking 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "lru 0.12.3", "num_enum", "portpicker", @@ -4112,7 +4158,26 @@ dependencies = [ "committable", "derive_more", "futures", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "serde", + "snafu 0.8.4", + "tagged-base64", + "tide-disco", + "toml", + "vbs", +] + +[[package]] +name = "hotshot-builder-api" +version = "0.1.7" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "async-trait", + "clap", + "committable", + "derive_more", + "futures", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "serde", "snafu 0.8.4", "tagged-base64", @@ -4136,10 +4201,10 @@ dependencies = [ "committable", "derivative", "futures", - "hotshot", - "hotshot-builder-api", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-builder-api 0.1.7 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-events-service", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "serde", "sha2 0.10.8", "snafu 0.8.4", @@ -4166,7 +4231,7 @@ dependencies = [ "contract-bindings", "diff-test-bn254", "ethers", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "jf-pcs", "jf-plonk", "jf-utils", @@ -4189,7 +4254,7 @@ dependencies = [ "derive_more", "either", "futures", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "rand 0.8.5", "serde", "snafu 0.8.4", @@ -4216,10 +4281,43 @@ dependencies = [ "either", "ethereum-types", "futures", - "hotshot", - "hotshot-task", - "hotshot-task-impls", - "hotshot-types", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task-impls 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "rand 0.8.5", + "reqwest 0.12.5", + "serde", + "sha2 0.10.8", + "sha3", + "snafu 0.8.4", + "time 0.3.36", + "tokio", + "tracing", + "url", + "vbs", +] + +[[package]] +name = "hotshot-example-types" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-broadcast", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "async-trait", + "bitvec", + "committable", + "either", + "ethereum-types", + "futures", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task-impls 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "rand 0.8.5", "reqwest 0.12.5", "serde", @@ -4242,8 +4340,27 @@ dependencies = [ "async-lock 2.8.0", "async-trait", "futures", - "hotshot-example-types", - "hotshot-types", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "rand 0.8.5", + "serde", + "tide-disco", + "toml", + "tracing", + "vbs", +] + +[[package]] +name = "hotshot-fakeapi" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-lock 2.8.0", + "async-trait", + "futures", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "rand 0.8.5", "serde", "tide-disco", @@ -4263,6 +4380,17 @@ dependencies = [ "syn 2.0.70", ] +[[package]] +name = "hotshot-macros" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "derive_builder", + "proc-macro2", + "quote", + "syn 2.0.70", +] + [[package]] name = "hotshot-orchestrator" version = "0.5.63" @@ -4277,7 +4405,37 @@ dependencies = [ "clap", "csv", "futures", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "libp2p", + "multiaddr", + "serde", + "serde-inline-default", + "serde_json", + "surf-disco", + "thiserror", + "tide-disco", + "tokio", + "toml", + "tracing", + "vbs", + "vec1", +] + +[[package]] +name = "hotshot-orchestrator" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "bincode", + "blake3", + "clap", + "csv", + "futures", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "libp2p", "multiaddr", "serde", @@ -4315,10 +4473,10 @@ dependencies = [ "either", "espresso-macros", "futures", - "hotshot", - "hotshot-example-types", - "hotshot-testing", - "hotshot-types", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-testing 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "include_dir", "itertools 0.12.1", "jf-merkle-tree", @@ -4361,7 +4519,7 @@ dependencies = [ "ark-std", "digest 0.10.7", "ethereum-types", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "jf-crhf", "jf-rescue", "jf-signature", @@ -4395,9 +4553,9 @@ dependencies = [ "ethers", "futures", "hotshot-contract-adapter", - "hotshot-orchestrator", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-stake-table", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "itertools 0.12.1", "jf-crhf", "jf-pcs", @@ -4436,6 +4594,21 @@ dependencies = [ "tracing", ] +[[package]] +name = "hotshot-task" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-broadcast", + "async-compatibility-layer", + "async-std", + "async-trait", + "futures", + "tokio", + "tracing", +] + [[package]] name = "hotshot-task-impls" version = "0.5.63" @@ -4454,9 +4627,45 @@ dependencies = [ "committable", "either", "futures", - "hotshot-builder-api", - "hotshot-task", - "hotshot-types", + "hotshot-builder-api 0.1.7 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "jf-signature", + "jf-vid", + "rand 0.8.5", + "serde", + "sha2 0.10.8", + "snafu 0.8.4", + "surf-disco", + "tagged-base64", + "time 0.3.36", + "tokio", + "tracing", + "vbs", + "vec1", +] + +[[package]] +name = "hotshot-task-impls" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-broadcast", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "async-trait", + "bincode", + "bitvec", + "cdn-proto 0.4.0 (git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4)", + "chrono", + "committable", + "either", + "futures", + "hotshot-builder-api 0.1.7 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "jf-signature", "jf-vid", "rand 0.8.5", @@ -4489,15 +4698,60 @@ dependencies = [ "either", "ethereum-types", "futures", - "hotshot", - "hotshot-builder-api", - "hotshot-example-types", - "hotshot-fakeapi", - "hotshot-macros", - "hotshot-orchestrator", - "hotshot-task", - "hotshot-task-impls", - "hotshot-types", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-builder-api 0.1.7 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-fakeapi 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-macros 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-task-impls 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "jf-signature", + "jf-vid", + "lru 0.12.3", + "portpicker", + "rand 0.8.5", + "reqwest 0.12.5", + "serde", + "sha2 0.10.8", + "sha3", + "snafu 0.8.4", + "tagged-base64", + "tide-disco", + "tokio", + "tracing", + "url", + "vbs", + "vec1", +] + +[[package]] +name = "hotshot-testing" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-broadcast", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "async-trait", + "automod", + "bitvec", + "committable", + "either", + "ethereum-types", + "futures", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-builder-api 0.1.7 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-fakeapi 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-macros 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-task-impls 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "jf-signature", "jf-vid", "lru 0.12.3", @@ -4569,6 +4823,59 @@ dependencies = [ "vec1", ] +[[package]] +name = "hotshot-types" +version = "0.1.11" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "ark-bn254", + "ark-ed-on-bn254", + "ark-ff", + "ark-serialize", + "ark-srs", + "ark-std", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "async-trait", + "bincode", + "bitvec", + "blake3", + "cdn-proto 0.4.0 (git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4)", + "committable", + "custom_debug 0.5.1", + "derivative", + "digest 0.10.7", + "displaydoc", + "dyn-clone 1.0.17 (git+https://github.com/dtolnay/dyn-clone?tag=1.0.17)", + "either", + "espresso-systems-common 0.4.1", + "ethereum-types", + "futures", + "generic-array", + "jf-pcs", + "jf-signature", + "jf-utils", + "jf-vid", + "lazy_static", + "memoize", + "rand 0.8.5", + "rand_chacha 0.3.1", + "reqwest 0.12.5", + "serde", + "sha2 0.10.8", + "snafu 0.8.4", + "tagged-base64", + "time 0.3.36", + "tokio", + "tracing", + "typenum", + "url", + "vbs", + "vec1", +] + [[package]] name = "http" version = "0.2.12" @@ -5778,7 +6085,39 @@ dependencies = [ "derive_builder", "either", "futures", - "hotshot-types", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "lazy_static", + "libp2p", + "libp2p-identity", + "libp2p-swarm-derive", + "rand 0.8.5", + "serde", + "serde_bytes", + "serde_json", + "snafu 0.8.4", + "tokio", + "tokio-stream", + "tracing", + "void", +] + +[[package]] +name = "libp2p-networking" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +dependencies = [ + "anyhow", + "async-compatibility-layer", + "async-lock 2.8.0", + "async-std", + "async-trait", + "bincode", + "blake3", + "custom_debug 0.5.1", + "derive_builder", + "either", + "futures", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", "lazy_static", "libp2p", "libp2p-identity", @@ -7321,7 +7660,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.70", @@ -8414,17 +8753,17 @@ dependencies = [ "ethers-contract-derive", "fluent-asserter", "futures", - "hotshot", + "hotshot 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-contract-adapter", "hotshot-events-service", - "hotshot-example-types", - "hotshot-orchestrator", + "hotshot-example-types 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-orchestrator 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "hotshot-query-service", "hotshot-stake-table", "hotshot-state-prover", - "hotshot-task", - "hotshot-testing", - "hotshot-types", + "hotshot-task 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", + "hotshot-testing 0.5.63 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.67)", + "hotshot-types 0.1.11 (git+https://github.com/EspressoSystems/hotshot?tag=rc-0.5.64)", "include_dir", "itertools 0.12.1", "jf-crhf", diff --git a/Cargo.toml b/Cargo.toml index 98296abaaf..13a0bbd2f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-quer hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.64" } hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" } hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.64" } -hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.64" } +hotshot-testing = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.67" } hotshot-types = { git = "https://github.com/EspressoSystems/hotshot", tag = "rc-0.5.64" } hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" } # Temporary, used to pull in the mock auction results provider