From 85b44638c8dd6f8dd69b6e0c42c3c010d623f9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:16:05 +0000 Subject: [PATCH] Bump the marketplace group with 2 updates Bumps the marketplace group with 2 updates: [marketplace-builder-core](https://github.com/EspressoSystems/marketplace-builder-core) and [marketplace-builder-shared](https://github.com/EspressoSystems/marketplace-builder-core). Updates `marketplace-builder-core` from 0.1.57 to 0.1.58 - [Release notes](https://github.com/EspressoSystems/marketplace-builder-core/releases) - [Commits](https://github.com/EspressoSystems/marketplace-builder-core/compare/cf9d2cbf154809a31bcf2dccc1218ee9c6875f1e...7df48a9099241c92f4946dd13a9f86d90fb23768) Updates `marketplace-builder-shared` from `cf9d2cb` to `7df48a9` - [Release notes](https://github.com/EspressoSystems/marketplace-builder-core/releases) - [Commits](https://github.com/EspressoSystems/marketplace-builder-core/compare/cf9d2cbf154809a31bcf2dccc1218ee9c6875f1e...7df48a9099241c92f4946dd13a9f86d90fb23768) --- updated-dependencies: - dependency-name: marketplace-builder-core dependency-type: direct:production dependency-group: marketplace - dependency-name: marketplace-builder-shared dependency-type: direct:production dependency-group: marketplace ... Signed-off-by: dependabot[bot] --- Cargo.lock | 76 +++++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 65 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 315c0f751b..a599bc53b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -116,6 +116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -1271,7 +1272,7 @@ dependencies = [ "hotshot-state-prover", "hotshot-types", "jf-signature 0.2.0", - "marketplace-builder-shared", + "marketplace-builder-shared 0.1.57", "portpicker", "rand 0.8.5", "sequencer", @@ -4068,7 +4069,7 @@ dependencies = [ "hotshot-builder-api", "hotshot-types", "lru 0.12.5", - "marketplace-builder-shared", + "marketplace-builder-shared 0.1.57", "serde", "sha2 0.10.8", "tagged-base64", @@ -4596,7 +4597,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite 0.2.15", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -6195,7 +6196,7 @@ dependencies = [ "jf-merkle-tree", "jf-signature 0.2.0", "marketplace-builder-core", - "marketplace-builder-shared", + "marketplace-builder-shared 0.1.57", "marketplace-solver", "portpicker", "sequencer", @@ -6212,8 +6213,8 @@ dependencies = [ [[package]] name = "marketplace-builder-core" -version = "0.1.57" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.57#cf9d2cbf154809a31bcf2dccc1218ee9c6875f1e" +version = "0.1.58" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.58#7df48a9099241c92f4946dd13a9f86d90fb23768" dependencies = [ "anyhow", "async-broadcast", @@ -6225,8 +6226,7 @@ dependencies = [ "hotshot", "hotshot-builder-api", "hotshot-types", - "lru 0.12.5", - "marketplace-builder-shared", + "marketplace-builder-shared 0.1.58", "sha2 0.10.8", "tagged-base64", "tide-disco", @@ -6272,6 +6272,46 @@ dependencies = [ "vec1", ] +[[package]] +name = "marketplace-builder-shared" +version = "0.1.58" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.58#7df48a9099241c92f4946dd13a9f86d90fb23768" +dependencies = [ + "anyhow", + "async-broadcast", + "async-lock 3.4.0", + "async-trait", + "bincode", + "chrono", + "committable", + "derive_more 1.0.0", + "either", + "futures", + "hex", + "hotshot", + "hotshot-builder-api", + "hotshot-events-service", + "hotshot-example-types", + "hotshot-task-impls", + "hotshot-testing", + "hotshot-types", + "jf-vid", + "nonempty-collections", + "once_cell", + "quick_cache", + "rand 0.8.5", + "serde", + "sha2 0.10.8", + "surf-disco", + "thiserror 2.0.3", + "tokio", + "tracing", + "tracing-subscriber 0.3.18", + "url", + "vbs", + "vec1", +] + [[package]] name = "marketplace-solver" version = "0.1.0" @@ -7564,7 +7604,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.87", @@ -7646,6 +7686,18 @@ dependencies = [ "unsigned-varint 0.8.0", ] +[[package]] +name = "quick_cache" +version = "0.6.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d7c94f8935a9df96bb6380e8592c70edf497a643f94bd23b2f76b399385dbf4" +dependencies = [ + "ahash 0.8.11", + "equivalent", + "hashbrown 0.14.5", + "parking_lot", +] + [[package]] name = "quinn" version = "0.11.5" @@ -8659,7 +8711,7 @@ dependencies = [ "libp2p", "libp2p-networking", "marketplace-builder-core", - "marketplace-builder-shared", + "marketplace-builder-shared 0.1.57", "marketplace-solver", "num_enum", "parking_lot", @@ -9102,7 +9154,7 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.87", diff --git a/Cargo.toml b/Cargo.toml index 630d32d085..6af8f78359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" } # Hotshot imports hotshot-builder-api = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" } hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.57" } -marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.57" } +marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.58" } marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.57" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.56" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" }