Commit 12d72be
authored
Bump the rust-crates group across 1 directory with 20 updates (#1312)
Bumps the rust-crates group with 20 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [camino](https://github.com/camino-rs/camino) | `1.2.2` | `1.2.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.61` | `1.2.64` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [compact_str](https://github.com/ParkMyCar/compact_str) | `0.9.0` |
`0.9.1` |
| [ctor](https://github.com/mmastrac/linktime) | `1.0.6` | `1.0.7` |
| [dashmap](https://github.com/xacrimon/dashmap) | `6.1.0` | `6.2.1` |
| [filetime](https://github.com/alexcrichton/filetime) | `0.2.27` |
`0.2.29` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.25` | `0.4.26`
|
| [insta](https://github.com/mitsuhiko/insta) | `1.47.2` | `1.48.0` |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.32` |
| [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` |
| [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.3` |
`0.13.4` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware)
| `0.5.1` | `0.5.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150`
|
| [serde_with](https://github.com/jonasbb/serde_with) | `3.19.0` |
`3.21.0` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` |
`1.15.2` |
| [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` |
| [tar](https://github.com/composefs/tar-rs) | `0.4.45` | `0.4.46` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.3` |
Updates `camino` from 1.2.2 to 1.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/camino-rs/camino/releases">camino's
releases</a>.</em></p>
<blockquote>
<h2>camino 1.2.3</h2>
<h3>Performance improvements</h3>
<ul>
<li><code>Utf8Path::hash</code> now delegates to
<code>std::path::Path::hash</code>, resulting in hashing requiring ~2x
fewer instructions. Thanks <a
href="https://github.com/stormslowly">stormslowly</a> for your first
contribution!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/camino-rs/camino/blob/main/CHANGELOG.md">camino's
changelog</a>.</em></p>
<blockquote>
<h2>[1.2.3] - 2026-06-18</h2>
<h3>Performance improvements</h3>
<ul>
<li><code>Utf8Path::hash</code> now delegates to
<code>std::path::Path::hash</code>, resulting in hashing requiring ~2x
fewer instructions. Thanks <a
href="https://github.com/stormslowly">stormslowly</a> for your first
contribution!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/camino-rs/camino/commit/0b4c744aa4f312ce519fd0e86daae780c1f86b01"><code>0b4c744</code></a>
[camino] version 1.2.3</li>
<li><a
href="https://github.com/camino-rs/camino/commit/feac129212a7d5304d4356d8e489ca5cfd084db9"><code>feac129</code></a>
[meta] prepare changelog</li>
<li><a
href="https://github.com/camino-rs/camino/commit/f806a85321fa0c811c15cda96176ee43c62ae284"><code>f806a85</code></a>
add cargo-release autoreplacements</li>
<li><a
href="https://github.com/camino-rs/camino/commit/6368097ecead11b0e06ecf05858cb17aa05b0afe"><code>6368097</code></a>
perf: delegate <code>Utf8Path::hash</code> to the wrapped
<code>Path</code> (<a
href="https://redirect.github.com/camino-rs/camino/issues/120">#120</a>)</li>
<li><a
href="https://github.com/camino-rs/camino/commit/05beb0ec91de88357972b25d8503043640530ef1"><code>05beb0e</code></a>
test: assert Utf8Path Hash/Eq consistency (<a
href="https://redirect.github.com/camino-rs/camino/issues/121">#121</a>)</li>
<li><a
href="https://github.com/camino-rs/camino/commit/8684c7be0d1924092f64dd37dd06f13d605ffc5e"><code>8684c7b</code></a>
[ci] also use pinned Cargo.lock for nightly-2022-12-14</li>
<li><a
href="https://github.com/camino-rs/camino/commit/17e81971e24de856488a506c21cbb81f1acd3d8d"><code>17e8197</code></a>
[ci] use pinned Cargo.lock for Rust 1.68</li>
<li><a
href="https://github.com/camino-rs/camino/commit/0bfd6243e375264b089a4c0e6054b86fc900e1a0"><code>0bfd624</code></a>
[release] use trusted publishing</li>
<li>See full diff in <a
href="https://github.com/camino-rs/camino/compare/camino-1.2.2...camino-1.2.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `cc` from 1.2.61 to 1.2.64
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/releases">cc's
releases</a>.</em></p>
<blockquote>
<h2>cc-v1.2.64</h2>
<h3>Other</h3>
<ul>
<li>Add more bare-metal 32-bit Arm support (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1753">#1753</a>)</li>
<li>Remove unnecessary clone (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1748">#1748</a>)</li>
<li>Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r
bare-metal targets (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1742">#1742</a>)</li>
</ul>
<h2>cc-v1.2.63</h2>
<h3>Other</h3>
<ul>
<li>Update shlex requirement from 1.3.0 to 2.0.1 (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1736">#1736</a>)</li>
</ul>
<h2>cc-v1.2.62</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1721">#1721</a>)</li>
<li>Allow exceptions on wasm platforms (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1714">#1714</a>)</li>
<li>Add relibc env (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1710">#1710</a>)</li>
<li>recognize sh4 architecture in parse_arch() (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1712">#1712</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.63...cc-v1.2.64">1.2.64</a>
- 2026-06-12</h2>
<h3>Other</h3>
<ul>
<li>Add more bare-metal 32-bit Arm support (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1753">#1753</a>)</li>
<li>Remove unnecessary clone (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1748">#1748</a>)</li>
<li>Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r
bare-metal targets (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1742">#1742</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.62...cc-v1.2.63">1.2.63</a>
- 2026-05-29</h2>
<h3>Other</h3>
<ul>
<li>Update shlex requirement from 1.3.0 to 2.0.1 (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1736">#1736</a>)</li>
</ul>
<h2><a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.61...cc-v1.2.62">1.2.62</a>
- 2026-05-08</h2>
<h3>Other</h3>
<ul>
<li>Regenerate target info (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1721">#1721</a>)</li>
<li>Allow exceptions on wasm platforms (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1714">#1714</a>)</li>
<li>Add relibc env (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1710">#1710</a>)</li>
<li>recognize sh4 architecture in parse_arch() (<a
href="https://redirect.github.com/rust-lang/cc-rs/pull/1712">#1712</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/f0c89980a9c521dc5b703a20760900d9770319c0"><code>f0c8998</code></a>
chore(cc): release v1.2.64 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1757">#1757</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/1cb49a754e23f1fdb9d4fb8d3477598acb7dd627"><code>1cb49a7</code></a>
Add more bare-metal 32-bit Arm support (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1753">#1753</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/44212e077cc762b595a3c4f5cc450e69aa164685"><code>44212e0</code></a>
Bump actions/checkout from 6.0.2 to 6.0.3 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1751">#1751</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/9c81f5d724a9e327895fa18c100ce36dc4016db9"><code>9c81f5d</code></a>
Remove unnecessary clone (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1748">#1748</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/a2bcb6e14c18e7191f5e0891b6925622eb3d5581"><code>a2bcb6e</code></a>
Update rusqlite requirement from 0.39.0 to 0.40.0 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1744">#1744</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/b2e811e17bbb052fe2db0cb5dbcf82ac295ff53b"><code>b2e811e</code></a>
Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal
targe...</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/b49589a6a1d207d9d61079ddf599c03ef89b3b55"><code>b49589a</code></a>
chore(cc): release v1.2.63 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1740">#1740</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/71a5688b2d5a97afe9f6b89224012d2769318a12"><code>71a5688</code></a>
Update shlex requirement from 1.3.0 to 2.0.1 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1736">#1736</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/6361640c5d4ae2e87726e12302fb712f61a064d2"><code>6361640</code></a>
Bump release-plz/action from 0.5.128 to 0.5.129 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1728">#1728</a>)</li>
<li><a
href="https://github.com/rust-lang/cc-rs/commit/225326ac62619b957ce4aff2ae031739bcedf80c"><code>225326a</code></a>
Bump taiki-e/install-action from 2.75.28 to 2.77.6 (<a
href="https://redirect.github.com/rust-lang/cc-rs/issues/1729">#1729</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.61...cc-v1.2.64">compare
view</a></li>
</ul>
</details>
<br />
Updates `chrono` from 0.4.44 to 0.4.45
<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.45</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1787">chronotope/chrono#1787</a></li>
<li>tz_data: fix tzdata locations on Android by <a
href="https://github.com/caruschalalamove"><code>@caruschalalamove</code></a>
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1789">chronotope/chrono#1789</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chronotope/chrono/commit/170338250e836976a211e64728ec956e45e78a39"><code>1703382</code></a>
Prepare 0.4.45 release</li>
<li><a
href="https://github.com/chronotope/chrono/commit/881f9ab2f7068c98173cce86ce1a3642848ce98a"><code>881f9ab</code></a>
tz_data: fix tzdata locations on Android</li>
<li><a
href="https://github.com/chronotope/chrono/commit/f14ead46c0feeed8d5b2471c7a55069fbc822d01"><code>f14ead4</code></a>
fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow</li>
<li><a
href="https://github.com/chronotope/chrono/commit/c6063e6f5a03a48c6feeac3eb5b51ab4cb902759"><code>c6063e6</code></a>
Update similar-asserts requirement from 1.6.1 to 2.0.0</li>
<li><a
href="https://github.com/chronotope/chrono/commit/120686c82c5da90377e815edb82c9a80b6b4f2be"><code>120686c</code></a>
Bump codecov/codecov-action from 5 to 6</li>
<li>See full diff in <a
href="https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45">compare
view</a></li>
</ul>
</details>
<br />
Updates `compact_str` from 0.9.0 to 0.9.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ParkMyCar/compact_str/blob/v0.9.1/CHANGELOG.md">compact_str's
changelog</a>.</em></p>
<blockquote>
<h1>0.9.1</h1>
<h3>May 26, 2026</h3>
<h2>Changes</h2>
<ul>
<li>Fixed a case of undefined behavior in <code>HeapString</code>.
<ul>
<li>Fix in <a
href="https://redirect.github.com/ParkMyCar/compact_str/pull/459"><code>fix:
possible undefined behavior with realloc in a HeapString</code></a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ParkMyCar/compact_str/commit/fbe932e7d03c9a18d25c7242e7703e096708e840"><code>fbe932e</code></a>
fix CI</li>
<li><a
href="https://github.com/ParkMyCar/compact_str/commit/639e171eddb897d4c451fc6acb6570e477131b07"><code>639e171</code></a>
v0.9.1</li>
<li><a
href="https://github.com/ParkMyCar/compact_str/commit/0a51e12841eef318d0680790c8250ae2444bc5db"><code>0a51e12</code></a>
backport <a
href="https://redirect.github.com/ParkMyCar/compact_str/pull/459">ParkMyCar/compact_str#459</a></li>
<li><a
href="https://github.com/ParkMyCar/compact_str/commit/70361f7b0c2e08950499e8e7b8e0ca6181c64257"><code>70361f7</code></a>
version: 0.9.0 (<a
href="https://redirect.github.com/ParkMyCar/compact_str/issues/430">#430</a>)</li>
<li><a
href="https://github.com/ParkMyCar/compact_str/commit/f1c0bc3eeb22c93df91e804984ea9acdee08928c"><code>f1c0bc3</code></a>
start, delete methods that are documented as being deleted in v0.9.0 (<a
href="https://redirect.github.com/ParkMyCar/compact_str/issues/429">#429</a>)</li>
<li><a
href="https://github.com/ParkMyCar/compact_str/commit/2d7e3d4b9b8167956cab4327b92db4a44665de61"><code>2d7e3d4</code></a>
start, small fix, qualify the vec macro (<a
href="https://redirect.github.com/ParkMyCar/compact_str/issues/428">#428</a>)</li>
<li>See full diff in <a
href="https://github.com/ParkMyCar/compact_str/compare/v0.9.0...v0.9.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `ctor` from 1.0.6 to 1.0.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mmastrac/linktime/releases">ctor's
releases</a>.</em></p>
<blockquote>
<h2>ctor-1.0.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump downstream <code>link-section</code> crate version and API
updates.</li>
<li>Better error messages on bad attributes.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7">https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mmastrac/linktime/commit/187a65886aa6799760dc2fa2178099bfe9280f13"><code>187a658</code></a>
Bump crate versions and remove <code>scattered-collect-proc-macro</code>
(<a
href="https://redirect.github.com/mmastrac/linktime/issues/472">#472</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/f8b097f38e53638cf1bba87aa296d83441d3b279"><code>f8b097f</code></a>
Updating link-section to use private sections (<a
href="https://redirect.github.com/mmastrac/linktime/issues/469">#469</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/6f7fc13cb48a50e2ab28f54e3daa10d7f1e93688"><code>6f7fc13</code></a>
Add a new combine! macro to replace hash/ident_concat (<a
href="https://redirect.github.com/mmastrac/linktime/issues/471">#471</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/87a7bfdf1721a727afb3281da052d396d66333ee"><code>87a7bfd</code></a>
Improve macro-magic errors on bad attribute (<a
href="https://redirect.github.com/mmastrac/linktime/issues/470">#470</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/606c223d259f9d5664bc324e61b3937e4e2d02b6"><code>606c223</code></a>
Improve macro collection path resolution (<a
href="https://redirect.github.com/mmastrac/linktime/issues/468">#468</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/80ce8d3b3c7cff2640ecedc8399030cc028db3f0"><code>80ce8d3</code></a>
Scattered iterable (<a
href="https://redirect.github.com/mmastrac/linktime/issues/467">#467</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/86ee26c6974218c661f0bebadbdbd3cc96080b61"><code>86ee26c</code></a>
Remove <code>feature(used_with_args)</code> from all examples (<a
href="https://redirect.github.com/mmastrac/linktime/issues/466">#466</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/31a2a52135e9c9308a211381b8a2258da755629d"><code>31a2a52</code></a>
Implement the scattered map (<a
href="https://redirect.github.com/mmastrac/linktime/issues/465">#465</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/06cf9aaa50e29bef7ea02e4571ace34d320bbcf6"><code>06cf9aa</code></a>
Improve scattered-collect macros (<a
href="https://redirect.github.com/mmastrac/linktime/issues/464">#464</a>)</li>
<li><a
href="https://github.com/mmastrac/linktime/commit/7fcecabf0ed0f2c0fcc3b57474755306bca33283"><code>7fcecab</code></a>
Improved scattered-collect docs (<a
href="https://redirect.github.com/mmastrac/linktime/issues/463">#463</a>)</li>
<li>See full diff in <a
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.6...ctor-1.0.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `dashmap` from 6.1.0 to 6.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/xacrimon/dashmap/releases">dashmap's
releases</a>.</em></p>
<blockquote>
<h2>v6.2.1</h2>
<p>This is an interim maintenance release for the existing v6 branch
before v7 can be released. This bumps the MSRV to 1.85 and updates
dependencies to their latest versions.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xacrimon/dashmap/commit/749ed1f965115e9e1920d2fc7ae65f633858b021"><code>749ed1f</code></a>
v6.2.1</li>
<li><a
href="https://github.com/xacrimon/dashmap/commit/d02b945b0b26a69fc90335947b62a91e798f51dd"><code>d02b945</code></a>
v6.2.0</li>
<li><a
href="https://github.com/xacrimon/dashmap/commit/b9836256b680d062e4eefec7abee21c159049224"><code>b983625</code></a>
update dependencies</li>
<li><a
href="https://github.com/xacrimon/dashmap/commit/94a294a62971d01fb54b564a05f68674b6677100"><code>94a294a</code></a>
bump msrv to 1.85</li>
<li>See full diff in <a
href="https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `filetime` from 0.2.27 to 0.2.29
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/alexcrichton/filetime/commit/ab5ee65b5e4fe2de19dbe7d4fe08bc31e945949c"><code>ab5ee65</code></a>
Bump to 0.2.29</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/46c34efa1a4f059695f7d008095e8b5cf8423d3f"><code>46c34ef</code></a>
Try to fix updating write-only files (<a
href="https://redirect.github.com/alexcrichton/filetime/issues/122">#122</a>)</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/b10e5357314f993e772bd47f90fce670de3fd7a6"><code>b10e535</code></a>
Bump to 0.2.28</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/646bce95668a3c60385e483e0e62908da2aeb9cf"><code>646bce9</code></a>
Update README</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/190eafe2eaeaae0be9f384ad1ae562a2ce9820e5"><code>190eafe</code></a>
Add QNX Neutrino (nto) to utimensat platform list (<a
href="https://redirect.github.com/alexcrichton/filetime/issues/120">#120</a>)</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/13d4570db4b92c80401ea11187e806927f4c19b5"><code>13d4570</code></a>
Use the standard library for most of the crate (<a
href="https://redirect.github.com/alexcrichton/filetime/issues/121">#121</a>)</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/75abafa8a6db579ce973afe78b4262efacbb4694"><code>75abafa</code></a>
impl From<FileTime> for SystemTime (<a
href="https://redirect.github.com/alexcrichton/filetime/issues/119">#119</a>)</li>
<li><a
href="https://github.com/alexcrichton/filetime/commit/06a6f24dbb080e91f3806bc41eadaa67546db51e"><code>06a6f24</code></a>
use <code>libc::UTIME_OMIT</code> (<a
href="https://redirect.github.com/alexcrichton/filetime/issues/117">#117</a>)</li>
<li>See full diff in <a
href="https://github.com/alexcrichton/filetime/compare/0.2.27...0.2.29">compare
view</a></li>
</ul>
</details>
<br />
Updates `ignore` from 0.4.25 to 0.4.26
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/82313cf95849bfe425109ad9506a52154879b1b1"><code>82313cf</code></a>
ignore-0.4.26</li>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/43e2f08edef8c00e5d7719212c3e6a869bca1151"><code>43e2f08</code></a>
ignore: fix parent gitignore matching across multiple roots</li>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/79a23e0841ae84ef9b99c446052c8e6063a198bd"><code>79a23e0</code></a>
ignore: use named fields in <code>Ignore</code></li>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/4519153e5e461527f4bca45b042fff45c4ec6fb9"><code>4519153</code></a>
doc: clarify half-boundary syntax for the <code>-w/--word-regexp</code>
flag</li>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/cb66736f146f093497f4dc537b33d0826f9af33c"><code>cb66736</code></a>
core: bleat a DEBUG message when RIPGREP_CONFIG_PATH is not set</li>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/9b84e154c8e404f4c40f6f4e4c674ea02e77324a"><code>9b84e15</code></a>
ignore/types: add <code>container</code> type that covers both
<code>Dockerfile</code> and `Contain...</li>
<li><a
href="https://github.com/BurntSushi/ripgrep/commit/cd1f981beafaeb9b61537e47e91314cea125400b"><code>cd1f981</code></a>
fix: derive <code>Default</code> when possible</li>
<li>See full diff in <a
href="https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.25...ignore-0.4.26">compare
view</a></li>
</ul>
</details>
<br />
Updates `insta` from 1.47.2 to 1.48.0
<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.48.0</h2>
<h2>Release Notes</h2>
<ul>
<li>Add <code>strip_ansi_escape_codes</code> setting which removes ANSI
escape sequences
(color codes, cursor movement, etc.) from snapshot content before
comparison.
Requires the <code>filters</code> feature. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/899">#899</a>
(<a
href="https://github.com/pierluigilenoci"><code>@pierluigilenoci</code></a>)</li>
<li>Add opt-in support for YAML literal blocks for multiline strings in
snapshot
metadata fields such as <code>description</code> and
<code>expression</code>. Set
<code>INSTA_YAML_BLOCK_STYLE=1</code> to enable. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/851">#851</a>
(<a href="https://github.com/ivov"><code>@ivov</code></a>)</li>
<li>Setting <code>CI=true</code> normally makes <code>cargo insta
test</code> behave as though <code>--check</code>
was passed. Explicit snapshot handling options such as
<code>--accept</code> now take
precedence over this environment variable, allowing users to override
this
behavior if they want to. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/924">#924</a></li>
<li>Fix <code>cargo insta test --profile</code> being forwarded to
nextest as the nextest
profile instead of the cargo build profile; it now translates to
<code>--cargo-profile</code> for the nextest runner. Add
<code>--nextest-profile</code> to select
the nextest profile. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/910">#910</a></li>
<li>Fix <code>cargo insta pending-snapshots</code> printing unusable
<code>\\?\</code>-prefixed paths
on Windows. The <code>--snapshot</code> filter now also accepts partial
paths: any
trailing path suffix of the snapshot file matches, so a bare
<code>--snapshot my_test.snap</code> works. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/904">#904</a></li>
<li>Accepting a binary snapshot no longer fails with <code>os error
2</code> when its data
file is missing (e.g. gitignored and not committed). <a
href="https://redirect.github.com/mitsuhiko/insta/issues/914">#914</a></li>
</ul>
<h2>Install cargo-insta 1.48.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.48.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.48.0/cargo-insta-installer.ps1
| iex"
</code></pre>
<h2>Download cargo-insta 1.48.0</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.48.0/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.48.0/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.48.0/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.48.0/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.48.0/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.48.0/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.48.0/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.48.0/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.48.0/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.48.0/cargo-insta-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</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.48.0</h2>
<ul>
<li>Add <code>strip_ansi_escape_codes</code> setting which removes ANSI
escape sequences
(color codes, cursor movement, etc.) from snapshot content before
comparison.
Requires the <code>filters</code> feature. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/899">#899</a>
(<a
href="https://github.com/pierluigilenoci"><code>@pierluigilenoci</code></a>)</li>
<li>Add opt-in support for YAML literal blocks for multiline strings in
snapshot
metadata fields such as <code>description</code> and
<code>expression</code>. Set
<code>INSTA_YAML_BLOCK_STYLE=1</code> to enable. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/851">#851</a>
(<a href="https://github.com/ivov"><code>@ivov</code></a>)</li>
<li>Setting <code>CI=true</code> normally makes <code>cargo insta
test</code> behave as though <code>--check</code>
was passed. Explicit snapshot handling options such as
<code>--accept</code> now take
precedence over this environment variable, allowing users to override
this
behavior if they want to. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/924">#924</a></li>
<li>Fix <code>cargo insta test --profile</code> being forwarded to
nextest as the nextest
profile instead of the cargo build profile; it now translates to
<code>--cargo-profile</code> for the nextest runner. Add
<code>--nextest-profile</code> to select
the nextest profile. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/910">#910</a></li>
<li>Fix <code>cargo insta pending-snapshots</code> printing unusable
<code>\\?\</code>-prefixed paths
on Windows. The <code>--snapshot</code> filter now also accepts partial
paths: any
trailing path suffix of the snapshot file matches, so a bare
<code>--snapshot my_test.snap</code> works. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/904">#904</a></li>
<li>Accepting a binary snapshot no longer fails with <code>os error
2</code> when its data
file is missing (e.g. gitignored and not committed). <a
href="https://redirect.github.com/mitsuhiko/insta/issues/914">#914</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/7f23d2e4684a789a85c50503004fb38a23c9ea58"><code>7f23d2e</code></a>
Release 1.48.0 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/925">#925</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/ee9cae1eb49cfa80c3d335246b0cfbb6bd006027"><code>ee9cae1</code></a>
Allow <code>CI=true</code> to be overridden by an explicitly passed
<code>--accept</code> CLI flag ...</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/043cf8268e3be93ca684fbfbf3969ad03ad71046"><code>043cf82</code></a>
fix: translate --profile to --cargo-profile for nextest (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/913">#913</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/9c77f137b160e2235a71770d370fc1b4e7b1f456"><code>9c77f13</code></a>
test: cover deep-wildcard redaction through arrays (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/915">#915</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/362f432b2d33ca9cdc0fe298a62942b3e13082d2"><code>362f432</code></a>
Fix <code>--snapshot</code> filter on Windows; allow partial paths (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/904">#904</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/a436836bb22bd1c857f374c8aea6064120680558"><code>a436836</code></a>
fix: tolerate a missing binary snapshot data file (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/914">#914</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/bf5fcdf1646087b717039011ac9a27cff3b4fc02"><code>bf5fcdf</code></a>
fix: regenerate Cargo.lock and guard it with --locked in CI (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/912">#912</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/a761a9c937406d8eeab45f23d98d5a2a12105aaf"><code>a761a9c</code></a>
feat: Support YAML literal blocks for multiline strings (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/851">#851</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/f9633f3a1251a10b8a96243cb941c7834e91288d"><code>f9633f3</code></a>
ci: pin <code>check-minver</code> to nightly-2026-04-25 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/905">#905</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/c7b98b8d23846130ce769f86ec8c33b0f221d48e"><code>c7b98b8</code></a>
feat: add strip_ansi_escape_codes setting (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/899">#899</a>)</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/insta/compare/1.47.2...1.48.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `log` from 0.4.29 to 0.4.32
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/releases">log's
releases</a>.</em></p>
<blockquote>
<h2>0.4.32</h2>
<h2>What's Changed</h2>
<ul>
<li>Support <code>Value</code> -> string conversions with
<code>kv</code> + <code>std</code> features instead of
<code>kv_std</code> by <a
href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/729">rust-lang/log#729</a></li>
<li>Prepare for 0.4.32 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/730">rust-lang/log#730</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32">https://github.com/rust-lang/log/compare/0.4.31...0.4.32</a></p>
<h2>0.4.31</h2>
<h2>What's Changed</h2>
<ul>
<li>fix typos in kv compile errors and log documentation by <a
href="https://github.com/Isvane"><code>@Isvane</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li>
<li>Leverage static str key when possible by <a
href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/727">rust-lang/log#727</a></li>
<li>Prepare for 0.4.31 release by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/728">rust-lang/log#728</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Isvane"><code>@Isvane</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p>
<h2>0.4.30</h2>
<h3>What's Changed</h3>
<ul>
<li>Support capturing of <code>std::net</code> types by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/724">rust-lang/log#724</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/V0ldek"><code>@V0ldek</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/720">rust-lang/log#720</a></li>
<li><a href="https://github.com/woodruffw"><code>@woodruffw</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.29...0.4.30">https://github.com/rust-lang/log/compare/0.4.29...0.4.30</a></p>
<h3>Notable Changes</h3>
<ul>
<li>MSRV is bumped to 1.71.0 in <a
href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's
changelog</a>.</em></p>
<blockquote>
<h2>[0.4.32] - 2026-06-04</h2>
<h3>What's Changed</h3>
<ul>
<li>Support <code>Value</code> -> string conversions with
<code>kv</code> + <code>std</code> features instead of
<code>kv_std</code> by <a
href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/729">rust-lang/log#729</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32">https://github.com/rust-lang/log/compare/0.4.31...0.4.32</a></p>
<h2>[0.4.31] - 2026-06-02</h2>
<h3>What's Changed</h3>
<ul>
<li>Leverage static str key when possible by <a
href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/727">rust-lang/log#727</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/Isvane"><code>@Isvane</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/726">rust-lang/log#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.30...0.4.31">https://github.com/rust-lang/log/compare/0.4.30...0.4.31</a></p>
<h2>[0.4.30] - 2026-05-21</h2>
<h3>What's Changed</h3>
<ul>
<li>Support capturing of <code>std::net</code> types by <a
href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a
href="https://redirect.github.com/rust-lang/log/pull/724">rust-lang/log#724</a></li>
</ul>
<h3>New Contributors</h3>
<ul>
<li><a href="https://github.com/V0ldek"><code>@V0ldek</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/720">rust-lang/log#720</a></li>
<li><a href="https://github.com/woodruffw"><code>@woodruffw</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/log/compare/0.4.29...0.4.30">https://github.com/rust-lang/log/compare/0.4.29...0.4.30</a></p>
<h3>Notable Changes</h3>
<ul>
<li>MSRV is bumped to 1.71.0 in <a
href="https://redirect.github.com/rust-lang/log/pull/723">rust-lang/log#723</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/log/commit/a5b5b2113e2767801250af184d6c3971e689ae3b"><code>a5b5b21</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/730">#730</a>
from rust-lang/cargo/0.4.32</li>
<li><a
href="https://github.com/rust-lang/log/commit/c8d3b125c6216b3667e05544591f4fb34f53ff78"><code>c8d3b12</code></a>
prepare for 0.4.32 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/ce6cd9fef14084207f2b6758999af062f89f9d87"><code>ce6cd9f</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/729">#729</a>
from tisonkun/kv-std-support</li>
<li><a
href="https://github.com/rust-lang/log/commit/20b3b050469d6aab6c0f2e77acaab2313d5fc9a2"><code>20b3b05</code></a>
drop cfg-feature=kv as it is already met</li>
<li><a
href="https://github.com/rust-lang/log/commit/7bc120062895aadd440ab015e62275841465a1a6"><code>7bc1200</code></a>
kv::std_support may not need value-bag</li>
<li><a
href="https://github.com/rust-lang/log/commit/580839288e5f2babc17e6c36f7d56e60082a47ef"><code>5808392</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/728">#728</a>
from rust-lang/cargo/0.4.31</li>
<li><a
href="https://github.com/rust-lang/log/commit/86d739f51a9c59a3cb66a79e695639e6fb41465b"><code>86d739f</code></a>
prepare for 0.4.31 release</li>
<li><a
href="https://github.com/rust-lang/log/commit/c906cfb02e351b59cfe35c0f0be22093086aabb1"><code>c906cfb</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/log/issues/727">#727</a>
from tisonkun/leverage-static-str-key-when-possible</li>
<li><a
href="https://github.com/rust-lang/log/commit/756c279649f79ce0ef8dccf952c5df4017791d1c"><code>756c279</code></a>
leverage str literal as well</li>
<li><a
href="https://github.com/rust-lang/log/commit/3dd250d1537fd7e5974e0802b1025cc3e4561503"><code>3dd250d</code></a>
rename Key::from_static_str to from_str_static</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/log/compare/0.4.29...0.4.32">compare
view</a></li>
</ul>
</details>
<br />
Updates `nix` from 0.31.2 to 0.31.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's
changelog</a>.</em></p>
<blockquote>
<h2>[0.31.3] - 2026-05-11</h2>
<h3>Added</h3>
<ul>
<li>Enable module <code>ioctl</code> for Cygwin
(<a
href="https://redirect.github.com/nix-rust/nix/pull/2715">#2715</a>)</li>
<li>Add
<code>CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME</code>
to NetBSD-like platforms (<a
href="https://redirect.github.com/nix-rust/nix/pull/2716">#2716</a>)</li>
<li>unistd: add mkfifo for redox
(<a
href="https://redirect.github.com/nix-rust/nix/pull/2749">#2749</a>)</li>
<li>Added <code>kevent64</code> support on apple targets:
<code>Kqueue::kevent64</code>, <code>KEvent64</code>,
and <code>Kevent64Flags</code>. (<a
href="https://redirect.github.com/nix-rust/nix/pull/2781">#2781</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>fix SaFlags_t definition on redox
(<a
href="https://redirect.github.com/nix-rust/nix/pull/2751">#2751</a>)</li>
<li>Fixed <code>EpollEvent::events()</code> to use
<code>from_bits_retain</code> instead of
<code>from_bits().unwrap()</code>, preventing panics when the kernel
returns
unknown epoll flags. (<a
href="https://redirect.github.com/nix-rust/nix/pull/2783">#2783</a>)</li>
<li>Fixed <code>KEvent::flags()</code> and <code>KEvent::fflags()</code>
to use <code>from_bits_retain</code>
instead of <code>from_bits().unwrap()</code>, preventing panics when the
kernel
returns unknown kqueue flags.
(<a
href="https://redirect.github.com/nix-rust/nix/pull/2784">#2784</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nix-rust/nix/commit/b5933ca178802b558a667514f717a86b3a1cedcc"><code>b5933ca</code></a>
chore: release v0.31.3</li>
<li><a
href="https://github.com/nix-rust/nix/commit/5d6a46e065fd5ae670c73b44b2590ca256589194"><code>5d6a46e</code></a>
Replace Cirrus CI with more Github Workflows jobs (<a
href="https://redirect.github.com/nix-rust/nix/issues/2776">#2776</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/3407489043e8070b6294b5786690a60182fb241e"><code>3407489</code></a>
event: add kevent64 support on apple targets (<a
href="https://redirect.github.com/nix-rust/nix/issues/2781">#2781</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/fe80fc5066c8712db901f3a3d672b8c6af67c4d2"><code>fe80fc5</code></a>
chore: resolve clippy useless_borrows_in_formatting (<a
href="https://redirect.github.com/nix-rust/nix/issues/2790">#2790</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/3310fc7db419b04b0aed32fcb6464a12ad96f224"><code>3310fc7</code></a>
Revert "fix(ci): temporarily disable
armv7-unknown-linux-uclibceabihf (<a
href="https://redirect.github.com/nix-rust/nix/issues/2764">#2764</a>)...</li>
<li><a
href="https://github.com/nix-rust/nix/commit/e3ab917517f47e27c845064abec15382792053a7"><code>e3ab917</code></a>
epoll: use from_bits_retain to avoid panics on unknown flags (<a
href="https://redirect.github.com/nix-rust/nix/issues/2783">#2783</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/6c1570194676901d6fddf3600cea5c8358e39eef"><code>6c15701</code></a>
kqueue: use from_bits_retain to avoid panics on unknown flags (<a
href="https://redirect.github.com/nix-rust/nix/issues/2784">#2784</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/73028cf1c742b243895df16ce60948b1c8fa821a"><code>73028cf</code></a>
fix(ci): enable Hurd target (<a
href="https://redirect.github.com/nix-rust/nix/issues/2765">#2765</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/1a680a967648807ea78ded5c4211db8026bebbbd"><code>1a680a9</code></a>
cargo: Remove deprecated package authors field (<a
href="https://redirect.github.com/nix-rust/nix/issues/2789">#2789</a>)</li>
<li><a
href="https://github.com/nix-rust/nix/commit/85cff070dd2baaecb4290df22b1d093d136ca671"><code>85cff07</code></a>
docs: add missing changelog entries (<a
href="https://redirect.github.com/nix-rust/nix/issues/2786">#2786</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nix-rust/nix/compare/v0.31.2...v0.31.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `regex` from 1.12.3 to 1.12.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex's
changelog</a>.</em></p>
<blockquote>
<h1>1.12.4 (2025-06-09)</h1>
<p>This release includes a performance optimization for compilation of
regexes
with very large character classes.</p>
<p>Improvements:</p>
<ul>
<li><a
href="https://redirect.github.com/rust-lang/regex/pull/1308">#1308</a>:
Avoid re-canonicalizing the entire interval set when pushing new class
ranges.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/regex/commit/7b96fdc9d5fe6a0cb4efe30e6689b050493fc1e1"><code>7b96fdc</code></a>
1.12.4</li>
<li><a
href="https://github.com/rust-lang/regex/commit/7b89cf0534aa58ab8a4a6672e14a59b53f08eb2c"><code>7b89cf0</code></a>
deps: update to regex-syntax 0.8.11</li>
<li><a
href="https://github.com/rust-lang/regex/commit/140167995737fa11dfe11b8af8b9aa143b790b4e"><code>1401679</code></a>
regex-syntax-0.8.11</li>
<li><a
href="https://github.com/rust-lang/regex/commit/d7090000b3be51677d8e79c3b8bcc8a4d176bddc"><code>d709000</code></a>
changelog: 1.12.4</li>
<li><a
href="https://github.com/rust-lang/regex/commit/9825c741c8ac1e61e8f78cebc12205cd35e4767f"><code>9825c74</code></a>
syntax: avoid re-canonicalizing the entire IntervalSet on push (<a
href="https://redirect.github.com/rust-lang/regex/issues/1308">#1308</a>)</li>
<li><a
href="https://github.com/rust-lang/regex/commit/a7f2ff6dbc43f40994d7c3d1d968ba4ac92329e1"><code>a7f2ff6</code></a>
docs: clarify regex-lite word boundaries</li>
<li><a
href="https://github.com/rust-lang/regex/commit/2c7b17246da744bb2e1b911d3ddc1369fe3b472a"><code>2c7b172</code></a>
docs: clarify unsupported Anchored::Pattern searches</li>
<li><a
href="https://github.com/rust-lang/regex/commit/839d16bc65b60e2006d3599d20bfa6efc14049d8"><code>839d16b</code></a>
regex-syntax-0.8.10</li>
<li><a
href="https://github.com/rust-lang/regex/commit/c4865a0c8446a701e10b0fd987f19068f5dcc365"><code>c4865a0</code></a>
syntax: fix negation handling in HIR translation</li>
<li><a
href="https://github.com/rust-lang/regex/commit/d8761c00ed25c5899e3dcfb0f17e827b8e41530a"><code>d8761c0</code></a>
cargo: also include <code>benches</code></li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/regex/compare/1.12.3...1.12.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `reqwest` from 0.13.3 to 0.13.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/releases">reqwest's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.4</h2>
<h2>tl;dr</h2>
<ul>
<li>Add <code>ClientBuilder::tls_sslkeylogfile(bool)</code> option to
allow using the related environment variable.</li>
<li>Add <code>ClientBuilder::http2_keep_alive_*</code> options for the
<code>blocking</code> client.</li>
<li>Add TLS 1.3 support when using <code>native-tls</code> backend.</li>
<li>Fix redirect handling to strip sensitive headers when the scheme
changes.</li>
<li>Fix HTTP/3 happy-eyeball connection creation.</li>
<li>Upgrade hickory-resolver to 0.26.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>fix(tls): improve rustls-no-provider panic message and add module
docs by <a href="https://github.com/smythg4"><code>@smythg4</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3021">seanmonstar/reqwest#3021</a></li>
<li>fix: do not lose the url in error when decoding json by <a
href="https://github.com/Dushistov"><code>@Dushistov</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3026">seanmonstar/reqwest#3026</a></li>
<li>Add tls_sslkeylogfile builder method by <a
href="https://github.com/passcod"><code>@passcod</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2923">seanmonstar/reqwest#2923</a></li>
<li>fix(redirect): strip sensitive headers on scheme change across
redirects by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3034">seanmonstar/reqwest#3034</a></li>
<li>chore: upgrade MSRV to 1.85 by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3038">seanmonstar/reqwest#3038</a></li>
<li>chore: clean up minimal-versions CI job by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3039">seanmonstar/reqwest#3039</a></li>
<li>fix(http3): use happy eyeballs for h3 connect by <a
href="https://github.com/lyuzichong"><code>@lyuzichong</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3030">seanmonstar/reqwest#3030</a></li>
<li>fix: update hickory-resolver to 0.26 and adjust code accordingly by
<a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3040">seanmonstar/reqwest#3040</a></li>
<li>fix: remove unwrap in hickory initialization by <a
href="https://github.com/mat813"><code>@mat813</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3041">seanmonstar/reqwest#3041</a></li>
<li>feat(https): support TLS 1.3 as min version under native-tls 🎉 by <a
href="https://github.com/AverageHelper"><code>@AverageHelper</code></a>
in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2975">seanmonstar/reqwest#2975</a></li>
<li>Expose keep alive configurations in blocking client by <a
href="https://github.com/aeb-dev"><code>@aeb-dev</code></a> in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3043">seanmonstar/reqwest#3043</a></li>
<li>Prepare v0.13.4 by <a
href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in
<a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3046">seanmonstar/reqwest#3046</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/smythg4"><code>@smythg4</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3021">seanmonstar/reqwest#3021</a></li>
<li><a href="https://github.com/Dushistov"><code>@Dushistov</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3026">seanmonstar/reqwest#3026</a></li>
<li><a href="https://github.com/SAY-5"><code>@SAY-5</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3034">seanmonstar/reqwest#3034</a></li>
<li><a href="https://github.com/mat813"><code>@mat813</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3041">seanmonstar/reqwest#3041</a></li>
<li><a
href="https://github.com/AverageHelper"><code>@AverageHelper</code></a>
made their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/2975">seanmonstar/reqwest#2975</a></li>
<li><a href="https://github.com/aeb-dev"><code>@aeb-dev</code></a> made
their first contribution in <a
href="https://redirect.github.com/seanmonstar/reqwest/pull/3043">seanmonstar/reqwest#3043</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4">https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's
changelog</a>.</em></p>
<blockquote>
<h2>v0.13.4</h2>
<ul>
<li>Add <code>ClientBuilder::tls_sslkeylogfile(bool)</code> option to
allow using the related environment variable.</li>
<li>Add <code>ClientBuilder::http2_keep_alive_*</code> options for the
<code>blocking</code> client.</li>
<li>Add TLS 1.3 support when using <code>native-tls</code> backend.</li>
<li>Fix redirect handling to strip sensitive headers when the scheme
changes.</li>
<li>Fix HTTP/3 happy-eyeball connection creation.</li>
<li>Upgrade hickory-resolver to 0.26.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/11489b34eda6d32b15ad4033e62beba2ee401350"><code>11489b3</code></a>
v0.13.4</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/d31ffbbf84ee718eb543fa203f25b9f78d02b5cd"><code>d31ffbb</code></a>
feat: Expose HTTP2 keep alive configurations in blocking client (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3043">#3043</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/79ed0d712b4f9f00ffecb5103593cbf460f5bfa5"><code>79ed0d7</code></a>
feat: support TLS 1.3 as min version under native-tls 🎉 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2975">#2975</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/fb7bf6ae6dace30613b964425cf2b6039e9d388f"><code>fb7bf6a</code></a>
fix: remove unwrap in hickory initialization (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3041">#3041</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/3da616fd4b5987e5b1f5f7e9f07d14b2cd603254"><code>3da616f</code></a>
fix: update hickory-resolver to 0.26 and adjust code accordingly (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3040">#3040</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/c77e7b2de5b706ec35629e0302feff8e82969d7d"><code>c77e7b2</code></a>
fix(http3): use happy eyeballs for h3 connect (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3030">#3030</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/9cbb65b3d3cd4ab05a859366bbb70e47bec7dc8c"><code>9cbb65b</code></a>
chore: clean up minimal-versions CI job (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3039">#3039</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/17a7dc5a893b64509ed2d539892fe35f5feee255"><code>17a7dc5</code></a>
chore: upgrade MSRV to 1.85 (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3038">#3038</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/03db63a48f35135c2f2c8b7aaa578217d5f678fe"><code>03db63a</code></a>
fix(redirect): strip sensitive headers on scheme change across redirects
(<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/3034">#3034</a>)</li>
<li><a
href="https://github.com/seanmonstar/reqwest/commit/4b813a89dcd97a4b283fda02bd458d44339850c7"><code>4b813a8</code></a>
feat: add tls_sslkeylogfile builder method (<a
href="https://redirect.github.com/seanmonstar/reqwest/issues/2923">#2923</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `reqwest-middleware` from 0.5.1 to 0.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TrueLayer/reqwest-middleware/releases">reqwest-middleware's
releases</a>.</em></p>
<blockquote>
<h2>reqwest-middleware-v0.5.2</h2>
<h3>Added</h3>
<ul>
<li><em>(reqwest-middleware)</em> <code>stream</code> feature exported.
(<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/pull/246">#246</a>)</li>
<li>expose internal reqwest::Client as reference (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/pull/209">#209</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li>Adjust third-party middleware list in readme (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/pull/282">#282</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TrueLayer/reqwest-middleware/commit/614b9474f6bec85c8660e4d52b8d9f12f8359229"><code>614b947</code></a>
chore: release (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/issues/280">#280</a>)</li>
<li><a
href="https://github.com/TrueLayer/reqwest-middleware/commit/051dc2520bb90a4ac3aaf37b370ff7c12e06a3f7"><code>051dc25</code></a>
feat!: support opentelemetry 0.32 (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/issues/284">#284</a>)</li>
<li><a
href="https://github.com/TrueLayer/reqwest-middleware/commit/9bedaf84c370da152fa28abb6cbbc1bf0638b635"><code>9bedaf8</code></a>
Adjust third-party middleware list in readme (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/issues/282">#282</a>)</li>
<li><a
href="https://github.com/TrueLayer/reqwest-middleware/commit/8bc3640f20a3ba9983b98d08b0a37486737c9208"><code>8bc3640</code></a>
feat(reqwest-middleware): <code>stream</code> feature exported. (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/issues/246">#246</a>)</li>
<li><a
href="https://github.com/TrueLayer/reqwest-middleware/commit/de315170433461586ae8d99080356c7424dce379"><code>de31517</code></a>
feat: expose internal reqwest::Client as reference (<a
href="https://redirect.github.com/TrueLayer/reqwest-middleware/issues/209">#209</a>)</li>
<li>See full diff in <a
href="https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-middleware-v0.5.1...reqwest-middleware-v0.5.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.149 to 1.0.150
<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.150</h2>
<ul>
<li>Reject non-string enum object keys (<a
href="https://redirect.github.com/serde-rs/json/issues/1324">#1324</a>,
thanks <a
href="https://github.com/puneetdixit200"><code>@puneetdixit200</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/a1ae73ac6a6940a4a57c673aebaa13ed4dfe3e8c"><code>a1ae73a</code></a>
Release 1.0.150</li>
<li><a
href="https://github.com/serde-rs/json/commit/1a360b0a6c003912afc3503c834b0edd798bca28"><code>1a360b0</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1324">#1324</a>
from puneetdixit200/reject-non-string-enum-keys</li>
<li><a
href="https://github.com/serde-rs/json/commit/2037b634f9dccbddc11cff189ebeb5854fa0e01c"><code>2037b63</code></a>
Reject non-string enum object keys</li>
<li><a
href="https://github.com/serde-rs/json/commit/5d30df60e916e9b8fc46c74794007ff271fdfbbf"><code>5d30df6</code></a>
Resolve manual_assert_eq pedantic clippy lint</li>
<li><a
href="https://github.com/serde-rs/json/commit/dc8003a88e7142529cf4a7429c4778af31dadf50"><code>dc8003a</code></a>
Raise required compiler for preserve_order feature to 1.85</li>
<li><a
href="https://github.com/serde-rs/json/commit/a42fa980f8556cda36d896fa3713544b2e5eaa2c"><code>a42fa98</code></a>
Unpin CI miri toolchain</li>
<li><a
href="https://github.com/serde-rs/json/commit/684a60eba18abfc0e0f7ddb0c2cd39f8f60249cf"><code>684a60e</code></a>
Pin CI miri to nightly-2026-02-11</li>
<li><a
href="https://github.com/serde-rs/json/commit/7c7da3302b6b1cdab7f11ea49ca1a74422ab4551"><code>7c7da33</code></a>
Raise required compiler to Rust 1.71</li>
<li><a
href="https://github.com/serde-rs/json/commit/acf4850e2969f1caccab2c4727a90ed006ba35bb"><code>acf4850</code></a>
Simplify Number::is_f64</li>
<li><a
href="https://github.com/serde-rs/json/commit/6b8ceab565dcfe4f83dfaacd287d11c8bd8f306c"><code>6b8ceab</code></a>
Resolve unnecessary_map_or clippy lint</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_with` from 3.19.0 to 3.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jonasbb/serde_with/releases">serde_with's
releases</a>.</em></p>
<blockquote>
<h2>serde_with v3.21.0</h2>
<h3>Security</h3>
<ul>
<li>
<p><a
href="https://github.com/jonasbb/serde_with/security/advisories/GHSA-7gcf-g7xr-8hxj">GHSA-7gcf-g7xr-8hxj</a>:
KeyValueMap serialization panics on empty sequence or map entries
Bad or attacker controlled values could cause a panic while allocating
too large values.
Fixed in <a
href="https://redirect.github.com/jonasbb/serde_with/issues/966">#966</a>
by setting a maximum allocation size during the creation of collections
like <code>Vec</code> or sets.</p>
<p>Thanks to <a
href="https://github.com/7thParkk"><code>@7thParkk</code></a> for
reporting the issue.</p>
</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>NoneAsZero</code> adapter that maps
<code>Option<NonZero*></code> to a plain integer, encoding
<code>None</code> as <code>0</code> by <a
href="https://github.com/SAY-5"><code>@SAY-5</code></a> (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/486">#486</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Re-enable link-to-definition on docs.rs (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/964">#964</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix some doc links to point to the correct types (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/963">#963</a>)</li>
<li>Re-enable <code>unused_qualifications</code> and fix the resulting
findings by <a
href="https://github.com/lms0806"><code>@lms0806</code></a> (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/962">#962</a>)</li>
</ul>
<h2>serde_with v3.20.0</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>base58</code> encoding, similar to the
existing <code>base64</code> setup by <a
href="https://github.com/mitinarseny"><code>@mitinarseny</code></a> (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/943">#943</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Extend <code>base64</code> with <code>schemars</code> support by <a
href="https://github.com/mitinarseny"><code>@mitinarseny</code></a> (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/9949">#9949</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jonasbb/serde_with/commit/0f4ca67e1f8fc4679e850f3a566d454fb30953c1"><code>0f4ca67</code></a>
Update changelog for 3.21.0 (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/967">#967</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/7654841be1d1702a65afc0f839c67c36563c8188"><code>7654841</code></a>
Update changelog for 3.21.0</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/c8a1d820ea25df01692b367058d587343e199389"><code>c8a1d82</code></a>
Protect all collection creations against capacity overflow by using
`size_hin...</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/6ad5fa5b474270f50016b4cc983e37f25f097ba4"><code>6ad5fa5</code></a>
Properly feature gate the <code>vec_with_capacity_cautious</code>
function</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/ef7d1417e3eacd0077f029763109368ee05c1c22"><code>ef7d141</code></a>
Protect all collection creations against capacity overflow by using
`size_hin...</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/a348da35fe808852a1b7e6fa890b425ad001d3f1"><code>a348da3</code></a>
Add serde_as deserialize_as explain (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/958">#958</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/2e5bc20e29e1d42eb9c85ab503964130eb1ea62e"><code>2e5bc20</code></a>
Bump the github-actions group with 3 updates (<a
href="https://redirect.github.com/jonasbb/serde_with/issues/965">#965</a>)</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/927a3d69c3cecdf415f7d7662a0521894d313261"><code>927a3d6</code></a>
Bump the github-actions group with 3 updates</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/62d14ec637834259e0fab59ea84b87ca329e81c1"><code>62d14ec</code></a>
Enable link-to-definition on docs.rs again, after the upstream issue was
reso...</li>
<li><a
href="https://github.com/jonasbb/serde_with/commit/4584d94f685b66b96bdcf07bffe76e5df0819ea2"><code>4584d94</code></a>
Enable link-to-definition on docs.rs again, after the upstream issue was
reso...</li>
<li>Additional commits viewable in <a
href="https://github.com/jonasbb/serde_with/compare/v3.19.0...v3.21.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `smallvec` from 1.15.1 to 1.15.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/servo/rust-smallvec/releases">smallvec's
releases</a>.</em></p>
<blockquote>
<h2>v1.15.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Exclude development script from cargo packaging by <a
href="https://github.com/weiznich"><code>@weiznich</code></a> in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/397">servo/rust-smallvec#397</a></li>
<li>Fix use-after-free in DrainFilter::keep_rest for SmallVec with
capacity 0 by <a
href="https://github.com/Shnatsel"><code>@Shnatsel</code></a> in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/407">servo/rust-smallvec#407</a></li>
<li>Work around rustc 1.93 perf regression with MaybeUninit by <a
href="https://github.com/glandium"><code>@glandium</code></a> in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/410">servo/rust-smallvec#410</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Shnatsel"><code>@Shnatsel</code></a>
made their first contribution in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/407">servo/rust-smallvec#407</a></li>
<li><a href="https://github.com/glandium"><code>@glandium</code></a>
made their first contribution in <a
href="https://redirect.github.com/servo/rust-smallvec/pull/410">servo/rust-smallvec#410</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/servo/rust-smallvec/compare/v1.15.1...v1.15.2">https://github.com/servo/rust-smallvec/compare/v1.15.1...v1.15.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/servo/rust-smallvec/commit/c469051a1ba05ef1a03dd69e14b4a5aa329e6f10"><code>c469051</code></a>
Bump version.</li>
<li><a
href="https://github.com/servo/rust-smallvec/commit/9fe422b9cd1ab6350e35ca48386a5de348900583"><code>9fe422b</code></a>
Fix Windows CI.</li>
<li><a
href="https://github.com/servo/rust-smallvec/commit/51b965f56a066888828dae0b84e2ed…1 parent 3fc2f0c commit 12d72be
1 file changed
Lines changed: 127 additions & 121 deletions
0 commit comments