Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2023
1 parent 25cd3b2 commit 53e1afd
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 @@ -26,7 +26,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
regex = "1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.23"
serde_yaml = "0.9.25"
syntect = { version = "5.0" , default-features = false, features = ["default-syntaxes", "parsing"] }
tar = "0.4.39"
tiny-bench = "0.3"
Expand Down

0 comments on commit 53e1afd

Please sign in to comment.