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]