Skip to content

Commit

Permalink
fix(deps): update all patchlevel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent b9da472 commit 656cb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag
rayon = "1.8"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.25"
serde_yaml = "0.9.27"
tokio = { version = "^1", features = ["full"] }
tracing = "0.1"
tracing-futures = "0.2"
Expand All @@ -46,4 +46,4 @@ semver = { version = "1.0.20", features = ["serde"] }

[dev-dependencies]
rstest = "0.18"
tempfile = "3.8.0"
tempfile = "3.8.1"

0 comments on commit 656cb46

Please sign in to comment.