Latest Results
chore(deps): bump the patch group across 1 directory with 5 updates (#252)
Bumps the patch group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` |
`2.0.16` |
| [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.223` |
| [iai-callgrind](https://github.com/iai-callgrind/iai-callgrind) |
`0.16.0` | `0.16.1` |
| [insta](https://github.com/mitsuhiko/insta) | `1.43.1` | `1.43.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.145`
|
Updates `thiserror` from 2.0.12 to 2.0.16
<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.16</h2>
<ul>
<li>Add to "no-std" crates.io category (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/429">#429</a>)</li>
</ul>
<h2>2.0.15</h2>
<ul>
<li>Prevent <code>Error::provide</code> API becoming unavailable from a
future new compiler lint (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/427">#427</a>)</li>
</ul>
<h2>2.0.14</h2>
<ul>
<li>Allow build-script cleanup failure with NFSv3 output directory to be
non-fatal (<a
href="https://redirect.github.com/dtolnay/thiserror/issues/426">#426</a>)</li>
</ul>
<h2>2.0.13</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/thiserror/commit/40b58536cc4570d7e94575d1c90ebb07edf9aba0"><code>40b5853</code></a>
Release 2.0.16</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/83dfb5f99ba0ac9dc0ad800cc7adc64c28a2a918"><code>83dfb5f</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/429">#429</a>
from dtolnay/nostd</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/9b4a99fb90bdb8feb2d3d4212a6aa3427418ea2b"><code>9b4a99f</code></a>
Add to "no-std" crates.io category</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f6145ebe84b51697e4d3253b373866f1c8ac09ad"><code>f6145eb</code></a>
Release 2.0.15</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/2717177976a162d75103acfb62aa229df02bc54f"><code>2717177</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/427">#427</a>
from dtolnay/caplints</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/2cd13e67673cee27cf25fe55c5ceb277b687272b"><code>2cd13e6</code></a>
Make error_generic_member_access compatible with -Dwarnings</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/eea6799e2d00bb542a98dada84f5cafe2839f38d"><code>eea6799</code></a>
Release 2.0.14</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/a2aa6d7a5759c3c3669110d5dd2319b28e1ce995"><code>a2aa6d7</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/thiserror/issues/426">#426</a>
from dtolnay/enotempty</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/f00ebc57bea45ffaa138c15448c3abc3181fbcfe"><code>f00ebc5</code></a>
Allow build-script cleanup failure with NFSv3 output directory to be
non-fatal</li>
<li><a
href="https://github.com/dtolnay/thiserror/commit/61f28da3dfea22cd417c86e038dac839cfb7eeea"><code>61f28da</code></a>
Release 2.0.13</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.16">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde` from 1.0.219 to 1.0.223
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.223</h2>
<ul>
<li>Fix serde_core documentation links (<a
href="https://redirect.github.com/serde-rs/serde/issues/2978">#2978</a>)</li>
</ul>
<h2>v1.0.222</h2>
<ul>
<li>Make <code>serialize_with</code> attribute produce code that works
if respanned to 2024 edition (<a
href="https://redirect.github.com/serde-rs/serde/issues/2950">#2950</a>,
thanks <a href="https://github.com/aytey"><code>@aytey</code></a>)</li>
</ul>
<h2>v1.0.221</h2>
<ul>
<li>Documentation improvements (<a
href="https://redirect.github.com/serde-rs/serde/issues/2973">#2973</a>)</li>
<li>Deprecate <code>serde_if_integer128!</code> macro (<a
href="https://redirect.github.com/serde-rs/serde/issues/2975">#2975</a>)</li>
</ul>
<h2>v1.0.220</h2>
<ul>
<li>Add a way for data formats to depend on serde traits without waiting
for serde_derive compilation: <a
href="https://docs.rs/serde_core">https://docs.rs/serde_core</a> (<a
href="https://redirect.github.com/serde-rs/serde/issues/2608">#2608</a>,
thanks <a
href="https://github.com/osiewicz"><code>@osiewicz</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/6c316d7cb5f3780d2a418d277a756516beeacc42"><code>6c316d7</code></a>
Release 1.0.223</li>
<li><a
href="https://github.com/serde-rs/serde/commit/a4ac0c2bc6625ee83ddf4b35f11eca48f90ebae2"><code>a4ac0c2</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2978">#2978</a>
from dtolnay/htmlrooturl</li>
<li><a
href="https://github.com/serde-rs/serde/commit/ed76364f877a6ebc653a0339dcea89b9e3cc7507"><code>ed76364</code></a>
Change serde_core's html_root_url to docs.rs/serde_core</li>
<li><a
href="https://github.com/serde-rs/serde/commit/57e21a1afa280ae982f19aea2776318fbcd711be"><code>57e21a1</code></a>
Release 1.0.222</li>
<li><a
href="https://github.com/serde-rs/serde/commit/bb58726133fb30b89ccea3e357eb91f4b2d460a0"><code>bb58726</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2950">#2950</a>
from aytey/fix_lifetime_issue_2024</li>
<li><a
href="https://github.com/serde-rs/serde/commit/3f6925125bae7837d918da63f2dba6efabad8dec"><code>3f69251</code></a>
Delete unneeded field of MapDeserializer</li>
<li><a
href="https://github.com/serde-rs/serde/commit/fd4decf2fe36a8e4408aefc493960141b8b0cd02"><code>fd4decf</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2976">#2976</a>
from dtolnay/content</li>
<li><a
href="https://github.com/serde-rs/serde/commit/00b1b6b2b5e6154eba81e2ad8c6a43b945583ad0"><code>00b1b6b</code></a>
Move Content's Deserialize impl from serde_core to serde</li>
<li><a
href="https://github.com/serde-rs/serde/commit/cf141aa8c79a40fe7b7c5ac5dbfd28802f2e01f4"><code>cf141aa</code></a>
Move Content's Clone impl from serde_core to serde</li>
<li><a
href="https://github.com/serde-rs/serde/commit/ff3aee490abff5267cac86f07e0301aa6d441760"><code>ff3aee4</code></a>
Release 1.0.221</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.223">compare
view</a></li>
</ul>
</details>
<br />
Updates `iai-callgrind` from 0.16.0 to 0.16.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/iai-callgrind/iai-callgrind/releases">iai-callgrind's
releases</a>.</em></p>
<blockquote>
<h2>v0.16.1</h2>
<h2>[0.16.1] - 2025-07-30</h2>
<h3>Added</h3>
<ul>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/411">#411</a>):
Add ability to set report tolerance. Thanks to <a
href="https://github.com/nihohit"><code>@nihohit</code></a></li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/419">#419</a>):
Add support for the valgrind command-line arguments
<code>--xtree-memory</code> and memcheck's <code>--xtree-leak</code>.
The output files extension is <code>.xtree</code> for
<code>--xtree-memory</code> and <code>.xleak</code> for
<code>--xtree-leak</code>.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/420">#420</a>):
Add command-line arguments <code>--callgrind-metrics</code> (env:
<code>IAI_CALLGRIND_CALLGRIND_METRICS</code>),
<code>--cachegrind-metrics</code> (env:
<code>IAI_CALLGRIND_CACHEGRIND_METRICS</code>),
<code>--dhat-metrics</code> (env:
<code>IAI_CALLGRIND_DHAT_METRICS</code>), <code>--drd-metrics</code>
(env: <code>IAI_CALLGRIND_DRD_METRICS</code>),
<code>--memcheck-metrics</code> (env:
<code>IAI_CALLGRIND_MEMCHECK_METRICS</code>),
<code>--helgrind-metrics</code> (env:
<code>IAI_CALLGRIND_HELGRIND_METRICS</code>) to be able to adjust the
shown metrics and their order in the terminal output of the respective
tool.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/421">#421</a>):
Add <code>--tolerance</code> (env: <code>IAI_CALLGRIND_TOLERANCE</code>)
to be able to adjust the tolerance level on the command-line (in
addition to <a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/issues/411">#411</a>).</li>
<li>(c9cbcf61): Build artifacts of the <code>iai-callgrind-runner</code>
for the <code>riscv64</code> target. The artifacts were added
retroactively for all releases <code>>=v0.12.0</code>.</li>
<li>(52d71ad0): Add mapping of iai-callgrind-runner version to json
schema version to the guide.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/417">#417</a>):
backwards-compatible change of <code>summary.v6.schema.json</code>. The
order and documentation of items changes.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/422">#422</a>):
Resort and group the options in the <code>--help</code> output for
Iai-Callgrind command-line arguments.</li>
<li>Update direct dependencies: <code>strum</code></li>
</ul>
<h3>Removed</h3>
<ul>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/417">#417</a>):
Unused dependencies: <code>serde_regex</code>, <code>tokio</code></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>(52d71ad0): Removed the wrong link to schema version v2 in the
<code>machine-readable output</code> section of guide.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/417">#417</a>):
<code>-v</code> in arguments for tools other than cachegrind and
callgrind was not parsed the same way as <code>--verbose</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/iai-callgrind/iai-callgrind/compare/v0.16.0...v0.16.1">https://github.com/iai-callgrind/iai-callgrind/compare/v0.16.0...v0.16.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/iai-callgrind/iai-callgrind/blob/main/CHANGELOG.md">iai-callgrind's
changelog</a>.</em></p>
<blockquote>
<h2>[0.16.1] - 2025-07-30</h2>
<h3>Added</h3>
<ul>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/411">#411</a>):
Add ability
to set report tolerance. Thanks to <a
href="https://github.com/nihohit"><code>@nihohit</code></a></li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/419">#419</a>):
Add support
for the valgrind command-line arguments <code>--xtree-memory</code> and
memcheck's
<code>--xtree-leak</code>. The output files extension is
<code>.xtree</code> for <code>--xtree-memory</code>
and <code>.xleak</code> for <code>--xtree-leak</code>.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/420">#420</a>):
Add
command-line arguments <code>--callgrind-metrics</code> (env:
<code>IAI_CALLGRIND_CALLGRIND_METRICS</code>),
<code>--cachegrind-metrics</code> (env:
<code>IAI_CALLGRIND_CACHEGRIND_METRICS</code>),
<code>--dhat-metrics</code> (env:
<code>IAI_CALLGRIND_DHAT_METRICS</code>), <code>--drd-metrics</code>
(env:
<code>IAI_CALLGRIND_DRD_METRICS</code>), <code>--memcheck-metrics</code>
(env:
<code>IAI_CALLGRIND_MEMCHECK_METRICS</code>),
<code>--helgrind-metrics</code> (env:
<code>IAI_CALLGRIND_HELGRIND_METRICS</code>) to be able to adjust the
shown metrics and
their order in the terminal output of the respective tool.
and to be able to</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/421">#421</a>):
Add
<code>--tolerance</code> (env: <code>IAI_CALLGRIND_TOLERANCE</code>) to
be able to adjust the
tolerance level on the command-line (in addition to <a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/issues/411">#411</a>).</li>
<li>(c9cbcf61): Build artifacts of the <code>iai-callgrind-runner</code>
for the <code>riscv64</code>
target. The artifacts were added retroactively for all releases
<code>>=v0.12.0</code>.</li>
<li>(52d71ad0): Add mapping of iai-callgrind-runner version to json
schema
version to the guide.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/417">#417</a>):
backwards-compatible change of <code>summary.v6.schema.json</code>. The
order and
documentation of items changes.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/422">#422</a>):
Resort and
group the options in the <code>--help</code> output for Iai-Callgrind
command-line
arguments.</li>
<li>Update direct dependencies: <code>strum</code></li>
</ul>
<h3>Removed</h3>
<ul>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/417">#417</a>):
Unused
dependencies: <code>serde_regex</code>, <code>tokio</code></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>(52d71ad0): Removed the wrong link to schema version v2 in the
<code>machine-readable output</code> section of guide.</li>
<li>(<a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/pull/417">#417</a>):
<code>-v</code> in
arguments for tools other than cachegrind and callgrind was not parsed
the
same way as <code>--verbose</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/27399d0b42e56ec636d84f4a4712d3a24248e7c7"><code>27399d0</code></a>
Merge pull request <a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/issues/425">#425</a>
from gamma0987/release</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/e43135fc7f843ca60d89ef5f28c17a8fabf0c0c5"><code>e43135f</code></a>
Merge pull request <a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/issues/426">#426</a>
from iai-callgrind/renovate/clap-4.x-lockfile</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/4dab4b9532e2f6371eec23a08a44cee04c20a537"><code>4dab4b9</code></a>
chore(just): Fix version bump of the guide source files</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/3cd4f148bf8a0ecb628ed646f12ced78e3667b2b"><code>3cd4f14</code></a>
chore(deps): update rust crate clap to v4.5.42</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/e930fcee5820ef741aad5f91a773bd3f954ed79f"><code>e930fce</code></a>
Bump version v0.16.0 -> v0.16.1</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/ed25dd741804def2f0bfcf0c98a94a1b801b2f1c"><code>ed25dd7</code></a>
chore(deps): Update dependencies</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/3a1e51c046e35b57469b8335493eceec943a69d1"><code>3a1e51c</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/0cc275bb37d3d1bd2b9b3e862242c4efe2f0aed7"><code>0cc275b</code></a>
Merge pull request <a
href="https://redirect.github.com/iai-callgrind/iai-callgrind/issues/424">#424</a>
from gamma0987/update-docs</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/af7944bc748864ce51c569a45f991374989262b0"><code>af7944b</code></a>
docs(lib+guide): Update documentation for --tolerance, ...</li>
<li><a
href="https://github.com/iai-callgrind/iai-callgrind/commit/a4c66bbb624818a40e96b06a06c4f9e18a03a3bf"><code>a4c66bb</code></a>
Update CHANGELOG</li>
<li>Additional commits viewable in <a
href="https://github.com/iai-callgrind/iai-callgrind/compare/v0.16.0...v0.16.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `insta` from 1.43.1 to 1.43.2
<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.43.2</h2>
<h2>Release Notes</h2>
<ul>
<li>Fix panics when <code>cargo metadata</code> fails to execute or
parse (e.g., when cargo is not in PATH or returns invalid output). Now
falls back to using the manifest directory as the workspace root. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/798">#798</a>
(<a href="https://github.com/adriangb"><code>@adriangb</code></a>)</li>
<li>Fix clippy <code>uninlined_format_args</code> lint warnings. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/801">#801</a></li>
<li>Changed diff line numbers to 1-based indexing. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/799">#799</a></li>
<li>Preserve snapshot names with <code>INSTA_GLOB_FILTER</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/786">#786</a></li>
<li>Bumped <code>libc</code> crate to <code>0.2.174</code>, fixing
building on musl targets, and increasing the MSRV of
<code>insta</code> to <code>1.64.0</code> (released Sept 2022). <a
href="https://redirect.github.com/mitsuhiko/insta/issues/784">#784</a></li>
<li>Fix clippy 1.88 errors. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/783">#783</a></li>
<li>Fix source path in snapshots for non-child workspaces. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/778">#778</a></li>
<li>Add lifetime to Selector in redaction iterator. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/779">#779</a></li>
</ul>
<h2>Install cargo-insta 1.43.2</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.43.2/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.43.2/cargo-insta-installer.ps1
| iex"
</code></pre>
<h2>Download cargo-insta 1.43.2</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.43.2/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.43.2/cargo-insta-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/insta/releases/download/1.43.2/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.43.2/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.43.2/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.43.2/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.43.2/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.43.2/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.43.2/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.43.2/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.43.2</h2>
<ul>
<li>Fix panics when <code>cargo metadata</code> fails to execute or
parse (e.g., when cargo is not in PATH or returns invalid output). Now
falls back to using the manifest directory as the workspace root. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/798">#798</a>
(<a href="https://github.com/adriangb"><code>@adriangb</code></a>)</li>
<li>Fix clippy <code>uninlined_format_args</code> lint warnings. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/801">#801</a></li>
<li>Changed diff line numbers to 1-based indexing. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/799">#799</a></li>
<li>Preserve snapshot names with <code>INSTA_GLOB_FILTER</code>. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/786">#786</a></li>
<li>Bumped <code>libc</code> crate to <code>0.2.174</code>, fixing
building on musl targets, and increasing the MSRV of
<code>insta</code> to <code>1.64.0</code> (released Sept 2022). <a
href="https://redirect.github.com/mitsuhiko/insta/issues/784">#784</a></li>
<li>Fix clippy 1.88 errors. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/783">#783</a></li>
<li>Fix source path in snapshots for non-child workspaces. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/778">#778</a></li>
<li>Add lifetime to Selector in redaction iterator. <a
href="https://redirect.github.com/mitsuhiko/insta/issues/779">#779</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/insta/commit/01fc57f115b8b5a2c22f5c0be4f5427f3e5ac5ac"><code>01fc57f</code></a>
Fix Windows runner configuration for releases</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/88c9a2f020b1a9abb3258063e0d55401ca2d95bb"><code>88c9a2f</code></a>
Prepare CHANGELOG for 1.43.2 release (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/802">#802</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/d03c2a67b599c0e39f610298441013162a450eaa"><code>d03c2a6</code></a>
Improve error handling for cargo workspace detection (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/800">#800</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/55987acdb68251b54a590be94db8bc97a694df39"><code>55987ac</code></a>
Fix clippy uninlined_format_args lint warnings (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/801">#801</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/ae26e810a32bd46f955d63b1dd4e30efae389121"><code>ae26e81</code></a>
Change diff line numbers to 1-based indexing (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/799">#799</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/26efb60d08206e17e7d476e9b42f152b2e16cf58"><code>26efb60</code></a>
Release insta 1.43.2 (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/791">#791</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/77937824766ae4a1299eadc634ee434d01033302"><code>7793782</code></a>
Preserve snapshot names with INSTA_GLOB_FILTER (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/786">#786</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/1d6e0c715602e681a01fc538f3649ac16f769dc1"><code>1d6e0c7</code></a>
chore: bump libc crate (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/784">#784</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/1a17ea955210036c5173fc9eb425f4434c535e83"><code>1a17ea9</code></a>
chore: fix clippy 1.88 errors (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/783">#783</a>)</li>
<li><a
href="https://github.com/mitsuhiko/insta/commit/7d0de48695551aab4c5a352c07b7a956aee33b6b"><code>7d0de48</code></a>
Fix source path in snapshots for non-child workspaces (<a
href="https://redirect.github.com/mitsuhiko/insta/issues/778">#778</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mitsuhiko/insta/compare/1.43.1...1.43.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.141 to 1.0.145
<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.145</h2>
<ul>
<li>Raise serde version requirement to >=1.0.220</li>
</ul>
<h2>v1.0.144</h2>
<ul>
<li>Switch serde dependency to serde_core (<a
href="https://redirect.github.com/serde-rs/json/issues/1285">#1285</a>)</li>
</ul>
<h2>v1.0.143</h2>
<ul>
<li>Implement Clone and Debug for serde_json::Map iterators (<a
href="https://redirect.github.com/serde-rs/json/issues/1264">#1264</a>,
thanks <a
href="https://github.com/xlambein"><code>@xlambein</code></a>)</li>
<li>Implement Default for CompactFormatter (<a
href="https://redirect.github.com/serde-rs/json/issues/1268">#1268</a>,
thanks <a href="https://github.com/SOF3"><code>@SOF3</code></a>)</li>
<li>Implement FromStr for serde_json::Map (<a
href="https://redirect.github.com/serde-rs/json/issues/1271">#1271</a>,
thanks <a
href="https://github.com/mickvangelderen"><code>@mickvangelderen</code></a>)</li>
</ul>
<h2>v1.0.142</h2>
<ul>
<li>impl Default for &Value (<a
href="https://redirect.github.com/serde-rs/json/issues/1265">#1265</a>,
thanks <a
href="https://github.com/aatifsyed"><code>@aatifsyed</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/efa66e3a1d61459ab2d325f92ebe3acbd6ca18b1"><code>efa66e3</code></a>
Release 1.0.145</li>
<li><a
href="https://github.com/serde-rs/json/commit/23679e2b9d7e4dcaef797ca7c51a4ffb6fce9f36"><code>23679e2</code></a>
Add serde version constraint</li>
<li><a
href="https://github.com/serde-rs/json/commit/fc27bafbf740abc5e5733ec1dd2b5ae25695f895"><code>fc27baf</code></a>
Release 1.0.144</li>
<li><a
href="https://github.com/serde-rs/json/commit/caef3c6ea69e126d18ee8b43dcc2c89d81207815"><code>caef3c6</code></a>
Ignore uninlined_format_args pedantic clippy lint</li>
<li><a
href="https://github.com/serde-rs/json/commit/81ba3aaaff5c3736dd8b762dd1a0cf992bf60593"><code>81ba3aa</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1285">#1285</a>
from dtolnay/serdecore</li>
<li><a
href="https://github.com/serde-rs/json/commit/d21e8ce7a7cc0bab2d53293de42b6343ef1d9144"><code>d21e8ce</code></a>
Switch serde dependency to serde_core</li>
<li><a
href="https://github.com/serde-rs/json/commit/6beb6cd596a00f8838dc0cfc8876ed8fd065896f"><code>6beb6cd</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1286">#1286</a>
from dtolnay/up</li>
<li><a
href="https://github.com/serde-rs/json/commit/1dbc803749213eca37080cc7f29f5aee3ac18941"><code>1dbc803</code></a>
Raise required compiler to Rust 1.61</li>
<li><a
href="https://github.com/serde-rs/json/commit/0bf5d87003aebbbb2b46c96e668283215971d98d"><code>0bf5d87</code></a>
Enforce trybuild >= 1.0.108</li>
<li><a
href="https://github.com/serde-rs/json/commit/d12e943590208da738c092db92c34b39796a2538"><code>d12e943</code></a>
Update actions/checkout@v4 -> v5</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.141...v1.0.145">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> Active Branches
#2440%
#249+11%
#1810%
© 2025 CodSpeed Technology