Skip to content

Commit

Permalink
Update mailparse requirement from 0.15 to 0.16 (#366)
Browse files Browse the repository at this point in the history
Updates the requirements on [mailparse](https://github.com/staktrace/mailparse) to permit the latest version.
- [Commits](staktrace/mailparse@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: mailparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 0125b27 commit 67737fe
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 @@ -70,7 +70,7 @@ io-extras = "0.18.0"
# For DDS Security:
serde-xml-rs = { version = "0.6" , optional = true } # for reading spec-mandated XML config files
glob = { version = "0.3" , optional = true } # for reading spec-mandated XML config files
mailparse = { version = "0.15" , optional = true } # for reading S/MIME-encoded (XML) config files
mailparse = { version = "0.16" , optional = true } # for reading S/MIME-encoded (XML) config files
x509-certificate = { version = "0.24" , optional = true } # for configuration certificates
x509-cert = { version = "0.2" , optional = true }
tempfile = { version = "3" , optional = true } # for calling external openssl command. Remove when no longer used.
Expand Down

0 comments on commit 67737fe

Please sign in to comment.