Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.133
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent d82f8dd commit 72857cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 = "1.0.133"
toml = {workspace = true }
4 changes: 2 additions & 2 deletions shaperglot-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
path = "src/lib.rs"

[dev-dependencies]
serde_json = "1.0"
serde_json = "1.0.133"

[features]

Expand All @@ -16,7 +16,7 @@ google-fonts-languages = "*"
skrifa = { workspace = true }
itertools = {workspace = true}
rustybuzz = "0.18.0"
serde_json = "1.0"
serde_json = "1.0.133"
unicode-normalization = "*"
colored = { version = "*", optional = true }
unicode-properties = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion shaperglot-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ js-sys = { version = "0.3.68" }
shaperglot = { path = "../shaperglot-lib" }
read-fonts = {workspace = true }
skrifa = {workspace = true }
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
indexmap = { version = "1.9", features = ["serde-1"] }
google-fonts-languages = { workspace = true }

Expand Down

0 comments on commit 72857cf

Please sign in to comment.