Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.122 to 1.0.127 in /codegen (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent c006619 commit 35a7cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@ regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
schemars = "0.8.21"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = { version = "1.0.122" }
serde_json = { version = "1.0.127" }
# TODO: switch to other yaml library since serde_yaml 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 35a7cab

Please sign in to comment.