Skip to content

Commit

Permalink
build(deps): bump json_serde to 1.0.118
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Jun 25, 2024
1 parent c9423ae commit 1ae9585
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ regex = "1.10.5"
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
schemars = "0.8.21"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.117" }
serde_json = { version = "1.0.118" }
# TODO: switch to other yaml library since serde_yamlm is deprecated
# NOTE: since it is just a build dependency it is low priority
serde_yaml = { version = "0.9.34" }
Expand Down

0 comments on commit 1ae9585

Please sign in to comment.