Skip to content

Commit

Permalink
chore: update serde_yaml
Browse files Browse the repository at this point in the history
* tests fail without it somehow
  • Loading branch information
TheEdward162 committed Jul 17, 2024
1 parent 48c76fa commit c5eae6a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions core/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 core/json_schemas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
serde_json = { workspace = true }
serde_yaml = { version = "0.9" }
serde_yaml = { version = "0.9.32" }

[dev-dependencies]
jsonschema = { workspace = true }

0 comments on commit c5eae6a

Please sign in to comment.