diff --git a/Cargo.lock b/Cargo.lock index b11978d..23b6ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2664,7 +2664,7 @@ dependencies = [ [[package]] name = "hotshot-constants" version = "0.3.3" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.13#e4b699c49a86246145838012e15ffafdfec61ef1" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.14#696de65a40c42accc589a368cbbe218bdec90aa3" dependencies = [ "serde", ] @@ -2672,7 +2672,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.13#e4b699c49a86246145838012e15ffafdfec61ef1" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.14#696de65a40c42accc589a368cbbe218bdec90aa3" dependencies = [ "ark-bls12-381", "ark-ed-on-bn254", @@ -2717,7 +2717,7 @@ dependencies = [ [[package]] name = "hotshot-utils" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.13#e4b699c49a86246145838012e15ffafdfec61ef1" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.14#696de65a40c42accc589a368cbbe218bdec90aa3" dependencies = [ "bincode", "hotshot-constants", @@ -3648,7 +3648,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.13#e4b699c49a86246145838012e15ffafdfec61ef1" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.14#696de65a40c42accc589a368cbbe218bdec90aa3" dependencies = [ "async-compatibility-layer", "async-lock 2.8.0", @@ -3674,7 +3674,6 @@ dependencies = [ "tokio", "tokio-stream", "tracing", - "unsigned-varint 0.7.2", "void", ] diff --git a/Cargo.toml b/Cargo.toml index d6d2785..94e8113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,7 @@ async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] } derive_more = "0.99" futures = "0.3" -#hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.7.1" } -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.13" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.14" } serde = { version = "1.0", features = ["derive"] } snafu = { version = "0.7", features = ["backtraces"] } tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" }