From 4f1d9e00fdb4681e16bd20ad46fd97418bad8c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:46:09 +0000 Subject: [PATCH] build(deps): bump index_list from 0.2.7 to 0.2.11 (#33985) * build(deps): bump index_list from 0.2.7 to 0.2.11 Bumps [index_list](https://github.com/Fairglow/index-list) from 0.2.7 to 0.2.11. - [Release notes](https://github.com/Fairglow/index-list/releases) - [Commits](https://github.com/Fairglow/index-list/compare/v0.2.7...v0.2.11) --- updated-dependencies: - dependency-name: index_list dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d02745724..4d54e74ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2646,9 +2646,9 @@ dependencies = [ [[package]] name = "index_list" -version = "0.2.7" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" +checksum = "70891286cb8e844fdfcf1178b47569699f9e20b5ecc4b45a6240a64771444638" [[package]] name = "indexmap" diff --git a/Cargo.toml b/Cargo.toml index 4cc82b9e2..f00f03be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -216,7 +216,7 @@ humantime = "2.0.1" hyper = "0.14.27" hyper-proxy = "0.9.1" im = "15.1.0" -index_list = "0.2.7" +index_list = "0.2.11" indexmap = "2.1.0" indicatif = "0.17.7" itertools = "0.10.5" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 69de98de6..995066a1b 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2280,9 +2280,9 @@ dependencies = [ [[package]] name = "index_list" -version = "0.2.7" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" +checksum = "70891286cb8e844fdfcf1178b47569699f9e20b5ecc4b45a6240a64771444638" [[package]] name = "indexmap"