diff --git a/Cargo.lock b/Cargo.lock index 0ce0bd4..c6b26f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,8 +2937,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +version = "0.5.67" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "async-broadcast", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "async-trait", "clap", @@ -3030,8 +3030,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +version = "0.5.67" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "async-broadcast", @@ -3063,8 +3063,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +version = "0.5.67" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3093,8 +3093,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +version = "0.5.67" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "async-broadcast", @@ -3108,8 +3108,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +version = "0.5.67" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "async-broadcast", @@ -3145,7 +3145,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "ark-bn254", @@ -4195,8 +4195,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.67#ba87d320ea984f22d11fca043c1f3bae53f36d8e" +version = "0.5.67" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.67#a8115816f131bf56b6689937dc8029871bbe8476" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index b92284f..d70cc17 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 = "rc-0.5.67" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" } 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 = "rc-0.5.67" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.67" } portpicker = "0.1.1" surf-disco = "0.9"