diff --git a/Cargo.lock b/Cargo.lock index 252ab30..24d08d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2973,8 +2973,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.73" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +version = "0.5.74" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "async-broadcast", @@ -3021,7 +3021,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "async-trait", "clap", @@ -3067,8 +3067,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.73" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +version = "0.5.74" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "async-broadcast", @@ -3100,8 +3100,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.73" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +version = "0.5.74" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3130,8 +3130,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.73" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +version = "0.5.74" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "async-broadcast", @@ -3145,8 +3145,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.73" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +version = "0.5.74" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "async-broadcast", @@ -3183,7 +3183,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "ark-bn254", @@ -4235,8 +4235,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.73" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.73#92dfe8406567bba5d1e553df95807f680790fce0" +version = "0.5.74" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.74#b08660bf9e01d4d59a79009d67100ba13895e4b2" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index 1935735..19c0720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ derivative = "2.2" derive_more = "0.99" either = { version = "1.12", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.73" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.74" } rand = "0.8.5" serde = { version = "1.0", features = ["derive"] } snafu = "0.8" @@ -28,6 +28,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.73" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.74" } portpicker = "0.1.1" surf-disco = "0.9"