diff --git a/Cargo.lock b/Cargo.lock index ea35de3..1112dec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,7 +1105,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "commit" version = "0.2.2" -source = "git+https://github.com/EspressoSystems/commit.git#dd9f16e084d45e9ea52459c776f5fdcb6b000889" +source = "git+https://github.com/EspressoSystems/commit.git#30679718efd4ecf870b66950160077125dcb8d93" dependencies = [ "arbitrary", "ark-serialize", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/hotshot-types.git?tag=v0.1.0#df93a014947c1b3497263d1d689b5f0695ff4554" +source = "git+https://github.com/EspressoSystems/hotshot-types.git?tag=0.1.1#4e6f836468c8e236f5f5711e941d4d0a5745433a" dependencies = [ "ark-bls12-381", "ark-bn254", diff --git a/Cargo.toml b/Cargo.toml index 43789f1..9201ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +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-types.git", tag = "v0.1.0" } +hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types.git", tag = "0.1.1" } 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" }