Skip to content

Commit

Permalink
Merge pull request #130 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_yaml to 0.9.31
  • Loading branch information
viccuad authored Feb 5, 2024
2 parents 6fa03b9 + 07feb7f commit f55cdd7
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 @@ -42,7 +42,7 @@ num-derive = "0.4"
num-traits = "0.2"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.30"
serde_yaml = "0.9.31"
slog = "2.7.0"
url = { version = "2.5.0", features = ["serde"] }
wapc-guest = "1.1.0"
Expand Down

0 comments on commit f55cdd7

Please sign in to comment.