Skip to content

Commit

Permalink
Merge pull request #538 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
viccuad authored Jul 17, 2023
2 parents 53c41ff + 9a177f9 commit 7be9ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ 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.22"
serde_yaml = "0.9.23"
syntect = { version = "5.0" , default-features = false, features = ["default-syntaxes", "parsing"] }
tar = "0.4.38"
tar = "0.4.39"
tiny-bench = "0.3"
tokio = { version = "^1", features = ["full"] }
tracing = "0.1"
Expand All @@ -39,7 +39,7 @@ url = "2.4.0"
walrus = "0.20.1"
wasmparser = "0.108"
time = "0.3.23"
semver = { version = "1.0.17", features = ["serde"] }
semver = { version = "1.0.18", features = ["serde"] }

# This is required to have reqwest built using the `rustls-tls-native-roots`
# feature across all the transitive dependencies of kwctl
Expand Down

0 comments on commit 7be9ba4

Please sign in to comment.