Skip to content

Commit

Permalink
Merge pull request #633 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update all patchlevel dependencies
  • Loading branch information
fabriziosestito authored Oct 30, 2023
2 parents 5f361bc + 600cf24 commit f1336fe
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 @@ -28,7 +28,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.25"
serde_yaml = "0.9.27"
syntect = { version = "5.0", default-features = false, features = [
"default-syntaxes",
"parsing",
Expand All @@ -55,7 +55,7 @@ reqwest = { version = "0", default-features = false, features = [

[dev-dependencies]
rstest = "0.18.2"
tempfile = "3.8.0"
tempfile = "3.8.1"
assert_cmd = "2.0.12"
predicates = "3.0.4"
testcontainers = "0.15"

0 comments on commit f1336fe

Please sign in to comment.