From 81d3d8135743d8f2686417824edd3bf341538012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:46:54 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.7.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 7bb6ed5..f1c0120 100644 --- a/shaperglot-lib/Cargo.toml +++ b/shaperglot-lib/Cargo.toml @@ -19,7 +19,7 @@ unicode-normalization = "*" colored = { version = "*", optional = true } unicode-properties = "0.1.3" unicode-joining-type = "1.0.0" -indexmap = "2" +indexmap = "2.7.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..a3bb6cd 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.7.0", features = ["serde-1"] } google-fonts-languages = { workspace = true } [lib]