Skip to content

Commit

Permalink
Merge pull request #500 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.25
  • Loading branch information
flavio authored Jul 24, 2023
2 parents 4094ea5 + f57f302 commit bfc1acd
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 @@ policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag
rayon = "1.6"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.23"
serde_yaml = "0.9.25"
tokio = { version = "^1", features = ["full"] }
tracing = "0.1"
tracing-futures = "0.2"
Expand Down

0 comments on commit bfc1acd

Please sign in to comment.