From 0f5cfb8241f57af5ea4c226ed9b5c5dd2e701a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:01:24 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.6.0 --- shaperglot-lib/Cargo.toml | 2 +- shaperglot-web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shaperglot-lib/Cargo.toml b/shaperglot-lib/Cargo.toml index 9800b3f..1924009 100644 --- a/shaperglot-lib/Cargo.toml +++ b/shaperglot-lib/Cargo.toml @@ -18,7 +18,7 @@ unicode-normalization = "*" colored = { version = "*", optional = true } unicode-properties = "0.1.3" unicode-joining-type = "1.0.0" -indexmap = "2" +indexmap = "2.6.0" log = "0.4" toml = { workspace = true } serde = "1.0.215" diff --git a/shaperglot-web/Cargo.toml b/shaperglot-web/Cargo.toml index d29764e..8f32844 100644 --- a/shaperglot-web/Cargo.toml +++ b/shaperglot-web/Cargo.toml @@ -11,7 +11,7 @@ shaperglot = { path = "../shaperglot-lib" } read-fonts = { workspace = true } skrifa = { workspace = true } serde_json = { workspace = true } -indexmap = { version = "1.9.3", features = ["serde-1"] } +indexmap = { version = "2.6.0", features = ["serde-1"] } google-fonts-languages = { workspace = true } [lib]