From 9217a749500542d7fd966928b02ffceec9571f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:11:15 +0000 Subject: [PATCH] chore(deps): bump extindex from 0.7.0 to 0.8.0 Bumps [extindex](https://github.com/appaquet/extindex-rs) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/appaquet/extindex-rs/releases) - [Changelog](https://github.com/appaquet/extindex-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/appaquet/extindex-rs/commits) --- updated-dependencies: - dependency-name: extindex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- chain/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f57119bf4..f10d078e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1834,9 +1834,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