Skip to content

Commit

Permalink
Merge pull request #620 from kubewarden/renovate/mail-parser-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate mail-parser to 0.10.0
  • Loading branch information
viccuad authored Jan 27, 2025
2 parents 1a7f994 + f4aed6c commit 963d383
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 @@ -31,7 +31,7 @@ kube = { version = "0.98.0", default-features = false, features = [
] }
kubewarden-policy-sdk = "0.12.0"
lazy_static = "1.4"
mail-parser = { version = "0.9.3", features = ["serde"] }
mail-parser = { version = "0.10.0", features = ["serde"] }
picky = { version = "7.0.0-rc.8", default-features = false, features = [
"chrono_conversion",
"x509",
Expand Down

0 comments on commit 963d383

Please sign in to comment.