From ea30e27148bb587445905e55f394360c9c405fd4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 25 Jul 2024 15:52:43 +0200 Subject: [PATCH] deps: bump imt --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a70ae365..97ee8a9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3743,7 +3743,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "indexed-merkle-tree" -version = "0.5.2" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61914b61a7fbce596e07de3b014bb9277d2cbf56e55c5dcc152b15bb767ec00b" dependencies = [ "borsh", "cargo-audit", diff --git a/Cargo.toml b/Cargo.toml index 62628b9c..78f89116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ clap = { version = "4.3.2", features = ["derive"] } config = "0.14.0" fs2 = "0.4.3" thiserror = "1.0.62" -indexed-merkle-tree = { path = "../indexed-merkle-tree" } +indexed-merkle-tree = "0.6.0" dotenvy = "0.15.7" ahash = "0.8.7" celestia-rpc = "0.2.0"