From 88d217cf6a2c3c65bb803c0f517d6eb09320e6e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:38:04 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.1.0 --- Cargo.lock | 8 ++++---- crates/collection/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d98dfc5..eda28d58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ dependencies = [ "enum_dispatch", "env_logger 0.10.0", "fs_extra", - "indexmap 2.0.2", + "indexmap 2.1.0", "lazy_static", "log", "media_info", @@ -1345,9 +1345,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 0.14.1", @@ -2294,7 +2294,7 @@ version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "itoa", "ryu", "serde", diff --git a/crates/collection/Cargo.toml b/crates/collection/Cargo.toml index ec60819d..c3782356 100644 --- a/crates/collection/Cargo.toml +++ b/crates/collection/Cargo.toml @@ -35,7 +35,7 @@ enum_dispatch = "0.3" tokio = {version="1", optional=true, features=["rt"]} rust_icu_ucol = {version="2.0", default-features=false, features=["renaming"], optional=true} -indexmap = "2.0.2" +indexmap = "2.1.0" [features] partially-static = ["media_info/partially-static"]