Skip to content

Commit

Permalink
Merge pull request #98 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update rust crate num-derive to 0.4
  • Loading branch information
viccuad authored Jul 3, 2023
2 parents 67f2957 + 6acfbe5 commit a2017a7
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 @@ -38,7 +38,7 @@ cfg-if = "1.0"
# inside of the `dev-dependencies`, this time with a k8s feature enabled
k8s-openapi = { version = "0.18.0", default-features = false, optional = true }
num = "0.4"
num-derive = "0.3"
num-derive = "0.4"
num-traits = "0.2"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit a2017a7

Please sign in to comment.