Skip to content

Commit

Permalink
Bump mail-parser from 0.8.2 to 0.9.1 in /native/mail_parser_nif
Browse files Browse the repository at this point in the history
Bumps [mail-parser](https://github.com/stalwartlabs/mail-parser) from 0.8.2 to 0.9.1.
- [Release notes](https://github.com/stalwartlabs/mail-parser/releases)
- [Changelog](https://github.com/stalwartlabs/mail-parser/blob/main/CHANGELOG.md)
- [Commits](stalwartlabs/mail-parser@0.8.2...v0.9.1)

---
updated-dependencies:
- dependency-name: mail-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 45908cf commit 0d32113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions native/mail_parser_nif/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 native/mail_parser_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
mail-parser = { version = "0.8.2", default-features = false }
mail-parser = { version = "0.9.1", default-features = false }
rustler = "0.29.1"

[profile.release]
Expand Down

0 comments on commit 0d32113

Please sign in to comment.