May the code be with you 👻
Bumps the deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.26` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `3.0.0` | | [dirs](https://github.com/soc/dirs-rs) | `5.0.1` | `6.0.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.5` | `0.11.6` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [pyo3](https://github.com/pyo3/pyo3) | `0.23.2` | `0.23.4` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.135` | | [scraper](https://github.com/causal-agent/scraper) | `0.21.0` | `0.22.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.42` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.11` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.5` | `2.2.6` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.12` | Updates `async-trait` from 0.1.83 to 0.1.85 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.85</h2> <ul> <li>Omit <code>Self: 'async_trait</code> bound in impl when not needed by signature (<a href="https://redirect.github.com/dtolnay/async-trait/issues/284">#284</a>)</li> </ul> <h2>0.1.84</h2> <ul> <li>Support <code>impl Trait</code> in return type (<a href="https://redirect.github.com/dtolnay/async-trait/issues/282">#282</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/fee923d4a03609815f334f96f8ad6299b76a6441"><code>fee923d</code></a> Release 0.1.85</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0c2e1083f22221daac610d76db3b5bffc767638e"><code>0c2e108</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/284">#284</a> from dtolnay/selfinblock</li> <li><a href="https://github.com/dtolnay/async-trait/commit/9456e54b598cfe2c965170ff78308f2b6f2d6f73"><code>9456e54</code></a> Omit <code>Self: 'async_trait</code> bound in impl when not needed by signature</li> <li><a href="https://github.com/dtolnay/async-trait/commit/b77d0d504ca3fd0ccee662a559585998f78358a1"><code>b77d0d5</code></a> Add regression test for issue 283</li> <li><a href="https://github.com/dtolnay/async-trait/commit/4c8406dd470617e71d75fe93419447750cec5288"><code>4c8406d</code></a> Release 0.1.84</li> <li><a href="https://github.com/dtolnay/async-trait/commit/1cab7e43da430785d6c2e55193a4383e45070ba8"><code>1cab7e4</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/282">#282</a> from dtolnay/impltrait</li> <li><a href="https://github.com/dtolnay/async-trait/commit/3af8236a3d7cdee1d89435b27375c219cf265cbe"><code>3af8236</code></a> Require Rust 1.75+ for RPITIT (return position impl trait in trait)</li> <li><a href="https://github.com/dtolnay/async-trait/commit/85b572c44236deab9550572183953b9df743939d"><code>85b572c</code></a> Support impl Trait in return type</li> <li><a href="https://github.com/dtolnay/async-trait/commit/aff365fb7477e0952d0196ea369ddec9c7ed3c78"><code>aff365f</code></a> Add regression test for issue 281</li> <li><a href="https://github.com/dtolnay/async-trait/commit/7d8519d4160c548d28f4ff58165b09b81da6acf6"><code>7d8519d</code></a> Update ui test suite to nightly-2024-12-09</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.85">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.41.1 to 1.43.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.43.0</h2> <h1>1.43.0 (Jan 8th, 2025)</h1> <h3>Added</h3> <ul> <li>net: add <code>UdpSocket::peek</code> methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7068">#7068</a>)</li> <li>net: add support for Haiku OS (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7042">#7042</a>)</li> <li>process: add <code>Command::into_std()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7014">#7014</a>)</li> <li>signal: add <code>SignalKind::info</code> on illumos (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6995">#6995</a>)</li> <li>signal: add support for realtime signals on illumos (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7029">#7029</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>io: don't call <code>set_len</code> before initializing vector in <code>Blocking</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7054">#7054</a>)</li> <li>macros: suppress <code>clippy::needless_return</code> in <code>#[tokio::main]</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6874">#6874</a>)</li> <li>runtime: fix thread parking on WebAssembly (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7041">#7041</a>)</li> </ul> <h3>Changes</h3> <ul> <li>chore: use unsync loads for <code>unsync_load</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7073">#7073</a>)</li> <li>io: use <code>Buf::put_bytes</code> in <code>Repeat</code> read impl (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7055">#7055</a>)</li> <li>task: drop the join waker of a task eagerly (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6986">#6986</a>)</li> </ul> <h3>Changes to unstable APIs</h3> <ul> <li>metrics: improve flexibility of H2Histogram Configuration (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6963">#6963</a>)</li> <li>taskdump: add accessor methods for backtrace (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6975">#6975</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: clarify <code>ReadBuf::uninit</code> allows initialized buffers as well (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7053">#7053</a>)</li> <li>net: fix ambiguity in <code>TcpStream::try_write_vectored</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7067">#7067</a>)</li> <li>runtime: fix <code>LocalRuntime</code> doc links (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7074">#7074</a>)</li> <li>sync: extend documentation for <code>watch::Receiver::wait_for</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7038">#7038</a>)</li> <li>sync: fix typos in <code>OnceCell</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7047">#7047</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/6874">#6874</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6874">tokio-rs/tokio#6874</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6963">#6963</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6963">tokio-rs/tokio#6963</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6975">#6975</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6975">tokio-rs/tokio#6975</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6986">#6986</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6986">tokio-rs/tokio#6986</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/6995">#6995</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/6995">tokio-rs/tokio#6995</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7014">#7014</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7014">tokio-rs/tokio#7014</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7029">#7029</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7029">tokio-rs/tokio#7029</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7038">#7038</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7038">tokio-rs/tokio#7038</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7041">#7041</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7041">tokio-rs/tokio#7041</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7042">#7042</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7042">tokio-rs/tokio#7042</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7047">#7047</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7047">tokio-rs/tokio#7047</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7053">#7053</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7053">tokio-rs/tokio#7053</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7054">#7054</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7054">tokio-rs/tokio#7054</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/7055">#7055</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7055">tokio-rs/tokio#7055</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/5f3296df77ad594779d1fe1a1583078ca9832daf"><code>5f3296d</code></a> chore: prepare Tokio v1.43.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7079">#7079</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/cc974a646bd3932c148e300a92fda387c23768dd"><code>cc974a6</code></a> chore: prepare tokio-macros v2.5.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7078">#7078</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/15495fd88305099d4ffa0a5583f6d8856d728ac3"><code>15495fd</code></a> metrics: improve flexibility of H2Histogram Configuration (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6963">#6963</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ad4183412a0c01a9a5b92de0c2dddb5471bc2563"><code>ad41834</code></a> io: don't call <code>set_len</code> before initializing vector in <code>Blocking</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7054">#7054</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bd3e8577377a2b684b50fc0cb50d98f03ad09703"><code>bd3e857</code></a> runtime: move <code>is_join_waker_set</code> assertion in <code>unset_waker</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7072">#7072</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/15f73666f18e0853fe1f730bbe8b9b1618fb1016"><code>15f7366</code></a> runtime: fix <code>LocalRuntime</code> doc links (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7074">#7074</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fd2048dad1ccbb047bef0325d7f38f6e945a58ac"><code>fd2048d</code></a> ci: split miri jobs into unit and integration tests (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7071">#7071</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e8f39157b6047025c109ab2dbcdc9b579c2fac7b"><code>e8f3915</code></a> chore: use unsync loads for <code>unsync_load</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7073">#7073</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/67f127769b8c17dda6035b9b70bbf7657d74ff09"><code>67f1277</code></a> net: fix ambiguity in <code>TcpStream::try_write_vectored</code> docs (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7067">#7067</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/463502cbafdb501c703091442eb658e6241958f1"><code>463502c</code></a> io: clarify <code>ReadBuf::uninit</code> allows initialized buffers as well (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7053">#7053</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.43.0">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.21 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> <h2>v4.5.23</h2> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>v4.5.22</h2> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</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> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</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.21...clap_complete-v4.5.26">compare view</a></li> </ul> </details> <br /> Updates `colored` from 2.1.0 to 3.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mackwic/colored/releases">colored's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <ul> <li><strong>[BREAKING CHANGE]:</strong> Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.</li> </ul> <h2>v2.2.0</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/colored-rs/colored/blob/master/CHANGELOG.md">colored's changelog</a>.</em></p> <blockquote> <h1>3.0.0</h1> <ul> <li><strong>[BREAKING CHANGE]:</strong> Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.</li> </ul> <h1>2.2.0</h1> <ul> <li>Updated top-level docs to include a note about <code>ColoredString</code>'s role in the <code>Colorize</code> pipeline as well as link to it to suggest learning more about how to manipulate existing <code>ColoredString</code>'s.</li> <li>Changes to <code>ColoredString</code>: <ul> <li>Expose fields.</li> <li><strong>[DEPRECATION]:</strong> Deprecated methods <code>fgcolor</code>, <code>bgcolor</code>, and <code>style</code> due to their obsolescence in the face of the exposing of their represented fields.</li> <li>Add methods for clearing specific elements of <code>fgcolor</code>, <code>bgcolor</code>, and <code>style</code>.</li> <li>Change Default implementation to be via derive as Style now implements Default (see changes to Style below).</li> <li>Add implementation of <code>DerefMut</code>.</li> <li>Updated docs to reflect the above changes as well as generally greatly expand them.</li> </ul> </li> <li>Changes to <code>Style</code>: <ul> <li>Implemented <code>Default</code> for <code>Style</code> (returns <code>CLEAR</code>). This exposes a method by which users can create plain <code>Style</code>'s from scratch.</li> <li>Implemented <code>From<Styles></code> for <code>Style</code>. This lets users easily create <code>Style</code>'s from specific styles.</li> <li>Exposed previously private method <code>add</code>.</li> <li>Created method <code>remove</code> which essentially does the opposite.</li> <li>Added builder-style methods in the vein of <code>Colorize</code> to add stylings (e.g. <code>bold</code>, <code>underline</code>, <code>italic</code>, <code>strikethrough</code>).</li> <li>Implemented bitwise operators <code>BitAnd</code>, <code>BitOr</code>, <code>BitXor</code>, and <code>Not</code> as well as their representative assignment operators. You can also use a <code>Styles</code> as an operand for these.</li> <li>Implemented <code>FromIterator<Styles></code> for Style.</li> </ul> </li> <li>Changes to <code>Styles</code>: <ul> <li>Implemented bitwise operators <code>BitAnd</code>, <code>BitOr</code>, <code>BitXor</code>, and <code>Not</code> which all combine <code>Styles</code>'s and output <code>Style</code>'s. These can also take a <code>Style</code> as an operand.</li> </ul> </li> <li>Added additional testing for all of the above changes.</li> <li>Added methods <code>with_style</code> and <code>with_color_and_style</code> to <code>Colorize</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colored-rs/colored/commit/95b2de80ba35b6d2be2f876a746d27da58a73945"><code>95b2de8</code></a> Remove unnecessary lazy_static dependency (<a href="https://redirect.github.com/mackwic/colored/issues/176">#176</a>)</li> <li><a href="https://github.com/colored-rs/colored/commit/037e091ff1e66b3160d18cc65ff35554da15fb0a"><code>037e091</code></a> Fix missing <code>2.2.0</code> release in changelog</li> <li><a href="https://github.com/colored-rs/colored/commit/ef1484c713e1340d842cc7b76f79dc976afe891f"><code>ef1484c</code></a> 2.2.0 (<a href="https://redirect.github.com/mackwic/colored/issues/186">#186</a>)</li> <li><a href="https://github.com/colored-rs/colored/commit/1bb63e43816fba027bd223c1a3f1c4ae18739f02"><code>1bb63e4</code></a> cargo: supported range for windows-sys (<a href="https://redirect.github.com/mackwic/colored/issues/184">#184</a>)</li> <li><a href="https://github.com/colored-rs/colored/commit/a7e464f7c961c8d79cdad2d4bb3bbfca24c2653c"><code>a7e464f</code></a> Add dependabot config (<a href="https://redirect.github.com/mackwic/colored/issues/178">#178</a>)</li> <li><a href="https://github.com/colored-rs/colored/commit/0ddacef14dced008ee4387c9669e612544e183be"><code>0ddacef</code></a> Ignore blame for clippy fix</li> <li><a href="https://github.com/colored-rs/colored/commit/05b0f57859c98b055550a4dfc0898e3df7b6e503"><code>05b0f57</code></a> Differentiate between ansi_term style and colored style due to deprecation of...</li> <li><a href="https://github.com/colored-rs/colored/commit/981cfe4ae7d1a3ce2f8058e6182c496a7296bc2a"><code>981cfe4</code></a> Fix deprecation warnings</li> <li><a href="https://github.com/colored-rs/colored/commit/58a06a44c7640a83a65df6c5afae5ed8f0014fd0"><code>58a06a4</code></a> Apply some (pedantic) clippy lints</li> <li><a href="https://github.com/colored-rs/colored/commit/e55e26c30b8b66adf65f63ff7769b30c7cefd7e8"><code>e55e26c</code></a> Update rspec (<a href="https://redirect.github.com/mackwic/colored/issues/177">#177</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mackwic/colored/compare/v2.1.0...v3.0.0">compare view</a></li> </ul> </details> <br /> Updates `dirs` from 5.0.1 to 6.0.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/soc/dirs-rs/commits">compare view</a></li> </ul> </details> <br /> Updates `env_logger` from 0.11.5 to 0.11.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.11.6</h2> <h2>[0.11.6] - 2024-12-20</h2> <h3>Features</h3> <ul> <li>Opt-in file and line rendering</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2>[0.11.6] - 2024-12-20</h2> <h3>Features</h3> <ul> <li>Opt-in file and line rendering</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/dc1a01a79729d9a43f9dfaf32080c5e7bdf05090"><code>dc1a01a</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/env_logger/commit/65f81b3b6bcac25ce3de08187579ba38d0ea34f5"><code>65f81b3</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/env_logger/commit/77425992f658d00d41aafc29b3bc7cb2e93e0f80"><code>7742599</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/345">#345</a> from EriKWDev/main</li> <li><a href="https://github.com/rust-cli/env_logger/commit/59229bce5331f23b021633a1c991672c93e0ec83"><code>59229bc</code></a> fix: Test result of everything enabled has changed</li> <li><a href="https://github.com/rust-cli/env_logger/commit/b0d4760955fcfe30a4e4314fe0f1ba9952650855"><code>b0d4760</code></a> spelling + field names</li> <li><a href="https://github.com/rust-cli/env_logger/commit/1bad1f59d73240de26cd6e632bb4cce4541ba0e1"><code>1bad1f5</code></a> feature: ability to display source file path and line number with default for...</li> <li><a href="https://github.com/rust-cli/env_logger/commit/cc97bf76e37f72993553187434e7fcbeb62c8478"><code>cc97bf7</code></a> chore(deps): Update Rust Stable to v1.83 (<a href="https://redirect.github.com/rust-cli/env_logger/issues/343">#343</a>)</li> <li><a href="https://github.com/rust-cli/env_logger/commit/240cd21de5b8b506f34dc8fdfbcaf49a73fb91c9"><code>240cd21</code></a> style: Make clippy happy</li> <li><a href="https://github.com/rust-cli/env_logger/commit/da7ff822598df812102c56e5d0329c79d7bfa60b"><code>da7ff82</code></a> chore: Update from _rust template</li> <li><a href="https://github.com/rust-cli/env_logger/commit/ab1d8549459a8f38897aa065a300279ead1019e4"><code>ab1d854</code></a> chore(deps): Update Rust crate snapbox to v0.6.20 (<a href="https://redirect.github.com/rust-cli/env_logger/issues/342">#342</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6">compare view</a></li> </ul> </details> <br /> Updates `log` from 0.4.22 to 0.4.25 <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.25</h2> <h2>What's Changed</h2> <ul> <li>Revert loosening of kv cargo features by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/662">rust-lang/log#662</a></li> <li>Prepare for 0.4.25 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/663">rust-lang/log#663</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.24...0.4.25">https://github.com/rust-lang/log/compare/0.4.24...0.4.25</a></p> <h2>0.4.24 (yanked)</h2> <h2>What's Changed</h2> <ul> <li>Fix up kv feature activation by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/659">rust-lang/log#659</a></li> <li>Prepare for 0.4.24 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/660">rust-lang/log#660</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.23...0.4.24">https://github.com/rust-lang/log/compare/0.4.23...0.4.24</a></p> <h2>0.4.23 (yanked)</h2> <h2>What's Changed</h2> <ul> <li>Fix some typos by <a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li>Add logforth to implementation by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li>Add <code>spdlog-rs</code> link to README by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li>Add correct lifetime to kv::Value::to_borrowed_str by <a href="https://github.com/stevenroose"><code>@stevenroose</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li>docs: Add logforth as an impl by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/642">rust-lang/log#642</a></li> <li>Add clang_log implementation by <a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li>Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by <a href="https://github.com/gbbosak"><code>@gbbosak</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a> (reverted)</li> <li>Fix up key lifetimes and add method to try get a borrowed key by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/653">rust-lang/log#653</a></li> <li>Add Ftail implementation by <a href="https://github.com/tjardoo"><code>@tjardoo</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> <li>Relax feature flag for value's std_support by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/657">rust-lang/log#657</a></li> <li>Prepare for 0.4.23 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/656">rust-lang/log#656</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li><a href="https://github.com/tisonkun"><code>@tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li><a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li><a href="https://github.com/stevenroose"><code>@stevenroose</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li><a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li><a href="https://github.com/gbbosak"><code>@gbbosak</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a></li> <li><a href="https://github.com/tjardoo"><code>@tjardoo</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.22...0.4.23">https://github.com/rust-lang/log/compare/0.4.22...0.4.23</a></p> </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.25] - 2025-01-14</h2> <h2>What's Changed</h2> <ul> <li>Revert loosening of kv cargo features by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/662">rust-lang/log#662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.24...0.4.25">https://github.com/rust-lang/log/compare/0.4.24...0.4.25</a></p> <h2>[0.4.24] - 2025-01-11</h2> <h2>What's Changed</h2> <ul> <li>Fix up kv feature activation by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/659">rust-lang/log#659</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.23...0.4.24">https://github.com/rust-lang/log/compare/0.4.23...0.4.24</a></p> <h2>[0.4.23] - 2025-01-10 (yanked)</h2> <h2>What's Changed</h2> <ul> <li>Fix some typos by <a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li>Add logforth to implementation by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li>Add <code>spdlog-rs</code> link to README by <a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li>Add correct lifetime to kv::Value::to_borrowed_str by <a href="https://github.com/stevenroose"><code>@stevenroose</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li>docs: Add logforth as an impl by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/642">rust-lang/log#642</a></li> <li>Add clang_log implementation by <a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li>Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by <a href="https://github.com/gbbosak"><code>@gbbosak</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a></li> <li>Fix up key lifetimes and add method to try get a borrowed key by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/653">rust-lang/log#653</a></li> <li>Add Ftail implementation by <a href="https://github.com/tjardoo"><code>@tjardoo</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Kleinmarb"><code>@Kleinmarb</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/637">rust-lang/log#637</a></li> <li><a href="https://github.com/tisonkun"><code>@tisonkun</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/638">rust-lang/log#638</a></li> <li><a href="https://github.com/SpriteOvO"><code>@SpriteOvO</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/639">rust-lang/log#639</a></li> <li><a href="https://github.com/stevenroose"><code>@stevenroose</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/643">rust-lang/log#643</a></li> <li><a href="https://github.com/DDAN-17"><code>@DDAN-17</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/646">rust-lang/log#646</a></li> <li><a href="https://github.com/gbbosak"><code>@gbbosak</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/648">rust-lang/log#648</a></li> <li><a href="https://github.com/tjardoo"><code>@tjardoo</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/log/pull/652">rust-lang/log#652</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.22...0.4.23">https://github.com/rust-lang/log/compare/0.4.22...0.4.23</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/22be810729014e1e43267fc62fe6df0d7a29aaf7"><code>22be810</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/663">#663</a> from rust-lang/cargo/0.4.25</li> <li><a href="https://github.com/rust-lang/log/commit/02797301236d45a8d6049fa20f803aacdb49f693"><code>0279730</code></a> prepare for 0.4.25 release</li> <li><a href="https://github.com/rust-lang/log/commit/4099bcb35761161d5bb2566cc956e05ca89bb351"><code>4099bcb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/662">#662</a> from rust-lang/fix/cargo-features</li> <li><a href="https://github.com/rust-lang/log/commit/36e7e3f69636c484c94048bf5f56590a80d4c728"><code>36e7e3f</code></a> revert loosening of kv cargo features</li> <li><a href="https://github.com/rust-lang/log/commit/2282191854fa90a5769a5bd139614313f6dbe0b0"><code>2282191</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/660">#660</a> from rust-lang/cargo/0.4.24</li> <li><a href="https://github.com/rust-lang/log/commit/2994f0a62c1f479ca1fff2a2100fe07c8fb7bd29"><code>2994f0a</code></a> prepare for 0.4.24 release</li> <li><a href="https://github.com/rust-lang/log/commit/5fcb50eccd6913bab5ba2ff70b1d90617fba0c09"><code>5fcb50e</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/659">#659</a> from rust-lang/fix/feature-builds</li> <li><a href="https://github.com/rust-lang/log/commit/29fe9e60ff2e0239c1350394066a1871a9d9b9f3"><code>29fe9e6</code></a> fix up feature activation</li> <li><a href="https://github.com/rust-lang/log/commit/b1824f2c28bb1973b0b39f4bbd506a1803424b0a"><code>b1824f2</code></a> use cargo hack in CI to test all feature combinations</li> <li><a href="https://github.com/rust-lang/log/commit/e6b643d591597deaaa572b00bfd8176d4e6d4578"><code>e6b643d</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/656">#656</a> from rust-lang/cargo/0.4.23</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.22...0.4.25">compare view</a></li> </ul> </details> <br /> Updates `pyo3` from 0.23.2 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> <h2>PyO3 0.23.3</h2> <p><strong><em>This release is a soundness fix for PyO3 0.23.0 through 0.23.2.</em></strong></p> <p>In PyO3 0.23.0 the <code>PYO3_CONFIG_FILE</code> environment variable used to configure builds regressed such that changing the environment variable would no longer trigger PyO3 to reconfigure and recompile. In combination with workflows using tools such as <code>maturin</code> to build for multiple versions in a single build, this leads to Python wheels being compiled against the wrong Python API version.</p> <p>All users who distribute artefacts for multiple Python versions are encouraged to update and rebuild with PyO3 0.23.3. Affected wheels produced from PyO3 0.23.0 through 0.23.2 are highly unstable and will crash the Python interpreter in unpredictable ways.</p> <p>Aside from this fix, PyO3 0.23.3 contains some fixes to link configuration for Python 3.13t on Windows.</p> <p>Thank you to the following contributors for the improvements:</p> <p><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/kemingy"><code>@kemingy</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<Tz></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<Tz></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> <h2>[0.23.3] - 2024-12-03</h2> <h3>Packaging</h3> <ul> <li>Bump optional <code>python3-dll-a</code> dependency to 0.2.11. <a href="https://redirect.github.com/PyO3/pyo3/pull/4749">#4749</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix unresolved symbol link failures on Windows when compiling for Python 3.13t with <code>abi3</code> features enabled. <a href="https://redirect.github.com/PyO3/pyo3/pull/4733">#4733</a></li> <li>Fix unresolved symbol link failures on Windows when compiling for Python 3.13t using the <code>generate-import-lib</code> feature. <a href="https://redirect.github.com/PyO3/pyo3/pull/4749">#4749</a></li> <li>Fix compile-time regression in PyO3 0.23.0 where changing <code>PYO3_CONFIG_FILE</code> would not reconfigure PyO3 for the new interpreter. <a href="https://redirect.github.com/PyO3/pyo3/pull/4758">#4758</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.2...v0.23.4">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.215 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> <h2>v1.0.216</h2> <ul> <li>Mark all generated impls with #[automatically_derived] to exclude from code coverage (<a href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>, thanks <a href="https://github.com/tdittr"><code>@tdittr</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 = "eh_personality"] 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><a href="https://github.com/serde-rs/serde/commit/ad8dd4148b5fabf0d643d4de604a0616f2796506"><code>ad8dd41</code></a> Release 1.0.216</li> <li><a href="https://github.com/serde-rs/serde/commit/f91d2ed9aef4d7e86171333ff745f40ee6e83692"><code>f91d2ed</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a> from dtolnay/automaticallyderived</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.217">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.133 to 1.0.135 <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.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> <h2>v1.0.134</h2> <ul> <li>Add <code>RawValue</code> associated constants for literal <code>null</code>, <code>true</code>, <code>false</code> (<a href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>, thanks <a href="https://github.com/bheylin"><code>@bheylin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/serde-rs/json/commit/b2a1415aad0c76684c675d13a5746850d275c178"><code>b2a1415</code></a> Release 1.0.134</li> <li><a href="https://github.com/serde-rs/json/commit/9875785f24c30c990942e3412b3feb8f798bb4dc"><code>9875785</code></a> Tweak wording of NULL/TRUE/FALSE documentation</li> <li><a href="https://github.com/serde-rs/json/commit/4aa05b9143ea7ca9c690e874f4c0f4f43cae9716"><code>4aa05b9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1222">#1222</a> from dtolnay/rawvalueassoc</li> <li><a href="https://github.com/serde-rs/json/commit/f42c7c760b5e38316c6c9090f80a925491889b4b"><code>f42c7c7</code></a> Move RawValue associated constants into same impl block as public functions</li> <li><a href="https://github.com/serde-rs/json/commit/96576bad53bf404c724927f82b0be358bf7aa561"><code>96576ba</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a> from bheylin/add-const-raw-values-for-null-and-bools</li> <li><a href="https://github.com/serde-rs/json/commit/4db66fb0b21b3ac1932d35317e9bcdff14b716f3"><code>4db66fb</code></a> Add <code>'static</code> lifetime to <code>const</code>'s</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.133...v1.0.135">compare view</a></li> </ul> </details> <br /> Updates `scraper` from 0.21.0 to 0.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/causal-agent/scraper/releases">scraper's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <h2>What's Changed</h2> <ul> <li>Make current nightly version of Clippy happy. by <a href="https://github.com/adamreichold"><code>@adamreichold</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/220">rust-scraper/scraper#220</a></li> <li>RFC: Drop hash table for per-element attributes for more compact sorted vector by <a href="https://github.com/adamreichold"><code>@adamreichold</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/221">rust-scraper/scraper#221</a></li> <li>Bump ego-tree to version 0.10.0 by <a href="https://github.com/cfvescovo"><code>@cfvescovo</code></a> in <a href="https://redirect.github.com/rust-scraper/scraper/pull/222">rust-scraper/scraper#222</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-scraper/scraper/compare/v0.21.0...v0.22.0">https://github.com/rust-scraper/scraper/compare/v0.21.0...v0.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-scraper/scraper/commit/dcf5e0c781f6b1d9a67b48ae0bdf551b04e9bc94"><code>dcf5e0c</code></a> Version 0.22.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/932ed03849adb66f5106387d9ad62c29568e2b59"><code>932ed03</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/222">#222</a> from rust-scraper/bump-ego-tree</li> <li><a href="https://github.com/rust-scraper/scraper/commit/483ecab72112d75a3bb4f8784c9a9d3b20a01507"><code>483ecab</code></a> Bump ego-tree to version 0.10.0</li> <li><a href="https://github.com/rust-scraper/scraper/commit/26f04ed47c43c1c0ae4ab67af80ce50a74186978"><code>26f04ed</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/221">#221</a> from rust-scraper/sorted-vec-instead-of-hash-table</li> <li><a href="https://github.com/rust-scraper/scraper/commit/ee66ee8d23f82eae453f00b507321e2f4819fc50"><code>ee66ee8</code></a> Drop hash table for per-element attributes for more compact sorted vector.</li> <li><a href="https://github.com/rust-scraper/scraper/commit/8d3e74bf368fdd20b308bce91b7aeaf1aea886e1"><code>8d3e74b</code></a> Merge pull request <a href="https://redirect.github.com/causal-agent/scraper/issues/220">#220</a> from rust-scraper/make-clippy-happy</li> <li><a href="https://github.com/rust-scraper/scraper/commit/47cc9de9538022f7b9eadf80be09a95f31e6149e"><code>47cc9de</code></a> Make current nightly version of Clippy happy.</li> <li>See full diff in <a href="https://github.com/causal-agent/scraper/compare/v0.21.0...v0.22.0">compare view</a></li> </ul> </details> <br /> Updates `anyhow` from 1.0.93 to 1.0.95 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.95</h2> <ul> <li>Add <a href="https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.from_boxed"><code>Error::from_boxed</code></a> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a>, <a href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a>)</li> </ul> <h2>1.0.94</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/48be1caa24fa65467aaa8071eb698542e4fa1d43"><code>48be1ca</code></a> Release 1.0.95</li> <li><a href="https://github.com/dtolnay/anyhow/commit/a03d6d60f9bcccaa096284534799ced715139f42"><code>a03d6d6</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/402">#402</a> from dtolnay/fromboxed</li> <li><a href="https://github.com/dtolnay/anyhow/commit/52e4abb1f2167c71c2f99d9a1048d9321baed963"><code>52e4abb</code></a> Add Error::from_boxed with documentation about bidirectional <code>?</code></li> <li><a href="https://github.com/dtolnay/anyhow/commit/ffecefcfe0d25efde16c2b049cd84132b28b0f6d"><code>ffecefc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/401">#401</a> from dtolnay/construct</li> <li><a href="https://github.com/dtolnay/anyhow/commit/671f700dd3decdfb56c8f8b6fdae6ced5acd5ca9"><code>671f700</code></a> Add construct_ prefix to name of private construct functions</li> <li><a href="https://github.com/dtolnay/anyhow/commit/8ceb5e988fcae18270745e291efb8bd716c25bf0"><code>8ceb5e9</code></a> Release 1.0.94</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b9009abc16b3a8222a70ead8a81291a7aed19f9b"><code>b9009ab</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/399">#399</a> from dtolnay/okvalue</li> <li><a href="https://github.com/dtolnay/anyhow/commit/863791a66d1b2d3033e111930684214f41ed0220"><code>863791a</code></a> Align naming between Ok function argument and its documentation</li> <li><a href="https://github.com/dtolnay/anyhow/commit/2081692170f24eecc10c79288c82b2a300f3bf7d"><code>2081692</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/398">#398</a> from zertosh/ok_doc_format</li> <li><a href="https://github.com/dtolnay/anyhow/commit/cc2cecb428b4eeb35ffb332d1f878f210a1e3fa3"><code>cc2cecb</code></a> Fix anyhow::Ok rustdoc code formatting</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95">compare view</a></li> </ul> </details> <br /> Updates `clap_complete` from 4.5.38 to 4.5.42 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/27cc4b7f59f4b9658881514ccf4e4ab3c41c9af5"><code>27cc4b7</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/16a4fc7190c1e807793475989e762fb4ebb6bffe"><code>16a4fc7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/07f9f15eda15f03e7d95032365c3562538686c3d"><code>07f9f15</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5874">#5874</a> from tetzng/fix-fish-completions</li> <li><a href="https://github.com/clap-rs/clap/commit/721deab943d431a917edca0a4d840d8597a43e95"><code>721deab</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a4be55bf6441b4fa1c1c7eb104fa235eff55f970"><code>a4be55b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/fd5e6915f0fbb94b0959b7245dd244ac5686d7f3"><code>fd5e691</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5877">#5877</a> from therealprof/features/use-btreemap-instead-of-so...</li> <li><a href="https://github.com/clap-rs/clap/commit/6604e79ee7bddc0ecee0cb70b380aa8a3d6efd79"><code>6604e79</code></a> Use BTreeMap instead of a sorted Vec</li> <li><a href="https://github.com/clap-rs/clap/commit/28e163a8e75be9a2f57079abbccb9d6bb5bdea7e"><code>28e163a</code></a> fix(complete): Remove {} and replace commas with newlines</li> <li><a href="https://github.com/clap-rs/clap/commit/b5a47c46acda0c3166df80e1deb61fe1f017b26b"><code>b5a47c4</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/b154a7a114de1ce6f0dee9b68bc5de1ec676cdc4"><code>b154a7a</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.38...clap_complete-v4.5.42">compare view</a></li> </ul> </details> <br /> Updates `thiserror` from 2.0.3 to 2.0.11 <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.11</h2> <ul> <li>Add feature gate to tests that use std (<a href="https://redirect.github.com/dtolnay/thiserror/issues/409">#409</a>, <a href="https://redirect.github.com/dtolnay/thiserror/issues/410">#410</a>, thanks <a href="https://github.com/Maytha8"><code>@Maytha8</code></a>)</li> </ul> <h2>2.0.10</h2> <ul> <li>Support errors containing a generic type parameter's associated type in a field (<a href="https://redirect.github.com/dtolnay/thiserror/issues/408">#408</a>)</li> </ul> <h2>2.0.9</h2> <ul> <li>Work around <code>missing_inline_in_public_items</code> clippy restriction being triggered in macro-generated code (<a href="https://redirect.github.com/dtolnay/thiserror/issues/404">#404</a>)</li> </ul> <h2>2.0.8</h2> <ul> <li>Improve support for macro-generated <code>derive(Error)</code> call sites (<a href="https://redirect.github.com/dtolnay/thiserror/issues/399">#399</a>)</li> </ul> <h2>2.0.7</h2> <ul> <li>Work around conflict with #[deny(clippy::allow_attributes)] (<a href="https://redirect.github.com/dtolnay/thiserror/issues/397">#397</a>, thanks <a href="https://github.com/zertosh"><code>@zertosh</code></a>)</li> </ul> <h2>2.0.6</h2> <ul> <li>Suppress deprecation warning on generated From impls (<a href="https://redirect.github.com/dtolnay/thiserror/issues/396">#396</a>)</li> </ul> <h2>2.0.5</h2> <ul> <li>Prevent deprecation warning on generated impl for deprecated type (<a href="https://redirect.github.com/dtolnay/thiserror/issues/394">#394</a>)</li> </ul> <h2>2.0.4</h2> <ul> <li>Eliminate needless_lifetimes clippy lint in generated <code>From</code> impls (<a href="https://redirect.github.com/dtolnay/thiserror/issues/391">#391</a>, thanks <a href="https://github.com/matt-phylum"><code>@matt-phylum</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/0f532e326e9a4cc6c6e30ee19ab00cb9eeb44362"><code>0f532e3</code></a> Release 2.0.11</li> <li><a href="https://github.com/dtolnay/thiserror/commit/3d15543a9117e32050caa6a219da6299b6271576"><code>3d15543</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/410">#410</a> from dtolnay/testnostd</li> <li><a href="https://github.com/dtolnay/thiserror/commit/1a226ae42c20114f71bd3ed339f9e0351351abce"><code>1a226ae</code></a> Disable two more integration tests in no-std mode</li> <li><a href="https://github.com/dtolnay/thiserror/commit/8b5f2d78f0576d8a64a96bd0b73c2b4eef45e6c9"><code>8b5f2d7</code></a> Fix unused import in test when built without std</li> <li><a href="https://github.com/dtolnay/thiserror/commit/eecd247cdf7dfa1cee9898dd29d56b0021b5f4d0"><code>eecd247</code></a> Add CI step to test with "std" disabled</li> <li><a href="https://github.com/dtolnay/thiserror/commit/8f2a76b4ba520e5615147977531bff394bed6894"><code>8f2a76b</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/409">#409</a> from Maytha8/std-tests</li> <li><a href="https://github.com/dtolnay/thiserror/commit/693a6cddad750d0401942d553969310193ec2614"><code>693a6cd</code></a> Add feature gate to tests that use std</li> <li><a href="https://github.com/dtolnay/thiserror/commit/349f6960ff02d64bec38de392850ea9aa07bb766"><code>349f696</code></a> Release 2.0.10</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6cd87bc228612a1b8634ddb613059cc11b47f7ae"><code>6cd87bc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/thiserror/issues/408">#408</a> from dtolnay/assoctype</li> <li><a href="https://github.com/dtolnay/thiserror/commit/6b3e1e50b27d9f90fd4a4be098d4693e50609784"><code>6b3e1e5</code></a> Generate trait bounds on associated types</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.11">compare view</a></li> </ul> </details> <br /> Updates `diesel` from 2.2.5 to 2.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/diesel-rs/diesel/blob/v2.2.6/CHANGELOG.md">diesel's changelog</a>.</em></p> <blockquote> <h2>[2.2.6] 2024-12-03</h2> <h3>Fixed</h3> <ul> <li>Remove more mentions of gitter from the documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diesel-rs/diesel/commit/c089fd6ab8ba77cd68decf4b109328ec968d10a2"><code>c089fd6</code></a> Add a changelog</li> <li><a href="https://github.com/diesel-rs/diesel/commit/7505a0b969a7600df90657b39af3be254a831b2c"><code>7505a0b</code></a> Merge pull request <a href="https://redirect.github.com/diesel-rs/diesel/issues/4362">#4362</a> from weiznich/prepare/2.2.6</li> <li><a href="https://github.com/diesel-rs/diesel/commit/c880cea638a457d35159308a0e2f3e1b7d64133d"><code>c880cea</code></a> Bump diesel to 2.2.6 to prepare a next release</li> <li><a href="https://github.com/diesel-rs/diesel/commit/c59ddfa8d8652a7a7cf8a79f6501375c1b736278"><code>c59ddfa</code></a> Remove more mentions of gitter</li> <li><a href="https://github.com/diesel-rs/diesel/commit/fb176084ecbcb69b4a41b9ef3433d6a4c9464b2a"><code>fb17608</code></a> Merge pull request <a href="https://redirect.github.com/diesel-rs/diesel/issues/4358">#4358</a> from weiznich/fix/remove_gitter</li> <li><a href="https://github.com/diesel-rs/diesel/commit/5365506d4b328672e7d9487abfc9a0e6936c161c"><code>5365506</code></a> Merge pull request <a href="https://redirect.github.com/diesel-rs/diesel/issues/4343">#4343</a> from weiznich/prepare/2.2.5</li> <li>See full diff in <a href="https://github.com/diesel-rs/diesel/compare/v2.2.5...v2.2.6">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.9 to 0.12.12 <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.12.11</h2> <h2>What's Changed</h2> <ul> <li>Fix decompression returning an error when HTTP/2 ends with an empty data frame by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull... _Description has been truncated_
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.