From ff874fc50af84c11b65cca38bda33fedc26986fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:41:27 +0000 Subject: [PATCH] Bump indexmap from 2.0.0 to 2.0.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.0 to 2.0.2. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/2.0.0...2.0.2) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- console_backend/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dec5decb..18f04491b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ "directories", "env_logger 0.10.0", "glob", - "indexmap 2.0.0", + "indexmap 2.0.2", "indicatif", "lazy_static", "log", @@ -1281,9 +1281,9 @@ checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" [[package]] name = "heck" @@ -1376,12 +1376,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "serde", ] @@ -2782,7 +2782,7 @@ version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.2", "itoa", "ryu", "serde", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 186ed2a96..38f29da56 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -27,7 +27,7 @@ serde_json = "1" serde_yaml = "0.9" anyhow = { version = "1", features = ["backtrace"] } clap = { version = "4.4", features = ["derive"] } -indexmap = { version = "2.0.0", features = ["serde"] } +indexmap = { version = "2.0.2", features = ["serde"] } chrono = { version = "0.4.31", features = [ "serde", "clock",