Skip to content

Commit

Permalink
Merge pull request kubewarden#482 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_yaml to 0.9.21
  • Loading branch information
flavio authored Apr 17, 2023
2 parents c06173f + ae14654 commit 10a1512
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 @@ -29,7 +29,7 @@ pulldown-cmark = { version = "0.9.2", default-features = false }
regex = "1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.19"
serde_yaml = "0.9.21"
syntect = { version = "5.0" , default-features = false, features = ["parsing"] }
tar = "0.4.38"
tiny-bench = "0.2"
Expand Down

0 comments on commit 10a1512

Please sign in to comment.