From 8d0162e7714687ca394b4fde307efae2b4983a51 Mon Sep 17 00:00:00 2001 From: Abdul Basit Date: Mon, 15 Apr 2024 14:45:34 +0300 Subject: [PATCH] update hotshot to tag 0.5.36 --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b3549f6..9c3a1959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3021,7 +3021,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "anyhow", "async-broadcast", @@ -3066,7 +3066,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.6" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "async-trait", "clap", @@ -3112,7 +3112,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" version = "0.1.3" -source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.3#9ab20f9bacc4a3e03109a497aaa1b5d8e8eca503" +source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.4#1690a865b5e2e5f3cc5c239d969b4605e2c0846c" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3137,7 +3137,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "anyhow", "async-broadcast", @@ -3167,7 +3167,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3196,7 +3196,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3209,7 +3209,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "anyhow", "async-broadcast", @@ -3242,7 +3242,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "anyhow", "ark-bls12-381", @@ -3292,7 +3292,7 @@ dependencies = [ [[package]] name = "hotshot-web-server" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "async-compatibility-layer", "async-lock 2.8.0", @@ -4372,7 +4372,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.26" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.35#3db10ae62671a3a9b19a9fa035982f5283fc0d96" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.36#1f397e74e97d007b1372a2c4880f9b0ac384d3e4" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index 4803c588..e7ba980f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] } committable = "0.2" futures = "0.3" -hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.35" } -hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.35" } -hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.3" } -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.35" } +hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.36" } +hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.36" } +hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.4" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.36" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10" snafu = "0.8" @@ -29,4 +29,4 @@ tracing = "0.1" vbs = "0.1" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.35" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.36" }