Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.27 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 7b80fcd commit b64a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ handlebars = "4.4.0"
regex = "1.10.2"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"
serde_yaml = "0.9.27"
tempfile = "3.8.1"
thiserror = "1.0.50"
titlecase = "2.2.1"

0 comments on commit b64a540

Please sign in to comment.