From 6fcbd77bbb2febaa41bc3bd9e0aac002dbbf3166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 09:42:07 -0600 Subject: [PATCH] Bump indexmap from 1.9.1 to 1.9.2 (#30815) * Bump indexmap from 1.9.1 to 1.9.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.9.1...1.9.2) --- updated-dependencies: - dependency-name: indexmap 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 +- connection-cache/Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3273531385..f5166e0e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2342,9 +2342,9 @@ checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" [[package]] name = "indexmap" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" +checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" dependencies = [ "autocfg", "hashbrown 0.12.3", diff --git a/Cargo.toml b/Cargo.toml index c16b11d518..16d35a26ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -206,7 +206,7 @@ hyper = "0.14.20" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.7" -indexmap = "1.9.1" +indexmap = "1.9.2" indicatif = "0.17.1" Inflector = "0.11.4" itertools = "0.10.5" diff --git a/connection-cache/Cargo.toml b/connection-cache/Cargo.toml index 90e9f42b5b..02d1265fc0 100644 --- a/connection-cache/Cargo.toml +++ b/connection-cache/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" async-trait = "0.1.57" bincode = "1.3.3" futures-util = "0.3.26" -indexmap = "1.9.1" +indexmap = "1.9.2" indicatif = { version = "0.17.1", optional = true } log = "0.4.17" rand = "0.7.0" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index def661ccc5..8659ea97f0 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2080,9 +2080,9 @@ checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce" [[package]] name = "indexmap" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" +checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" dependencies = [ "autocfg", "hashbrown 0.12.3",