Skip to content

Commit

Permalink
Tidy up serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 27, 2024
1 parent 176cec5 commit 895a38b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ skrifa = "0"
itertools = "0.13.0"
google-fonts-languages = "*"
toml = "0.8.19"
serde_json = { version = "1.0.96", features = ["preserve_order"] }
2 changes: 1 addition & 1 deletion shaperglot-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ skrifa = { workspace = true }
read-fonts = { workspace = true }
itertools = { workspace = true }
clap = { version = "4.5.21", features = ["derive"] }
serde_json = "1.0.70"
serde_json = { workspace = true }
toml = {workspace = true }
2 changes: 1 addition & 1 deletion shaperglot-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ google-fonts-languages = "*"
skrifa = { workspace = true }
itertools = {workspace = true}
rustybuzz = "0.18.0"
serde_json = "1.0"
serde_json = { workspace = true }
unicode-normalization = "*"
colored = { version = "*", optional = true }
unicode-properties = "0.1.3"
Expand Down
6 changes: 3 additions & 3 deletions shaperglot-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ wasm-bindgen = { version = "0.2.95" }
console_error_panic_hook = { version = "0.1.7" }
js-sys = { version = "0.3.72" }
shaperglot = { path = "../shaperglot-lib" }
read-fonts = {workspace = true }
skrifa = {workspace = true }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
read-fonts = { workspace = true }
skrifa = { workspace = true }
serde_json = { workspace = true }
indexmap = { version = "1.9", features = ["serde-1"] }
google-fonts-languages = { workspace = true }

Expand Down

0 comments on commit 895a38b

Please sign in to comment.