Skip to content

Commit

Permalink
Update Rust crate indexmap to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent d02680d commit 0f5cfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shaperglot-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion shaperglot-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0f5cfb8

Please sign in to comment.