Latest Results
Bump time from 0.3.44 to 0.3.47 (#712)
Bumps [time](https://github.com/time-rs/time) from 0.3.44 to 0.3.47.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/time-rs/time/releases">time's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.47</h2>
<p>See the <a
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a>
for details.</p>
<h2>v0.3.46</h2>
<p>See the <a
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a>
for details.</p>
<h2>v0.3.45</h2>
<p>See the <a
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's
changelog</a>.</em></p>
<blockquote>
<h2>0.3.47 [2026-02-05]</h2>
<h3>Security</h3>
<ul>
<li>
<p>The possibility of a stack exhaustion denial of service attack when
parsing RFC 2822 has been
eliminated. Previously, it was possible to craft input that would cause
unbounded recursion. Now,
the depth of the recursion is tracked, causing an error to be returned
if it exceeds a reasonable
limit.</p>
<p>This attack vector requires parsing user-provided input, with any
type, using the RFC 2822 format.</p>
</li>
</ul>
<h3>Compatibility</h3>
<ul>
<li>Attempting to format a value with a well-known format (i.e. RFC
3339, RFC 2822, or ISO 8601) will
error at compile time if the type being formatted does not provide
sufficient information. This
would previously fail at runtime. Similarly, attempting to format a
value with ISO 8601 that is
only configured for parsing (i.e. <code>Iso8601::PARSING</code>) will
error at compile time.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Builder methods for format description modifiers, eliminating the
need for verbose initialization
when done manually.</li>
<li><code>date!(2026-W01-2)</code> is now supported. Previously, a space
was required between <code>W</code> and <code>01</code>.</li>
<li><code>[end]</code> now has a <code>trailing_input</code> modifier
which can either be <code>prohibit</code> (the default) or
<code>discard</code>. When it is <code>discard</code>, all remaining
input is ignored. Note that if there are components
after <code>[end]</code>, they will still attempt to be parsed, likely
resulting in an error.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>More performance gains when parsing.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>If manually formatting a value, the number of bytes written was one
short for some components.
This has been fixed such that the number of bytes written is always
correct.</li>
<li>The possibility of integer overflow when parsing an owned format
description has been effectively
eliminated. This would previously wrap when overflow checks were
disabled. Instead of storing the
depth as <code>u8</code>, it is stored as <code>u32</code>. This would
require multiple gigabytes of nested input to
overflow, at which point we've got other problems and trivial
mitigations are available by
downstream users.</li>
</ul>
<h2>0.3.46 [2026-01-23]</h2>
<h3>Added</h3>
<ul>
<li>All possible panics are now documented for the relevant
methods.</li>
<li>The need to use <code>#[serde(default)]</code> when using custom
<code>serde</code> formats is documented. This applies
only when deserializing an <code>Option<T></code>.</li>
<li><code>Duration::nanoseconds_i128</code> has been made public,
mirroring
<code>std::time::Duration::from_nanos_u128</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/time-rs/time/commit/d5144cd2874862d46466c900910cd8577d066019"><code>d5144cd</code></a>
v0.3.47 release</li>
<li><a
href="https://github.com/time-rs/time/commit/f6206b050fd54817d8872834b4d61f605570e89b"><code>f6206b0</code></a>
Guard against integer overflow in release mode</li>
<li><a
href="https://github.com/time-rs/time/commit/1c63dc7985b8fa26bd8c689423cc56b7a03841ee"><code>1c63dc7</code></a>
Avoid denial of service when parsing Rfc2822</li>
<li><a
href="https://github.com/time-rs/time/commit/5940df6e72efb63d246ca1ca59a0f836ad32ad8a"><code>5940df6</code></a>
Add builder methods to avoid verbose construction</li>
<li><a
href="https://github.com/time-rs/time/commit/00881a4da1bc5a6cb6313052e5017dbd7daa40f0"><code>00881a4</code></a>
Manually format macros everywhere</li>
<li><a
href="https://github.com/time-rs/time/commit/bb723b6d826e46c174d75cd08987061984b0ceb7"><code>bb723b6</code></a>
Add <code>trailing_input</code> modifier to <code>end</code></li>
<li><a
href="https://github.com/time-rs/time/commit/31c4f8e0b56e6ae24fe0d6ef0e492b6741dda783"><code>31c4f8e</code></a>
Permit <code>W12</code> in <code>date!</code> macro</li>
<li><a
href="https://github.com/time-rs/time/commit/490a17bf306576850f33a86d3ca95d96db7b1dcd"><code>490a17b</code></a>
Mark error paths in well-known formats as cold</li>
<li><a
href="https://github.com/time-rs/time/commit/6cb1896a600be1538ecfab8f233fe9cfe9fa8951"><code>6cb1896</code></a>
Optimize <code>Rfc2822</code> parsing</li>
<li><a
href="https://github.com/time-rs/time/commit/6d264d59c25e3da0453c3defebf4640b0086a006"><code>6d264d5</code></a>
Remove erroneous <code>#[inline(never)]</code> attributes</li>
<li>Additional commits viewable in <a
href="https://github.com/time-rs/time/compare/v0.3.44...v0.3.47">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/Jij-Inc/ommx/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump the dependencies group across 1 directory with 10 updates (#703)
Bumps the dependencies group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` |
| [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` |
| [colored](https://github.com/mackwic/colored) | `3.0.0` | `3.1.1` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.8` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` |
`2.13.0` |
| [insta](https://github.com/mitsuhiko/insta) | `1.45.0` | `1.46.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.146` | `1.0.149`
|
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` |
`2.0.18` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [zip](https://github.com/zip-rs/zip2) | `7.0.0` | `7.1.0` |
Updates `chrono` from 0.4.42 to 0.4.43
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chronotope/chrono/releases">chrono's
releases</a>.</em></p>
<blockquote>
<h2>0.4.43</h2>
<h2>What's Changed</h2>
<ul>
<li>Install extra components for lint workflow by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1741">chronotope/chrono#1741</a></li>
<li>Upgrade windows-bindgen to 0.64 by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1742">chronotope/chrono#1742</a></li>
<li>Improve windows-bindgen setup by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1744">chronotope/chrono#1744</a></li>
<li>Drop stabilized feature doc_auto_cfg by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1745">chronotope/chrono#1745</a></li>
<li>Faster RFC 3339 parsing by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1748">chronotope/chrono#1748</a></li>
<li>Update windows-bindgen requirement from 0.64 to 0.65 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1751">chronotope/chrono#1751</a></li>
<li>add <code>NaiveDate::abs_diff</code> by <a
href="https://github.com/Kinrany"><code>@Kinrany</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1752">chronotope/chrono#1752</a></li>
<li>Add feature gated defmt support. by <a
href="https://github.com/pebender"><code>@pebender</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1747">chronotope/chrono#1747</a></li>
<li>Drop deny lints, eager Debug impls are a mixed blessing by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1753">chronotope/chrono#1753</a></li>
<li>chore: minor improvement for docs by <a
href="https://github.com/spuradage"><code>@spuradage</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1756">chronotope/chrono#1756</a></li>
<li>Added doctest for the NaiveDate years_since function by <a
href="https://github.com/LucasBou"><code>@LucasBou</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1755">chronotope/chrono#1755</a></li>
<li>Prepare 0.4.43 by <a
href="https://github.com/djc"><code>@djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1765">chronotope/chrono#1765</a></li>
<li>Update copyright year to 2026 in LICENSE.txt by <a
href="https://github.com/taozui472"><code>@taozui472</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1767">chronotope/chrono#1767</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chronotope/chrono/commit/45caaa970ce443b11106a710ee24bd2480e5ff99"><code>45caaa9</code></a>
Update copyright year to 2026 in LICENSE.txt</li>
<li><a
href="https://github.com/chronotope/chrono/commit/1c0b8f011ab2f2e53c195df1866a1fb4c7fd193a"><code>1c0b8f0</code></a>
Bump version to 0.4.43</li>
<li><a
href="https://github.com/chronotope/chrono/commit/a03e43b1c3ef3aea77f12200d84144f275560aa9"><code>a03e43b</code></a>
Upgrade windows-bindgen to 0.66</li>
<li><a
href="https://github.com/chronotope/chrono/commit/4fedaba2a214aa560e1c6a70d0a09e6955ed3ff4"><code>4fedaba</code></a>
Ignore bincode advisory</li>
<li><a
href="https://github.com/chronotope/chrono/commit/f4b7bbda679199e7509da813849a10242b2f7aa1"><code>f4b7bbd</code></a>
Bump actions/checkout from 5 to 6</li>
<li><a
href="https://github.com/chronotope/chrono/commit/db129730e8f21ca66b3808c133b7147cbc62fc41"><code>db12973</code></a>
Added doctest for the NaiveDate years_since function (<a
href="https://redirect.github.com/chronotope/chrono/issues/1755">#1755</a>)</li>
<li><a
href="https://github.com/chronotope/chrono/commit/34b5f49e9d7cdcabda6eea054609a2ce4ba947f0"><code>34b5f49</code></a>
chore: minor improvement for docs</li>
<li><a
href="https://github.com/chronotope/chrono/commit/8c827116b9d67fe926eceb553ce95656dd7627d0"><code>8c82711</code></a>
Bump actions/setup-node from 5 to 6</li>
<li><a
href="https://github.com/chronotope/chrono/commit/ea1f11b356fde5c2825679378e8ddf6e153942e5"><code>ea1f11b</code></a>
Drop deny lints, eager Debug impls are a mixed blessing</li>
<li><a
href="https://github.com/chronotope/chrono/commit/35f9f2daef4c3132546d0004fdf37284df023fd3"><code>35f9f2d</code></a>
Add feature gated defmt support.</li>
<li>Additional commits viewable in <a
href="https://github.com/chronotope/chrono/compare/v0.4.42...v0.4.43">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.5.53 to 4.5.54
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.54</h2>
<h2>[4.5.54] - 2026-01-02</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Move <code>[default]</code> to its own paragraph
when <code>PossibleValue::help</code> is present in
<code>--help</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.54] - 2026-01-02</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Move <code>[default]</code> to its own paragraph
when <code>PossibleValue::help</code> is present in
<code>--help</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/194c676f60b916506f94f70decdbf319af5d1ec6"><code>194c676</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/44838f6606fa015140c65a2d35971c1e9b269e26"><code>44838f6</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/0f59d55ff6b132cd59cd252442ce47078494be07"><code>0f59d55</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/6027">#6027</a>
from Alpha1337k/master</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e2aa2f07d1cd50412de51b51a7cc897e80e0b92f"><code>e2aa2f0</code></a>
Feat: Add catch-all on external subcommands for zsh</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b9c0aee9f28c5ad72932225bd730260f9bbe1fc6"><code>b9c0aee</code></a>
Feat: Add external subcommands test to suite</li>
<li>See full diff in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.53...clap_complete-v4.5.54">compare
view</a></li>
</ul>
</details>
<br />
Updates `colored` from 3.0.0 to 3.1.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/colored-rs/colored/blob/master/CHANGELOG.md">colored's
changelog</a>.</em></p>
<blockquote>
<h1>Unreleased</h1>
<ul>
<li>Added methods <code>ansi_color</code> and <code>on_ansi_color</code>
to <code>Colorize</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/colored-rs/colored/commit/5204a26619e10fda0adc77f07588811d6102a40d"><code>5204a26</code></a>
3.1.1</li>
<li><a
href="https://github.com/colored-rs/colored/commit/49392a3bc64d18fe794234821d5ccc3291060e35"><code>49392a3</code></a>
Limit to 5 keywords</li>
<li><a
href="https://github.com/colored-rs/colored/commit/b791685b962f5ddcaa027fad404cfa18a9ef1059"><code>b791685</code></a>
3.1.0</li>
<li><a
href="https://github.com/colored-rs/colored/commit/9a831216eabe0058f0de2c22b1c46e2749d8fa88"><code>9a83121</code></a>
Allow windows-sys 0.61 to be used (<a
href="https://redirect.github.com/mackwic/colored/issues/218">#218</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/192598decb1e5b33a5c1fa8be51e7e69103ca458"><code>192598d</code></a>
Clean up <code>Colorize</code> trait</li>
<li><a
href="https://github.com/colored-rs/colored/commit/ec013ae7da84e4a70d34f92334b01db458252e38"><code>ec013ae</code></a>
chore: minor improvement for docs (<a
href="https://redirect.github.com/mackwic/colored/issues/212">#212</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/5bc198b98fb4790413891083cf49259b75ebbe70"><code>5bc198b</code></a>
Replace 'ansi_term' dev-dependency with 'ansiterm' (<a
href="https://redirect.github.com/mackwic/colored/issues/209">#209</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/a21367d1040ed8e488e2caffce7b430dbfd309c9"><code>a21367d</code></a>
Allow windows-sys 0.60 to be used (<a
href="https://redirect.github.com/mackwic/colored/issues/206">#206</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/9450fea228364e557c8dddabc45e0aa33c5308ac"><code>9450fea</code></a>
Fix clippy warning (<a
href="https://redirect.github.com/mackwic/colored/issues/207">#207</a>)</li>
<li><a
href="https://github.com/colored-rs/colored/commit/68761c1dfe306c870aa94af085c4686bce8d5fbd"><code>68761c1</code></a>
README: use the latest v3.0 version for example (<a
href="https://redirect.github.com/mackwic/colored/issues/204">#204</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mackwic/colored/compare/v3.0.0...v3.1.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `flate2` from 1.1.5 to 1.1.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/flate2-rs/releases">flate2's
releases</a>.</em></p>
<blockquote>
<h2>1.1.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Document feature flags using document-features crate by <a
href="https://github.com/Copilot"><code>@Copilot</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/519">rust-lang/flate2-rs#519</a></li>
<li>Complete the zlib-rs support without the need for C-bindings by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/524">rust-lang/flate2-rs#524</a></li>
<li>test zlib API for all compatible backends by <a
href="https://github.com/Byron"><code>@Byron</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/525">rust-lang/flate2-rs#525</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/519">rust-lang/flate2-rs#519</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8">https://github.com/rust-lang/flate2-rs/compare/1.1.7...1.1.8</a></p>
<h2>1.1.7 - depend on <code>zlib-rs</code> directly and remove
<code>libz-rs-sys</code></h2>
<h2>What's Changed</h2>
<ul>
<li>chore: make some documents clearer by <a
href="https://github.com/reddaisyy"><code>@reddaisyy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li>
<li>Explain rationale for choosing bufread,read,write modules by <a
href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/512">rust-lang/flate2-rs#512</a></li>
<li>use Decompress::reset() instead of recreating in DeflateDecoder by
<a
href="https://github.com/amirshukayev"><code>@amirshukayev</code></a>
in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li>
<li>use <code>zlib_rs</code> api by <a
href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/513">rust-lang/flate2-rs#513</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/reddaisyy"><code>@reddaisyy</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li>
<li><a
href="https://github.com/amirshukayev"><code>@amirshukayev</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6">https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6</a></p>
<h2>1.1.6 - YANKED</h2>
<p>It caused <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/515">rust-lang/flate2-rs#515</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>chore: make some documents clearer by <a
href="https://github.com/reddaisyy"><code>@reddaisyy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li>
<li>Explain rationale for choosing bufread,read,write modules by <a
href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/512">rust-lang/flate2-rs#512</a></li>
<li>use Decompress::reset() instead of recreating in DeflateDecoder by
<a
href="https://github.com/amirshukayev"><code>@amirshukayev</code></a>
in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li>
<li>use <code>zlib_rs</code> api by <a
href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/513">rust-lang/flate2-rs#513</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/reddaisyy"><code>@reddaisyy</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/510">rust-lang/flate2-rs#510</a></li>
<li><a
href="https://github.com/amirshukayev"><code>@amirshukayev</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/flate2-rs/pull/514">rust-lang/flate2-rs#514</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6">https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/8b66c27705ac7ea7ddf50768dedfbe23ead90a4e"><code>8b66c27</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/525">#525</a>
from Byron/test-zlib-API</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/5e752c94440cca93e883baabf78a97a839cfae6c"><code>5e752c9</code></a>
Address PR review</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/3196dd0783a666eedb5e4cdb871dc7b60361d3df"><code>3196dd0</code></a>
refactor internal feature toggles to better represent the status
quo</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/106cbcc181a1ab2207312b62353ebf4f750edb30"><code>106cbcc</code></a>
Bump patch level in preparation for release</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/af7a0b31996ef5a27a107462c811a301ab77519d"><code>af7a0b3</code></a>
Add capabilties test for functions reserved to
zlib-implementations.</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/22c77ee9c8cfb3a50e204e15ac7552738fee7145"><code>22c77ee</code></a>
Describe <code>unreachable!("...")</code> branch in
<code>Deflate::set_level()</code> of <code>zlib-rs</code></li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/b9e2979415993c787f93ed236ef3f25f68a45ff4"><code>b9e2979</code></a>
Remove C-binding specific restriction from CI for <code>zlib-rs</code>
test.</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/71eb5c51fecd3fd1cf4d680dfc83bdaa3a3c3cbc"><code>71eb5c5</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/524">#524</a>
from Byron/complete-zlib-rs</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/fec67ebbb4ca7dae00ab9fc840002ea62f7e65cd"><code>fec67eb</code></a>
zlib-rs: support <code>set_dictionary</code> and
<code>set_level</code></li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/ecfdc2d2eb82c262e7b65d5d2d59808810d94369"><code>ecfdc2d</code></a>
update zlib-rs to 0.5.5</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.1.5...1.1.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `indexmap` from 2.12.1 to 2.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's
changelog</a>.</em></p>
<blockquote>
<h2>2.13.0 (2026-01-07)</h2>
<ul>
<li>Implemented <code>Clone</code> for <code>IntoKeys</code> and
<code>IntoValues</code>.</li>
<li>Added <code>map::Slice::split_at_checked</code> and
<code>split_at_mut_checked</code>.</li>
<li>Added <code>set::Slice::split_at_checked</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/a4aba99f09636ad727d934d367f701c965367cc3"><code>a4aba99</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/431">#431</a>
from cuviper/release-2.13.0</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/e345f3a7ba6064f34d6c9ac367cb878c21dd2ffd"><code>e345f3a</code></a>
Release 2.13.0</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/e6b677b4ce0f35d127da24b1b4553aa7a7bc3fb1"><code>e6b677b</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/430">#430</a>
from cuviper/split_at_checked</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/61c9d534e1dfbbd3b248f10b982dcf6f7f89613d"><code>61c9d53</code></a>
Add <code>Slice::split_at_checked</code> and
<code>split_at_mut_checked</code></li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/8b8d35076238f1c06ea522efaf73be9154ca72d5"><code>8b8d350</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/426">#426</a>
from cuviper/clone-intokv</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/88efd0cadd7cdab8624bbbaeac66fba14701472e"><code>88efd0c</code></a>
<code>impl Clone for IntoKeys</code> and <code>IntoValues</code></li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/3b6d04bab36739744c78f91ce717b1f9344bae9a"><code>3b6d04b</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/425">#425</a>
from cuviper/inner-core</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/eb30eb112bdea0eb344a508aeda58359db8696c8"><code>eb30eb1</code></a>
Move crate::map::core to crate::inner</li>
<li>See full diff in <a
href="https://github.com/indexmap-rs/indexmap/compare/2.12.1...2.13.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `insta` from 1.45.0 to 1.46.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/releases">insta's
releases</a>.</em></p>
<blockquote>
<h2>1.46.1</h2>
<h2>Release Notes</h2>
<ul>
<li>Fix inline snapshot corruption when multiple snapshots appear inside
<code>with_settings!</code> macro. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/858">#858</a></li>
</ul>
<h2>Install cargo-insta 1.46.1</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-installer.ps1
| iex"
</code></pre>
<h2>Download cargo-insta 1.46.1</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-aarch64-apple-darwin.tar.xz">cargo-insta-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-apple-darwin.tar.xz">cargo-insta-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-pc-windows-msvc.zip">cargo-insta-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz">cargo-insta-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz">cargo-insta-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.46.1/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<h2>1.46.0</h2>
<h2>Release Notes</h2>
<ul>
<li>Add <code>INSTA_PENDING_DIR</code> environment variable for Bazel
and other hermetic build systems. When set, pending snapshots are
written to a separate directory while keeping the source tree read-only.
We are very open to feedback on this feature. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/852">#852</a></li>
<li>Fix documentation for <code>test.runner_fallback</code> config key.
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/853">#853</a></li>
</ul>
<h2>Install cargo-insta 1.46.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/insta/releases/download/1.46.0/cargo-insta-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/mitsuhiko/insta/releases/download/1.46.0/cargo-insta-installer.ps1
| iex"
</code></pre>
<h2>Download cargo-insta 1.46.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's
changelog</a>.</em></p>
<blockquote>
<h2>1.46.1</h2>
<ul>
<li>Fix inline snapshot corruption when multiple snapshots appear inside
<code>with_settings!</code> macro. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/858">#858</a></li>
</ul>
<h2>1.46.0</h2>
<ul>
<li>Add <code>INSTA_PENDING_DIR</code> environment variable for Bazel
and other hermetic build systems. When set, pending snapshots are
written to a separate directory while keeping the source tree read-only.
We are very open to feedback on this feature. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/852">#852</a></li>
<li>Fix documentation for <code>test.runner_fallback</code> config key.
<a
href="https://redirect.github.com/mitsuhiko/insta/issues/853">#853</a></li>
</ul>
<h2>1.45.1</h2>
<ul>
<li>Fix backward compatibility with TOML format produced by insta <
1.45.0. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/849">#849</a>
(<a
href="https://github.com/chitoku-k"><code>@chitoku-k</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/8a5b77531f89bc78d00cab17f2ac8b2c69ceadab"><code>8a5b775</code></a>
Release 1.46.1 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/859">#859</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/822f404d0a5e2b5bfe3381505861f010e23350bc"><code>822f404</code></a>
Fix inline snapshot corruption with multiple snapshots in with_settings!
(<a
href="https://redirect.github.com/mitsuhiko/insta/issues/858">#858</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/7d27e3ab04e6f25d97c96ce9fa7bf15622e5af3e"><code>7d27e3a</code></a>
Release 1.46.0 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/855">#855</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/3aa59d6f94d1b0c25d5953231019aa1eadbb4017"><code>3aa59d6</code></a>
Add INSTA_PENDING_DIR environment variable for hermetic builds (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/852">#852</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/fd40cf7d5197a8ac30779c376c0d36a9ac420da8"><code>fd40cf7</code></a>
Fix docs for test.runner_fallback config key (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/853">#853</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/ac191ba67c3d531d9dd179bb83257704ffd9b63e"><code>ac191ba</code></a>
Add test for multiline snapshots without special characters (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/848">#848</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/55f6999fd44715d73d66b74db35a0a0b07f9da2e"><code>55f6999</code></a>
Release 1.45.1 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/850">#850</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/00b1cd4ef0ddf18c81f7b700f310d6bcc70129a3"><code>00b1cd4</code></a>
Fix backward compatibility with TOML format produced by insta <
1.45.0 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/849">#849</a>)</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/insta/compare/1.45.0...1.46.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.146 to 1.0.149
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.149</h2>
<ul>
<li>Align arbitrary_precision number strings with zmij's formatting (<a
href="https://redirect.github.com/serde-rs/json/issues/1306">#1306</a>,
thanks <a href="https://github.com/b41sh"><code>@b41sh</code></a>)</li>
</ul>
<h2>v1.0.148</h2>
<ul>
<li>Update <code>zmij</code> dependency to 1.0</li>
</ul>
<h2>v1.0.147</h2>
<ul>
<li>Switch float-to-string algorithm from Ryū to Żmij for better f32 and
f64 serialization performance (<a
href="https://redirect.github.com/serde-rs/json/issues/1304">#1304</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/4f6dbfac79647d032b0997b5ab73022340c6dab7"><code>4f6dbfa</code></a>
Release 1.0.149</li>
<li><a
href="https://github.com/serde-rs/json/commit/f3df680098007496f5580903890892d51116d129"><code>f3df680</code></a>
Touch up PR 1306</li>
<li><a
href="https://github.com/serde-rs/json/commit/e16730ff445bc38c04537109d99e80c594f8150c"><code>e16730f</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1306">#1306</a>
from b41sh/fix-float-number-display</li>
<li><a
href="https://github.com/serde-rs/json/commit/eeb2bcd3f2fd2300de21381e23b3cebd33bfca30"><code>eeb2bcd</code></a>
Align <code>arbitrary_precision</code> number strings with zmij’s
formatting</li>
<li><a
href="https://github.com/serde-rs/json/commit/8b291c4c5620476d6834c69fbfb24d13a24d4596"><code>8b291c4</code></a>
Release 1.0.148</li>
<li><a
href="https://github.com/serde-rs/json/commit/1aefe152735f1b11ce7f641f8e86448d227163bf"><code>1aefe15</code></a>
Update to zmij 1.0</li>
<li><a
href="https://github.com/serde-rs/json/commit/62d6e8d6158ccc1608fb57d9a8a73cc8d15f5b2a"><code>62d6e8d</code></a>
Release 1.0.147</li>
<li><a
href="https://github.com/serde-rs/json/commit/fd829a65beb37d2db296f1a64c22c25ad508d6d8"><code>fd829a6</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1304">#1304</a>
from dtolnay/zmij</li>
<li><a
href="https://github.com/serde-rs/json/commit/e757a3d8813bfacad8354ae3af89fa19a471da6b"><code>e757a3d</code></a>
Switch from ryu -> zmij for float formatting</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.146...v1.0.149">compare
view</a></li>
</ul>
</details>
<br />
Updates `thiserror` from 2.0.17 to 2.0.18
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/thiserror/releases">thiserror's
releases</a>.</em></p>
<blockquote>
<h2>2.0.18</h2>
<ul>
<li>Make compatible with project-level <code>needless_lifetimes =
"forbid"</code> (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/443">#443</a>,
thanks <a
href="https://github.com/LucaCappelletti94"><code>@LucaCappelletti94</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/dc0f6a23a3fb6ae34ef117133ec43650450c4b32"><code>dc0f6a2</code></a>
Release 2.0.18</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/027529273572e8171262231190c4328e40ec1b36"><code>0275292</code></a>
Touch up PR 443</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/3c33bc60add478225e6bbd19e9974a633da08545"><code>3c33bc6</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/443">#443</a>
from LucaCappelletti94/master</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/995939cc2eae15cc23f873f354f8ef3fbfd6a707"><code>995939c</code></a>
Reproduce issue 442</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/21653d1d33f563f0b8f8881671894a23cc3a2a27"><code>21653d1</code></a>
Made clippy lifetime allows conditional</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/45e5388009e68c32f20182db21ee5887bc1c3304"><code>45e5388</code></a>
Update actions/upload-artifact@v5 -> v6</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/386aac126a95a97fae374c05bd2ebb1dd550a361"><code>386aac1</code></a>
Update actions/upload-artifact@v4 -> v5</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/ec50561375fcd29d700da43a79f4f5d9794e5b4b"><code>ec50561</code></a>
Update actions/checkout@v5 -> v6</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/247eab5d79e27ad28859afdf8bc600a4242829b7"><code>247eab5</code></a>
Update name of empty_enum clippy lint</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/91b181f0899fd42f41c210e73822c29eef29dd6d"><code>91b181f</code></a>
Raise required compiler to Rust 1.68</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18">compare
view</a></li>
</ul>
</details>
<br />
Updates `url` from 2.5.7 to 2.5.8
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/servo/rust-url/commit/d6ea13c5f8e7e6e627f6390161b3e185bda5e5ce"><code>d6ea13c</code></a>
Bump to 2.5.8</li>
<li><a
href="https://github.com/servo/rust-url/commit/8269ac31924544991687a188a8ee477e48a14073"><code>8269ac3</code></a>
ci: update cargo-deny config, bump cargo-deny-action to v2 (<a
href="https://redirect.github.com/servo/rust-url/issues/1092">#1092</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/6dfdf17f6a6f93ed91681875345caf8e791d261a"><code>6dfdf17</code></a>
chore: fix some typos in comments (<a
href="https://redirect.github.com/servo/rust-url/issues/1090">#1090</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/b06048d70d4cc9cf4ffb277f06cfcebd53b2141e"><code>b06048d</code></a>
Attempt to fix 1.82 CI (<a
href="https://redirect.github.com/servo/rust-url/issues/1085">#1085</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/9771ab51f0aaa02ca1884f88c577260e9b86f9b6"><code>9771ab5</code></a>
Fix roundtripping issue (<a
href="https://redirect.github.com/servo/rust-url/issues/1079">#1079</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/22b925f93ad505a830f1089538a9ed6f5fd90612"><code>22b925f</code></a>
Improve Compile Times with <code>serde_derive</code> (<a
href="https://redirect.github.com/servo/rust-url/issues/1075">#1075</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/0afccc947a218ea02d34ad4f8aee4f2b6d328ddb"><code>0afccc9</code></a>
fix outdated docs for ParseError (<a
href="https://redirect.github.com/servo/rust-url/issues/1074">#1074</a>)</li>
<li>See full diff in <a
href="https://github.com/servo/rust-url/compare/v2.5.7...v2.5.8">compare
view</a></li>
</ul>
</details>
<br />
Updates `zip` from 7.0.0 to 7.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/releases">zip's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.0</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>display the underlying error in Display impl for ZipError::Display
(<a
href="https://redirect.github.com/zip-rs/zip2/pull/483">#483</a>)</li>
<li>Enable creation of <code>ZipArchive</code> without reparsing (<a
href="https://redirect.github.com/zip-rs/zip2/pull/485">#485</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Return InvalidPassword rather than panic when AES key is the wrong
length (<a
href="https://redirect.github.com/zip-rs/zip2/pull/457">#457</a>)</li>
<li>bench with auto zip64 comment (<a
href="https://redirect.github.com/zip-rs/zip2/pull/505">#505</a>)</li>
<li>add condition for <code>getrandom</code> dependency (<a
href="https://redirect.github.com/zip-rs/zip2/pull/504">#504</a>)</li>
<li><em>(zipcrypto)</em> Support streaming ZipCrypto encryption, don't
store entire file in memory (<a
href="https://redirect.github.com/zip-rs/zip2/pull/462">#462</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Clean up imports and move types (<a
href="https://redirect.github.com/zip-rs/zip2/pull/461">#461</a>)</li>
<li>Replace handwritten <code>Ord</code> and <code>PartialOrd</code> for
<code>DateTime</code> (<a
href="https://redirect.github.com/zip-rs/zip2/pull/484">#484</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3>
<ul>
<li>Lock <code>lzma-rust2</code> to at least 0.15.5 (<a
href="https://redirect.github.com/zip-rs/zip2/pull/491">#491</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/zip-rs/zip2/compare/v7.0.0...v7.1.0">7.1.0</a>
- 2026-01-14</h2>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>display the underlying error in Display impl for ZipError::Display
(<a
href="https://redirect.github.com/zip-rs/zip2/pull/483">#483</a>)</li>
<li>Enable creation of <code>ZipArchive</code> without reparsing (<a
href="https://redirect.github.com/zip-rs/zip2/pull/485">#485</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Return InvalidPassword rather than panic when AES key is the wrong
length (<a
href="https://redirect.github.com/zip-rs/zip2/pull/457">#457</a>)</li>
<li>bench with auto zip64 comment (<a
href="https://redirect.github.com/zip-rs/zip2/pull/505">#505</a>)</li>
<li>add condition for <code>getrandom</code> dependency (<a
href="https://redirect.github.com/zip-rs/zip2/pull/504">#504</a>)</li>
<li><em>(zipcrypto)</em> Support streaming ZipCrypto encryption, don't
store entire file in memory (<a
href="https://redirect.github.com/zip-rs/zip2/pull/462">#462</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->🚜 Refactor</h3>
<ul>
<li>Clean up imports and move types (<a
href="https://redirect.github.com/zip-rs/zip2/pull/461">#461</a>)</li>
<li>Replace handwritten <code>Ord</code> and <code>PartialOrd</code> for
<code>DateTime</code> (<a
href="https://redirect.github.com/zip-rs/zip2/pull/484">#484</a>)</li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3>
<ul>
<li>Lock <code>lzma-rust2</code> to at least 0.15.5 (<a
href="https://redirect.github.com/zip-rs/zip2/pull/491">#491</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zip-rs/zip2/commit/ffcf8adc7785bd74de0299dfdcc34e6a0147208b"><code>ffcf8ad</code></a>
chore: release v7.1.0 (<a
href="https://redirect.github.com/zip-rs/zip2/issues/517">#517</a>)</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/003531d67d49f1cf0284ddc68e5226dc8b374b48"><code>003531d</code></a>
ci: Work around <a
href="https://redirect.github.com/github/codeql-action/issues/1572">github/codeql-action#1572</a></li>
<li><a
href="https://github.com/zip-rs/zip2/commit/b1c776baf4d80abef5d541d23b3e4b593c9dd220"><code>b1c776b</code></a>
chore(deps): Remove temporary dependency on rustversion (<a
href="https://redirect.github.com/zip-rs/zip2/issues/513">#513</a>)</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/24e5188af38a783d1e2584d953c61f57b73710b2"><code>24e5188</code></a>
chore(deps): update fuzzing deps and Dependabot config (<a
href="https://redirect.github.com/zip-rs/zip2/issues/515">#515</a>)</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/2f167eb2c994c019a9356d2e4f28bc22bdc0e7bd"><code>2f167eb</code></a>
fix: Return InvalidPassword rather than panic when AES key is the wrong
lengt...</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/8b2f161df883be963849c520181e7339112cc2bf"><code>8b2f161</code></a>
ci: Configure concurrency groups: one per commit on master, one per ref
elsew...</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/3e0f5df2c440a8259d8d416f6234f623db7c8401"><code>3e0f5df</code></a>
docs: Potential fixes for 5 code quality findings in
examples/write_sample.rs...</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/d3e20babdd763fd456ccac9ba7c830da1d3d62bb"><code>d3e20ba</code></a>
chore(deps): Update misc. dependencies (<a
href="https://redirect.github.com/zip-rs/zip2/issues/508">#508</a>)</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/671ab75991b56c82bad9bf02b1c5750d2c09d363"><code>671ab75</code></a>
style: Clarify an error message, and address other code-quality findings
in w...</li>
<li><a
href="https://github.com/zip-rs/zip2/commit/884d8f6878c336ea7973a1ed96970d71e008e6ce"><code>884d8f6</code></a>
docs(examples): prevent path traversal in extract example (<a
href="https://redirect.github.com/zip-rs/zip2/issues/512">#512</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/zip-rs/zip2/compare/v7.0.0...v7.1.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Toshiki Teramura <toshiki.teramura@gmail.com> Active Branches
No pull requests foundAs pull requests are created, their performance will appear here. © 2026 CodSpeed Technology