Skip to content

Commit db06eb3

Browse files
committed
Revert "Update mailparse requirement from 0.15 to 0.16 (#366)"
This reverts commit 67737fe. Reverting because a test case started failing. Needs investigation.
1 parent 9734bcc commit db06eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ io-extras = "0.18.0"
7070
# For DDS Security:
7171
serde-xml-rs = { version = "0.6" , optional = true } # for reading spec-mandated XML config files
7272
glob = { version = "0.3" , optional = true } # for reading spec-mandated XML config files
73-
mailparse = { version = "0.16" , optional = true } # for reading S/MIME-encoded (XML) config files
73+
mailparse = { version = "0.15" , optional = true } # for reading S/MIME-encoded (XML) config files
7474
x509-certificate = { version = "0.24" , optional = true } # for configuration certificates
7575
x509-cert = { version = "0.2" , optional = true }
7676
tempfile = { version = "3" , optional = true } # for calling external openssl command. Remove when no longer used.

0 commit comments

Comments
 (0)