From 8d6df9fe20f21f84def8f3bddfed187d95f783de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:42:44 -0400 Subject: [PATCH] chore(deps): bump extindex from 0.7.0 to 0.8.0 (#1961) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- chain/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3439c15ee..710f93fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,9 +1835,9 @@ dependencies = [ [[package]] name = "extindex" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3af6786b0611dc719006c212cd4d273d9630b3140aaad717cd179642a927bf" +checksum = "81c060ad642e48ecadb6668bb9b45695b9a9df19c5ccaaab072d446991e068fa" dependencies = [ "bincode 2.0.0-rc.3", "byteorder", diff --git a/chain/Cargo.toml b/chain/Cargo.toml index 25581f9b9..38eebb442 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0.59" bytes = "1.6.1" # For directory chain -extindex = { version = "0.7.0", optional = true } +extindex = { version = "0.8.0", optional = true } memmap2 = { version = "0.9.4", optional = true } # For tests