Skip to content

Commit

Permalink
Merge pull request #555 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update rust crate semver to 1.0.19
  • Loading branch information
viccuad authored Sep 25, 2023
2 parents 211ba36 + 06b1df4 commit 3d73bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ warp = { version = "0.3.5", default_features = false, features = [
"multipart",
"tls",
] }
semver = { version = "1.0.18", features = ["serde"] }
semver = { version = "1.0.19", features = ["serde"] }

[dev-dependencies]
rstest = "0.18"
Expand Down

0 comments on commit 3d73bbf

Please sign in to comment.