From b1d4033558d3ffd37bc9f532dd7058fe2493b3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:04:45 +0000 Subject: [PATCH] cargo: bump indexmap from 1.9.2 to 1.9.3 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.2 to 1.9.3. - [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.2...1.9.3) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b3f8da9c..0c376bcc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.9.2" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 6c1b8a17a..80bc56330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ esl01-renderdag = "0.3.0" git2 = "0.16.1" glob = "0.3.1" hex = "0.4.3" -indexmap = "1.9.2" +indexmap = "1.9.3" itertools = "0.10.5" jujutsu-lib = { version = "=0.7.0", path = "lib", default-features = false } maplit = "1.0.2"