From b4ccf39e1ef1068ad32da518d097c40dbbe6e0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 06:48:43 +0000 Subject: [PATCH] Bump indexmap from 2.0.2 to 2.1.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.2 to 2.1.0. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/2.0.2...2.1.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... 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 4148d03a..d60b9016 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 21ad948b..4ee87094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ html5ever = "0.26" selectors = "0.25.0" tendril = "0.4.3" ahash = "0.8" -indexmap = { version = "2.0.2", optional = true } +indexmap = { version = "2.1.0", optional = true } once_cell = "1.0" [dependencies.getopts]