Skip to content

Commit

Permalink
Revert "Update mailparse requirement from 0.15 to 0.16 (#366)"
Browse files Browse the repository at this point in the history
This reverts commit 67737fe.

Reverting because a test case started failing. Needs investigation.
  • Loading branch information
jhelovuo committed Feb 12, 2025
1 parent 9734bcc commit db06eb3
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.16" , optional = true } # for reading S/MIME-encoded (XML) config files
mailparse = { version = "0.15" , 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 db06eb3

Please sign in to comment.