Skip to content

Commit 58c8183

Browse files
Remove encoding feature for quick-xml (#43)
1 parent 137a763 commit 58c8183

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
@@ -29,7 +29,7 @@ ed25519-dalek = { version = "2.0", optional = true }
2929
flate2 = "1.0.25"
3030
mail-parser = { version = "0.11", features = ["full_encoding"] }
3131
mail-builder = { version = "0.4" }
32-
quick-xml = { version = "0.37", features = ["encoding"], optional = true }
32+
quick-xml = { version = "0.37", optional = true }
3333
ring = { version = "0.17", optional = true }
3434
rsa = { version = "0.9.8", optional = true }
3535
rustls-pemfile = { version = "2", optional = true }

0 commit comments

Comments
 (0)