Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 5fa15aa commit a36a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ bpaf = { version = "0.9.11", features = ["docgen"] }
# If you update this library, be aware of the breaking changes
pulldown-cmark = { version = "0.9", default-features = false }
schemars = "0.8.16"
serde_json = "1.0.115"
serde_json = "1.0.116"

0 comments on commit a36a2b2

Please sign in to comment.