From 86e6d410e160d336bd1a4112608188844bbaf6a8 Mon Sep 17 00:00:00 2001 From: Himanshu Goyal Date: Fri, 19 Apr 2024 13:27:20 -0400 Subject: [PATCH] update hotshot --- Cargo.lock | 36 ++++++++++++++++++------------------ Cargo.toml | 6 +++--- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ff4582..3d35cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3075,8 +3075,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "anyhow", "async-broadcast", @@ -3120,8 +3120,8 @@ dependencies = [ [[package]] name = "hotshot-builder-api" -version = "0.1.6" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.1.7" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "async-trait", "clap", @@ -3139,7 +3139,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3166,8 +3166,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "anyhow", "async-broadcast", @@ -3196,8 +3196,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3225,8 +3225,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3238,8 +3238,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "anyhow", "async-broadcast", @@ -3272,7 +3272,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "anyhow", "ark-bls12-381", @@ -3322,8 +3322,8 @@ dependencies = [ [[package]] name = "hotshot-web-server" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "async-compatibility-layer", "async-lock 2.8.0", @@ -4393,8 +4393,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.39" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.39#07489d0c0a955dbc94721c40f37e9bc7ba15ba17" +version = "0.5.40" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.40#d0be8c828520f0f517d5336aa04690a68fea71bb" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index 110595c..a252b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotshot-events-service" -version = "0.1.8" +version = "0.1.9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,7 +17,7 @@ derivative = "2.2" derive_more = "0.99" either = { version = "1.10", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.39" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" } serde = { version = "1.0", features = ["derive"] } snafu = "0.8" tagged-base64 = "0.4" @@ -27,6 +27,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.39" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.40" } portpicker = "0.1.1" surf-disco = "0.6"