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 895a38b commit 69cc72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ skrifa = "0"
itertools = "0.13.0"
google-fonts-languages = "*"
toml = "0.8.19"
serde_json = { version = "1.0.96", features = ["preserve_order"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 69cc72d

Please sign in to comment.