Skip to content

Commit

Permalink
chore(deps-rs): bump the patch group with 6 updates (#752)
Browse files Browse the repository at this point in the history
Bumps the patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pyo3](https://github.com/pyo3/pyo3) | `0.23.3` | `0.23.4` |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` |
| [delegate](https://github.com/kobzol/rust-delegate) | `0.13.1` |
`0.13.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` |
`2.7.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.137`
|

Updates `pyo3` from 0.23.3 to 0.23.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyo3/pyo3/releases">pyo3's
releases</a>.</em></p>
<blockquote>
<h2>PyO3 0.23.4</h2>
<p>This release contains a range of fixes on top of PyO3 0.23.3,
primarily grouped into the following categories:</p>
<ul>
<li>Fixes for the new support for free-threaded Python 3.13</li>
<li>Fixes to conversions between Python and <code>chrono</code>
datetimes</li>
<li>Fixes to various build configuration cases for Windows</li>
<li>Fixes to edge cases in PyO3's macros leading to compile
failures</li>
</ul>
<p>Thank you to the following contributors for the improvements:</p>
<p><a href="https://github.com/alex"><code>@​alex</code></a>
<a
href="https://github.com/bschoenmaeckers"><code>@​bschoenmaeckers</code></a>
<a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a>
<a href="https://github.com/Icxolu"><code>@​Icxolu</code></a>
<a href="https://github.com/kahojyun"><code>@​kahojyun</code></a>
<a href="https://github.com/LilyFoote"><code>@​LilyFoote</code></a>
<a href="https://github.com/mejrs"><code>@​mejrs</code></a>
<a href="https://github.com/messense"><code>@​messense</code></a>
<a href="https://github.com/msimacek"><code>@​msimacek</code></a>
<a href="https://github.com/ngoldbaum"><code>@​ngoldbaum</code></a>
<a
href="https://github.com/Owen-CH-Leung"><code>@​Owen-CH-Leung</code></a>
<a href="https://github.com/Tpt"><code>@​Tpt</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md">pyo3's
changelog</a>.</em></p>
<blockquote>
<h2>[0.23.4] - 2025-01-10</h2>
<h3>Added</h3>
<ul>
<li>Add <code>PyList::locked_for_each</code>, which uses a critical
section to lock the list on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4789">#4789</a></li>
<li>Add <code>pyo3_build_config::add_python_framework_link_args</code>
build script API to set rpath when using macOS system Python. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4833">#4833</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use <code>datetime.fold</code> to distinguish ambiguous datetimes
when converting to and from <code>chrono::DateTime&lt;Tz&gt;</code>
(rather than erroring). <a
href="https://redirect.github.com/PyO3/pyo3/pull/4791">#4791</a></li>
<li>Optimize PyList iteration on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4789">#4789</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix unnecessary internal <code>py.allow_threads</code> GIL-switch
when attempting to access contents of a <code>PyErr</code> which
originated from Python (could lead to unintended deadlocks). <a
href="https://redirect.github.com/PyO3/pyo3/pull/4766">#4766</a></li>
<li>Fix thread-unsafe access of dict internals in
<code>BoundDictIterator</code> on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4788">#4788</a></li>
</ul>
<ul>
<li>Fix unnecessary critical sections in <code>BoundDictIterator</code>
on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4788">#4788</a></li>
</ul>
<ul>
<li>Fix time-of-check to time-of-use issues with list iteration on the
free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4789">#4789</a></li>
<li>Fix <code>chrono::DateTime&lt;Tz&gt;</code> to-Python conversion
when <code>Tz</code> is <code>chrono_tz::Tz</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4790">#4790</a></li>
<li>Fix <code>#[pyclass]</code> not being able to be named
<code>Probe</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4794">#4794</a></li>
<li>Fix not treating cross-compilation from x64 to aarch64 on Windows as
a cross-compile. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4800">#4800</a></li>
<li>Fix missing struct fields on GraalPy when subclassing builtin
classes. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4802">#4802</a></li>
<li>Fix generating import lib for PyPy when <code>abi3</code> feature is
enabled. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4806">#4806</a></li>
<li>Fix generating import lib for python3.13t when <code>abi3</code>
feature is enabled. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4808">#4808</a></li>
<li>Fix compile failure for raw identifiers like <code>r#box</code> in
<code>derive(FromPyObject)</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4814">#4814</a></li>
<li>Fix compile failure for <code>#[pyclass]</code> enum variants with
more than 12 fields. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4832">#4832</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/pyo3/commit/f2a8460559d8f58269f306679fc58c9d101f70cf"><code>f2a8460</code></a>
release: 0.23.4</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/0c10e3462d34fe810df4f4ec5cfa7c853ae88add"><code>0c10e34</code></a>
ci: updates for Rust 1.84 (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4846">#4846</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/9ee55a3a8f2ba7df759fb5f67879769aa7fc1100"><code>9ee55a3</code></a>
Implement locked iteration for PyList (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4789">#4789</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/4b04bb3752c87d3aa9ee643c169982181c160074"><code>4b04bb3</code></a>
Allow useless conversion (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4838">#4838</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/bcdbc9365165d5fc3c27023a9108d25a81356e00"><code>bcdbc93</code></a>
Fix PyDict issues on free-threaded build (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4788">#4788</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/8aa68254abf0e37bb5e98bf6529d1ea166aaa0d4"><code>8aa6825</code></a>
Add an API to set rpath when using macOS system Python (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4833">#4833</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/e19d048275aef8e92ae8639b88dea3b0470b2f12"><code>e19d048</code></a>
ci: add more tests for cross-compilation (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4773">#4773</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/325218f1520fcb30c1c8e0a6df65db79cb587fa6"><code>325218f</code></a>
docs: Expand docs on when and why allow_threads is necessary (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4767">#4767</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/869a25ba612936a01aa02d69f90d318d1040aba5"><code>869a25b</code></a>
fix error with complex enums with many fields (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4832">#4832</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/f2915f518c82661d82a3390b655ae600a6bf60db"><code>f2915f5</code></a>
fix: cross-compilation compatibility checks for Windows (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4800">#4800</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyo3/pyo3/compare/v0.23.3...v0.23.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `clap` from 4.5.23 to 4.5.26
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/releases">clap's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.26</h2>
<h2>[4.5.26] - 2025-01-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> Reduce binary size with the
<code>suggestions</code> feature</li>
</ul>
<h2>v4.5.25</h2>
<h2>[4.5.25] - 2025-01-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Reduce binary size</li>
</ul>
<h2>v4.5.24</h2>
<h2>[4.5.24] - 2025-01-07</h2>
<h3>Fixes</h3>
<ul>
<li><em>(parser)</em> Correctly handle defaults with
<code>ignore_errors(true)</code> and when a suggestion is provided for
an unknown argument</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.26] - 2025-01-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> Reduce binary size with the
<code>suggestions</code> feature</li>
</ul>
<h2>[4.5.25] - 2025-01-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Reduce binary size</li>
</ul>
<h2>[4.5.24] - 2025-01-07</h2>
<h3>Fixes</h3>
<ul>
<li><em>(parser)</em> Correctly handle defaults with
<code>ignore_errors(true)</code> and when a suggestion is provided for
an unknown argument</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/df1efca03509f736e26d2f16766b7ea06acc3ecf"><code>df1efca</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/d48bef65af6930c26386e63d85cbdeb2d21bd359"><code>d48bef6</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6b7aa3d490258f0acde0dd79166b7587ff68e3c0"><code>6b7aa3d</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5628">#5628</a>
from mart-mihkel/complete_hyphen</li>
<li><a
href="https://github.com/clap-rs/clap/commit/57b6cb8e4781216e7c01397d2bd54b97028a5520"><code>57b6cb8</code></a>
refactor(complete): Simplify engine::complete</li>
<li><a
href="https://github.com/clap-rs/clap/commit/fbec05e639f82635bd64fc7bd20d18796cd4b598"><code>fbec05e</code></a>
refactor(complete): Fix typo in hyhpen</li>
<li><a
href="https://github.com/clap-rs/clap/commit/b7cfbdcf96c96da64f7d91c0bef915ef1a6dc37f"><code>b7cfbdc</code></a>
feat(complete): Native support for hyphen values</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1d97c293ba7968d7bcd06b624104218cab6fbe3f"><code>1d97c29</code></a>
test(complete): Test cases for allow_hyphen_values</li>
<li><a
href="https://github.com/clap-rs/clap/commit/64e37904615c3e2df85fd38370beb5961a31d557"><code>64e3790</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1cf50c77543cab6e648b967f8edc05115a24fe8b"><code>1cf50c7</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/085143dc14cb6686c1fe3852ea2aab193cd50a6e"><code>085143d</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5722">#5722</a>
from epage/sort</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.26">compare
view</a></li>
</ul>
</details>
<br />

Updates `delegate` from 0.13.1 to 0.13.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md">delegate's
changelog</a>.</em></p>
<blockquote>
<h1>0.13.2 (14. 1. 2025)</h1>
<ul>
<li>Correctly parse attributes with segmented paths (e.g.
<code>#[a::b::c]</code>) (<a
href="https://redirect.github.com/Kobzol/rust-delegate/issues/77">Kobzol/rust-delegate#77</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/930f0e45b8136063efb8ce9582b8b436607e66a2"><code>930f0e4</code></a>
Bump version to 0.13.2</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/079706be2816781e72d12203572715267982318b"><code>079706b</code></a>
Merge pull request <a
href="https://redirect.github.com/kobzol/rust-delegate/issues/78">#78</a>
from Kobzol/attribute-path</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/f2362bcff39d1007926346997626d7ff3c2fd75b"><code>f2362bc</code></a>
Make attribute parsing more robust</li>
<li>See full diff in <a
href="https://github.com/kobzol/rust-delegate/compare/v0.13.1...v0.13.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `indexmap` from 2.7.0 to 2.7.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md">indexmap's
changelog</a>.</em></p>
<blockquote>
<h2>2.7.1 (2025-01-19)</h2>
<ul>
<li>Added <code>#[track_caller]</code> to functions that may panic.</li>
<li>Improved memory reservation for <code>insert_entry</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/42e57a395b939292c08d32a317bae7bec3b7b5d8"><code>42e57a3</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/369">#369</a>
from cuviper/release-2.7.1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/f61b581178260fe2afaf1c0fc0613be319827d19"><code>f61b581</code></a>
Release 2.7.1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/cb520a7817b509d3a7cc51c8b60edcdbb029e595"><code>cb520a7</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/368">#368</a>
from cuviper/reserve_entries</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/f0ec9243d93b1788e77902dfef7ef956dbf38b40"><code>f0ec924</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/367">#367</a>
from savannstm/better-panics</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/38ef6188a7ece05c2cf5d2e5a930cad0cfb252a3"><code>38ef618</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/364">#364</a>
from hkBst/patch-1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/1f1272171f108c23865d1943b9605b54a19de185"><code>1f12721</code></a>
Improve memory reservation for <code>insert_entry</code></li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/2f5575574ca31240ed539b7fdb9938207fe782cc"><code>2f55755</code></a>
Improve panic messages</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/7b64edc994ec11867479f974f190e302e3e66563"><code>7b64edc</code></a>
Add <code>#[track_caller]</code> attributes to functions that may
panic</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/f63bb6e016f2f78516441bc42e586828211ed2dc"><code>f63bb6e</code></a>
remove fxhash dep</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/8eb4de59b03adf2e24284f6ca370d5071c493f9f"><code>8eb4de5</code></a>
Remove fxhash example from lib.rs</li>
<li>Additional commits viewable in <a
href="https://github.com/indexmap-rs/indexmap/compare/2.7.0...2.7.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.216 to 1.0.217
<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.217</h2>
<ul>
<li>Support serializing externally tagged unit variant inside flattened
field (<a
href="https://redirect.github.com/serde-rs/serde/issues/2786">#2786</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/930401b0dd58a809fce34da091b8aa3d6083cb33"><code>930401b</code></a>
Release 1.0.217</li>
<li><a
href="https://github.com/serde-rs/serde/commit/cb6eaea151b831db36457fff17f16a195702dad4"><code>cb6eaea</code></a>
Fix roundtrip inconsistency:</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b6f339ca3676584e1c26028b4040c337b0105e34"><code>b6f339c</code></a>
Resolve repr_packed_without_abi clippy lint in tests</li>
<li><a
href="https://github.com/serde-rs/serde/commit/2a5caea1a8abc9b6077d8eb43bd6109124db2a5f"><code>2a5caea</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2872">#2872</a>
from dtolnay/ehpersonality</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9f93f99aaa90760d421b60b8de6273999ca8980"><code>b9f93f9</code></a>
Add no-std CI on stable compiler</li>
<li><a
href="https://github.com/serde-rs/serde/commit/eb5cd476ba7e71e22b0a856c1e78a3af1b7bbe0a"><code>eb5cd47</code></a>
Drop #[lang = &quot;eh_personality&quot;] from no-std test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/8478a3b7dd847753440bdaf65b828a4a535e6cef"><code>8478a3b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2871">#2871</a>
from dtolnay/nostdstart</li>
<li><a
href="https://github.com/serde-rs/serde/commit/dbb909136e610b9753dcd9ffcfb8f6a3f6510060"><code>dbb9091</code></a>
Replace #[start] with extern fn main</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.134 to 1.0.137
<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.137</h2>
<ul>
<li>Turn on &quot;float_roundtrip&quot; and &quot;unbounded_depth&quot;
features for serde_json in play.rust-lang.org (<a
href="https://redirect.github.com/serde-rs/json/issues/1231">#1231</a>)</li>
</ul>
<h2>v1.0.136</h2>
<ul>
<li>Optimize serde_json::value::Serializer::serialize_map by using
Map::with_capacity (<a
href="https://redirect.github.com/serde-rs/json/issues/1230">#1230</a>,
thanks <a
href="https://github.com/goffrie"><code>@​goffrie</code></a>)</li>
</ul>
<h2>v1.0.135</h2>
<ul>
<li>Add serde_json::Map::into_values method (<a
href="https://redirect.github.com/serde-rs/json/issues/1226">#1226</a>,
thanks <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/eb49e28204c45faa692e0ca5485958b3bdc6f310"><code>eb49e28</code></a>
Release 1.0.137</li>
<li><a
href="https://github.com/serde-rs/json/commit/51c48ab3b07979b648643cff70cd430217539481"><code>51c48ab</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1231">#1231</a>
from dtolnay/playground</li>
<li><a
href="https://github.com/serde-rs/json/commit/7d8f15b96351d9414e17c9ec4c095f51b259872e"><code>7d8f15b</code></a>
Enable &quot;float_roundtrip&quot; and &quot;unbounded_depth&quot;
features in playground</li>
<li><a
href="https://github.com/serde-rs/json/commit/a46f14cf2e92054bdb2c11dd86f4c1b5069f7f81"><code>a46f14c</code></a>
Release 1.0.136</li>
<li><a
href="https://github.com/serde-rs/json/commit/eb9f3f6387e62508854298b10e68aee8250f7f6b"><code>eb9f3f6</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1230">#1230</a>
from goffrie/patch-1</li>
<li><a
href="https://github.com/serde-rs/json/commit/513e5b2f74eb4697e5b0ed3952b1e3cf60ac6f0b"><code>513e5b2</code></a>
Use Map::with_capacity in value::Serializer::serialize_map</li>
<li><a
href="https://github.com/serde-rs/json/commit/9802c08d4ef1662cbbf92fabf7d6f4dc6aecfe9e"><code>9802c08</code></a>
Release 1.0.135</li>
<li><a
href="https://github.com/serde-rs/json/commit/b97935fde2acc364f2ce6de8885c0bedfa5eb29f"><code>b97935f</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1226">#1226</a>
from tisonkun/map-into-values</li>
<li><a
href="https://github.com/serde-rs/json/commit/d48c224d12a18189bdabbfe050bfe8134dbb4bf5"><code>d48c224</code></a>
Add Map::into_values method</li>
<li><a
href="https://github.com/serde-rs/json/commit/1e77cac742aaa12d0c8390bd8d40e279e05a3bca"><code>1e77cac</code></a>
Resolve precedence clippy lint</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.134...v1.0.137">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>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 1deb392 commit b5f5669
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ hugr = "0.14.1"
hugr-core = "0.14.1"
hugr-cli = "0.14.1"
portgraph = "0.12"
pyo3 = "0.23.3"
pyo3 = "0.23.4"
itertools = "0.13.0"
tket-json-rs = "0.7.1"
tracing = "0.1.37"
portmatching = "0.3.1"
bytemuck = "1.21.0"
cgmath = "0.18.0"
chrono = "0.4.39"
clap = "4.5.23"
clap = "4.5.26"
criterion = "0.5.1"
crossbeam-channel = "0.5.14"
csv = "1.3.1"
delegate = "0.13.1"
delegate = "0.13.2"
derive_more = "1.0.0"
downcast-rs = "1.2.0"
fxhash = "0.2.1"
indexmap = "2.7.0"
indexmap = "2.7.1"
lazy_static = "1.5.0"
num-complex = "0.4"
num-rational = "0.4"
Expand Down

0 comments on commit b5f5669

Please sign in to comment.