Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ chrono-tz = { version = "0.10", optional = true }
# `STANDARD_NO_PAD`, so `harness::multimodal::data_uri` picks by length instead
# of trying both — trying both decoded a multi-MB image twice for every
# unpadded payload.
base64 = { version = "0.22", optional = true }
base64 = { version = "0.23", optional = true }
# `flate2` decompresses `application/gzip` data URIs that carry an
# `original_mime=` parameter — the shape a renderer emits when it compresses an
# attachment before handing it over. Decompression is bounded by `Read::take`
Expand Down