Skip to content

Commit f7bfc24

Browse files
Bump the rust group across 1 directory with 16 updates (#898)
Bumps the rust group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.52` | | [duct](https://github.com/oconnor663/duct.rs) | `1.1.0` | `1.1.1` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.5` | | [goblin](https://github.com/m4b/goblin) | `0.10.1` | `0.10.3` | | [hyper](https://github.com/hyperium/hyper) | `1.7.0` | `1.8.1` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.17` | `0.1.18` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.45.0` | `0.47.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.12.24` | | [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.228` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.23.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` | | [version-compare](https://gitlab.com/timvisee/version-compare) | `0.2.0` | `0.2.1` | | [zip](https://github.com/zip-rs/zip2) | `5.1.1` | `6.0.0` | Updates `anyhow` from 1.0.99 to 1.0.100 <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.100</h2> <ul> <li>Teach clippy to lint formatting arguments in <code>bail!</code>, <code>ensure!</code>, <code>anyhow!</code> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/426">#426</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/18c2598afa0f996f56217ef128aa3a20ea1e9512"><code>18c2598</code></a> Release 1.0.100</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f2719888cb2f4f033c441cf6723cea1c532c0c87"><code>f271988</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/426">#426</a> from dtolnay/clippyfmt</li> <li><a href="https://github.com/dtolnay/anyhow/commit/52f2115a1fe22a79110747f19e35f01d52bdd1af"><code>52f2115</code></a> Mark macros with clippy::format_args</li> <li><a href="https://github.com/dtolnay/anyhow/commit/da5fd9d5a33c2949bc3ee3075d8d6f9e224363d5"><code>da5fd9d</code></a> Raise minimum tested compiler to rust 1.76</li> <li><a href="https://github.com/dtolnay/anyhow/commit/211e4092b7e1fb1c6f5d22063474e5b2f8dd0f16"><code>211e409</code></a> Opt in to generate-macro-expansion when building on docs.rs</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b48fc02c327c502a81fcc2b46318eb61fda6b7b3"><code>b48fc02</code></a> Enforce trybuild &gt;= 1.0.108</li> <li><a href="https://github.com/dtolnay/anyhow/commit/d5f59fbd45db00982bc0ea490edbe331ef8cab26"><code>d5f59fb</code></a> Update ui test suite to nightly-2025-09-07</li> <li><a href="https://github.com/dtolnay/anyhow/commit/238415d25b65dcf73ab2e3741d7adc56615af8c3"><code>238415d</code></a> Update ui test suite to nightly-2025-08-24</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3bab0709a347b90de15c5eaaf3779904cfcc1ac6"><code>3bab070</code></a> Update actions/checkout@v4 -&gt; v5</li> <li><a href="https://github.com/dtolnay/anyhow/commit/42492546e3b5510378d0ee32b659fefee1f26158"><code>4249254</code></a> Order cap-lints flag in the same order as thiserror build script</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100">compare view</a></li> </ul> </details> <br /> Updates `bytes` from 1.10.1 to 1.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/releases">bytes's releases</a>.</em></p> <blockquote> <h2>Bytes v1.11.0</h2> <h1>1.11.0 (November 14th, 2025)</h1> <ul> <li>Bump MSRV to 1.57 (<a href="https://redirect.github.com/tokio-rs/bytes/issues/788">#788</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix: <code>BytesMut</code> only reuse if src has remaining (<a href="https://redirect.github.com/tokio-rs/bytes/issues/803">#803</a>)</li> <li>Specialize <code>BytesMut::put::&lt;Bytes&gt;</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/793">#793</a>)</li> <li>Reserve capacity in <code>BytesMut::put</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/794">#794</a>)</li> <li>Change <code>BytesMut::remaining_mut</code> to use <code>isize::MAX</code> instead of <code>usize::MAX</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/795">#795</a>)</li> </ul> <h3>Internal changes</h3> <ul> <li>Guarantee address in <code>slice()</code> for empty slices. (<a href="https://redirect.github.com/tokio-rs/bytes/issues/780">#780</a>)</li> <li>Rename <code>Vtable::to_*</code> -&gt; <code>Vtable::into_*</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/776">#776</a>)</li> <li>Fix latest clippy warnings (<a href="https://redirect.github.com/tokio-rs/bytes/issues/787">#787</a>)</li> <li>Ignore <code>BytesMut::freeze</code> doctest on wasm (<a href="https://redirect.github.com/tokio-rs/bytes/issues/790">#790</a>)</li> <li>Move <code>drop_fn</code> of <code>from_owner</code> into vtable (<a href="https://redirect.github.com/tokio-rs/bytes/issues/801">#801</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md">bytes's changelog</a>.</em></p> <blockquote> <h1>1.11.0 (November 14th, 2025)</h1> <ul> <li>Bump MSRV to 1.57 (<a href="https://redirect.github.com/tokio-rs/bytes/issues/788">#788</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix: <code>BytesMut</code> only reuse if src has remaining (<a href="https://redirect.github.com/tokio-rs/bytes/issues/803">#803</a>)</li> <li>Specialize <code>BytesMut::put::&lt;Bytes&gt;</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/793">#793</a>)</li> <li>Reserve capacity in <code>BytesMut::put</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/794">#794</a>)</li> <li>Change <code>BytesMut::remaining_mut</code> to use <code>isize::MAX</code> instead of <code>usize::MAX</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/795">#795</a>)</li> </ul> <h3>Internal changes</h3> <ul> <li>Guarantee address in <code>slice()</code> for empty slices. (<a href="https://redirect.github.com/tokio-rs/bytes/issues/780">#780</a>)</li> <li>Rename <code>Vtable::to_*</code> -&gt; <code>Vtable::into_*</code> (<a href="https://redirect.github.com/tokio-rs/bytes/issues/776">#776</a>)</li> <li>Fix latest clippy warnings (<a href="https://redirect.github.com/tokio-rs/bytes/issues/787">#787</a>)</li> <li>Ignore <code>BytesMut::freeze</code> doctest on wasm (<a href="https://redirect.github.com/tokio-rs/bytes/issues/790">#790</a>)</li> <li>Move <code>drop_fn</code> of <code>from_owner</code> into vtable (<a href="https://redirect.github.com/tokio-rs/bytes/issues/801">#801</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/bytes/commit/a7952fb4478f6dc226f623b217432fbc6f8dad24"><code>a7952fb</code></a> chore: prepare bytes v1.11.0 (<a href="https://redirect.github.com/tokio-rs/bytes/issues/804">#804</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/60cbb776f22e4ef2268c026e88a24d6ed75b3776"><code>60cbb77</code></a> fix: <code>BytesMut</code> only reuse if src has remaining (<a href="https://redirect.github.com/tokio-rs/bytes/issues/803">#803</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/7ce330f5192a322fb1efefe7ac9a3850b27162a1"><code>7ce330f</code></a> Move drop_fn of from_owner into vtable (<a href="https://redirect.github.com/tokio-rs/bytes/issues/801">#801</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/4b53a29eb26716592ef2f00f925ef58ccb182e61"><code>4b53a29</code></a> Tweak BytesMut::remaining_mut (<a href="https://redirect.github.com/tokio-rs/bytes/issues/795">#795</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/016fdbdc7a95f6764186dacfcaeef94d77e89cd1"><code>016fdbd</code></a> Reserve capacity in BytesMut::put (<a href="https://redirect.github.com/tokio-rs/bytes/issues/794">#794</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/ef7f25736cfe48db5b42f2aa3225cace4126d2ac"><code>ef7f257</code></a> Specialize BytesMut::put::&lt;Bytes&gt; (<a href="https://redirect.github.com/tokio-rs/bytes/issues/793">#793</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/8b4f54d0f317724bfeab29232f8a9333b3d8625e"><code>8b4f54d</code></a> Ignore BytesMut::freeze doctest on wasm (<a href="https://redirect.github.com/tokio-rs/bytes/issues/790">#790</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/16132ad2593402aa7dbd882b0ce22a40bfacfd96"><code>16132ad</code></a> Fix latest clippy warnings (<a href="https://redirect.github.com/tokio-rs/bytes/issues/787">#787</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/3e44f88f5fae6dfcd3aa0779b804b3ff18afdee3"><code>3e44f88</code></a> Bump MSRV to 1.57 (<a href="https://redirect.github.com/tokio-rs/bytes/issues/788">#788</a>)</li> <li><a href="https://github.com/tokio-rs/bytes/commit/f29e93951da599095f54d57667c1988960ceff71"><code>f29e939</code></a> Add some tests for Limit, BytesMut and Reader (<a href="https://redirect.github.com/tokio-rs/bytes/issues/785">#785</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/bytes/compare/v1.10.1...v1.11.0">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.47 to 4.5.52 <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.52</h2> <h2>[4.5.52] - 2025-11-17</h2> <h3>Fixes</h3> <ul> <li>Don't panic when <code>args_conflicts_with_subcommands</code> conflicts with an <code>ArgGroup</code></li> </ul> <h2>v4.5.51</h2> <h2>[4.5.51] - 2025-10-29</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Correctly calculate padding for short flags that take a value</li> <li><em>(help)</em> Don't panic on short flags using <code>ArgAction::Count</code></li> </ul> <h2>v4.5.50</h2> <h2>[4.5.50] - 2025-10-20</h2> <h3>Features</h3> <ul> <li>Accept <code>Cow</code> where <code>String</code> and <code>&amp;str</code> are accepted</li> </ul> <h2>v4.5.48</h2> <h2>[4.5.48] - 2025-09-19</h2> <h3>Documentation</h3> <ul> <li>Add a new CLI Concepts document as another way of framing clap</li> <li>Expand the <code>typed_derive</code> cookbook entry</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.52] - 2025-11-17</h2> <h3>Fixes</h3> <ul> <li>Don't panic when <code>args_conflicts_with_subcommands</code> conflicts with an <code>ArgGroup</code></li> </ul> <h2>[4.5.51] - 2025-10-29</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Correctly calculate padding for short flags that take a value</li> <li><em>(help)</em> Don't panic on short flags using <code>ArgAction::Count</code></li> </ul> <h2>[4.5.50] - 2025-10-20</h2> <h3>Features</h3> <ul> <li>Accept <code>Cow</code> where <code>String</code> and <code>&amp;str</code> are accepted</li> </ul> <h2>[4.5.49] - 2025-10-13</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Correctly wrap when ANSI escape codes are present</li> </ul> <h2>[4.5.48] - 2025-09-19</h2> <h3>Documentation</h3> <ul> <li>Add a new CLI Concepts document as another way of framing clap</li> <li>Expand the <code>typed_derive</code> cookbook entry</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/783b291358fddc046984adb27d7cd12b57e423d8"><code>783b291</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a88013aab01b8d71880a28a9430271088b42c3fc"><code>a88013a</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/a3c623042a0f3ea9cc4dbb5595483abc6af8764d"><code>a3c6230</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6000">#6000</a> from mernen/fix-zsh-dynamic-completion</li> <li><a href="https://github.com/clap-rs/clap/commit/951536ee6973e889ffa8d227e5e0818261be5fbb"><code>951536e</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3c527af7f43134a0d35873b8f3add4abf3e9245a"><code>3c527af</code></a> chore: Update transitive clap</li> <li><a href="https://github.com/clap-rs/clap/commit/8520a7acb57fdcc4a5171d6f8e37252ee8a16432"><code>8520a7a</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/2826eede74c7cda4b28d82dc5b40e42596b8bc6b"><code>2826eed</code></a> chore(nushell): Require newer clap_complete</li> <li><a href="https://github.com/clap-rs/clap/commit/c17d25fc4174470648e599c30def4dd4895bbd74"><code>c17d25f</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/493a71a83b514ea9544926869a1fc23e164d7f06"><code>493a71a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5999">#5999</a> from cenviity/push-tqqzyttsoktu</li> <li><a href="https://github.com/clap-rs/clap/commit/b49dae25ec3124ac8b8c1b05a7bcc0645cf0cdc4"><code>b49dae2</code></a> chore: Release</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.47...clap_complete-v4.5.52">compare view</a></li> </ul> </details> <br /> Updates `duct` from 1.1.0 to 1.1.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oconnor663/duct.rs/commit/9414b8ff719b4c1137e98368bb7f7051eea16295"><code>9414b8f</code></a> version 1.1.1</li> <li><a href="https://github.com/oconnor663/duct.rs/commit/5436d0838bbbaff7d4e19d42390ab026e01c0964"><code>5436d08</code></a> fix test_pipe_inheritance on macOS</li> <li><a href="https://github.com/oconnor663/duct.rs/commit/0348c93566db40bf4ef1c0ba8b4ff615f16ce004"><code>0348c93</code></a> test_pipe_inheritance (failing on macOS)</li> <li>See full diff in <a href="https://github.com/oconnor663/duct.rs/compare/1.1.0...1.1.1">compare view</a></li> </ul> </details> <br /> Updates `flate2` from 1.1.2 to 1.1.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.1.5</h2> <p>This bugfix release fixes <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/508">#508</a>, as flush didn't always work anymore in conjunction with <code>miniz_oxide</code>.</p> <h2>What's Changed</h2> <ul> <li>Revert flush change by <a href="https://github.com/fintelia"><code>@​fintelia</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/509">rust-lang/flate2-rs#509</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5">https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5</a></p> <h2>1.1.3</h2> <h2>What's Changed</h2> <ul> <li>use <code>zlibVersion()</code> instead of a <code>const</code> for the version by <a href="https://github.com/folkertdev"><code>@​folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/491">rust-lang/flate2-rs#491</a></li> <li>Switch from adler2 to simd-adler32 crate when using miniz_oxide backend by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/492">rust-lang/flate2-rs#492</a></li> <li>Correct documentation typo by <a href="https://github.com/fintelia"><code>@​fintelia</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/495">rust-lang/flate2-rs#495</a></li> <li>Use partial flushes with miniz_oxide backend by <a href="https://github.com/fintelia"><code>@​fintelia</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/496">rust-lang/flate2-rs#496</a></li> <li>Undo introducing straight up incorrect documentation by <a href="https://github.com/Shnatsel"><code>@​Shnatsel</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/497">rust-lang/flate2-rs#497</a></li> <li>Update cloudflare-zlib-sys crate by <a href="https://github.com/jongiddy"><code>@​jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/503">rust-lang/flate2-rs#503</a></li> <li>Add <code>(de)compress_uninit</code> that accepts <code>&amp;[MaybeUninit&lt;u8&gt;]</code> by <a href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/502">rust-lang/flate2-rs#502</a></li> <li>bump the patch level for a new release by <a href="https://github.com/Byron"><code>@​Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/504">rust-lang/flate2-rs#504</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fintelia"><code>@​fintelia</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/495">rust-lang/flate2-rs#495</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.2...1.1.3">https://github.com/rust-lang/flate2-rs/compare/1.1.2...1.1.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/flate2-rs/commit/2661fbb3107a5489ad8d2315049d4d1a295f130b"><code>2661fbb</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/509">#509</a> from fintelia/revert-flush-change</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/bc36cf4af084b0da8b8fe4e9ef2e4ce8c903ba63"><code>bc36cf4</code></a> Bump patch version</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/4341fe263c606b61b6b4365c3255463446ecbe71"><code>4341fe2</code></a> Revert &quot;Use partial flushes with miniz_oxide backend&quot;</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/ac412e96d57f40fa6def29ad4b8bee46d1121f54"><code>ac412e9</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/506">#506</a> from NobodyXu/patch-1</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/bf0315b461fa36ad46d58f29c764844a39a30c9b"><code>bf0315b</code></a> Release flste2 1.1.4</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/350de2892c3094dc80cc67166ccd07bc8012f37c"><code>350de28</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/505">#505</a> from NobodyXu/patch-1</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/29552c78195b2cbc1eb75f6a028538a0d07a0a62"><code>29552c7</code></a> Fix docs.rs build</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/3be65904319c06ec1d340023d4cb7f923e6abc85"><code>3be6590</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/504">#504</a> from Byron/release</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/7ad1bad836934c2d65d6c003217e1b2e4e8911cb"><code>7ad1bad</code></a> bump the patch level for a new release</li> <li><a href="https://github.com/rust-lang/flate2-rs/commit/3cae7da2b770529f4919e8fef9382e4447741618"><code>3cae7da</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/502">#502</a> from NobodyXu/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.1.2...1.1.5">compare view</a></li> </ul> </details> <br /> Updates `goblin` from 0.10.1 to 0.10.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/m4b/goblin/blob/master/CHANGELOG.md">goblin's changelog</a>.</em></p> <blockquote> <h2>[0.10.3] - 2025-10-16</h2> <h2>Fixed</h2> <p>pe: fix regression in PE relocs, thanks <a href="https://github.com/PJB3005"><code>@​PJB3005</code></a>: <a href="https://redirect.github.com/m4b/goblin/pull/496">m4b/goblin#496</a></p> <h2>[0.10.2] - 2025-10-5</h2> <h2>Added</h2> <p>pe: make <code>LoadConfigData::directory</code> public, thanks <a href="https://github.com/kkent030315"><code>@​kkent030315</code></a>: <a href="https://redirect.github.com/m4b/goblin/pull/488">m4b/goblin#488</a></p> <h2>Fixed</h2> <p>pe: remove alignment in rva helper function, huge amount of great details in the linked PR, thanks <a href="https://github.com/makubacki"><code>@​makubacki</code></a>: <a href="https://redirect.github.com/m4b/goblin/pull/491">m4b/goblin#491</a> elf, pe: Add/Extend ELF/PE permissive parsing mode to better handle packed, broken, or malware samples, thanks <a href="https://github.com/chf0x"><code>@​chf0x</code></a>: <a href="https://redirect.github.com/m4b/goblin/pull/479">m4b/goblin#479</a> pe: fix resource parsing issues, thanks <a href="https://github.com/x0rb3l"><code>@​x0rb3l</code></a>: <a href="https://redirect.github.com/m4b/goblin/pull/490">m4b/goblin#490</a> pe: fix bad lifetime annotation, thanks <a href="https://github.com/Hexorg"><code>@​Hexorg</code></a>: <a href="https://redirect.github.com/m4b/goblin/pull/493">m4b/goblin#493</a> pe, mach, elf: fix lifetime warnings (no pr): fddcc4747ccf306469ff6092a953bd667ec8ed7d</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/m4b/goblin/commits">compare view</a></li> </ul> </details> <br /> Updates `hyper` from 1.7.0 to 1.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/releases">hyper's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h2>Bug Fixes</h2> <ul> <li><strong>http1:</strong> fix consuming extra CPU from previous change (<a href="https://redirect.github.com/hyperium/hyper/issues/3977">#3977</a>) (<a href="https://github.com/hyperium/hyper/commit/4492f31e9429c34166da5a069c00b65be20e4a02">4492f31e</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/hyper/compare/v1.8.0...v1.8.1">https://github.com/hyperium/hyper/compare/v1.8.0...v1.8.1</a></p> <h2>v1.8.0</h2> <h2>Highlights</h2> <h3>Features</h3> <ul> <li><strong>rt:</strong> add <code>Timer::now()</code> method to allow overriding the instant returned (<a href="https://redirect.github.com/hyperium/hyper/issues/3965">#3965</a>) (<a href="https://github.com/hyperium/hyper/commit/5509ebe6156e32d4f8986fafa25c2918a30005be">5509ebe6</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>http1:</strong> fix rare missed write wakeup on connections (<a href="https://redirect.github.com/hyperium/hyper/issues/3952">#3952</a>) (<a href="https://github.com/hyperium/hyper/commit/2377b893f6e64ca9878e4f25d1472b96baa7e3ea">2377b893</a>)</li> <li><strong>http2:</strong> fix internals of HTTP/2 CONNECT upgrades (<a href="https://redirect.github.com/hyperium/hyper/issues/3967">#3967</a>) (<a href="https://github.com/hyperium/hyper/commit/58e0e7dc70612117ccdc40da395922f791cb273a">58e0e7dc</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3966">#3966</a>)</li> </ul> <h3>Breaking Changes</h3> <p>While technically breaking, it's assumed you will not need to do anything or be affected.</p> <ul> <li> <p>The HTTP/2 client connection no longer allows an executor that can not spawn itself.</p> <p>This was an oversight originally. The client connection will now include spawning a future that keeps a copy of the executor to spawn other futures. Thus, if it is <code>!Send</code>, it needs to spawn <code>!Send</code> futures. The likelihood of executors that match the previously allowed behavior should be very remote.</p> <p>There is also technically a semver break in here, which is that the <code>Http2ClientConnExec</code> trait no longer dyn-compatible, because it now expects to be <code>Clone</code>. This should not break usage of the <code>conn</code> builder, because it already separately had <code>E: Clone</code> bounds. If someone were using <code>dyn Http2ClientConnExec</code>, that will break. However, there is no purpose for doing so, and it is not usable otherwise, since the trait only exists to propagate bounds into hyper. Thus, the breakage should not affect anyone. (<a href="https://github.com/hyperium/hyper/commit/58e0e7dc70612117ccdc40da395922f791cb273a">58e0e7dc</a>)</p> </li> </ul> <h2>What's Changed</h2> <ul> <li>chore(ci): update to actions/checkout@v5 by <a href="https://github.com/tottoto"><code>@​tottoto</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3935">hyperium/hyper#3935</a></li> <li>refactor(ffi): specify &quot;C&quot; ABI explicitly in ffi_fn! macro by <a href="https://github.com/1911860538"><code>@​1911860538</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3937">hyperium/hyper#3937</a></li> <li>Update documented default values for <code>http1::Builder</code> by <a href="https://github.com/Will-Low"><code>@​Will-Low</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3938">hyperium/hyper#3938</a></li> <li>fix(client): port tests to in-memory socket by <a href="https://github.com/cratelyn"><code>@​cratelyn</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3947">hyperium/hyper#3947</a></li> <li>feat: allow overriding the instant returned from Timer by <a href="https://github.com/arielb1"><code>@​arielb1</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3965">hyperium/hyper#3965</a></li> <li>fix(http1): poll_loop writes when ready by <a href="https://github.com/lthiery"><code>@​lthiery</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3952">hyperium/hyper#3952</a></li> <li>test(ready_stream): replace tracing with printlns by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper/pull/3973">hyperium/hyper#3973</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/master/CHANGELOG.md">hyper's changelog</a>.</em></p> <blockquote> <h3>v1.8.1 (2025-11-13)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>http1:</strong> fix consuming extra CPU from previous change (<a href="https://redirect.github.com/hyperium/hyper/issues/3977">#3977</a>) (<a href="https://github.com/hyperium/hyper/commit/4492f31e9429c34166da5a069c00b65be20e4a02">4492f31e</a>)</li> </ul> <h2>v1.8.0 (2025-11-11)</h2> <h4>Bug Fixes</h4> <ul> <li><strong>http1:</strong> fix rare missed write wakeup on connections (<a href="https://redirect.github.com/hyperium/hyper/issues/3952">#3952</a>) (<a href="https://github.com/hyperium/hyper/commit/2377b893f6e64ca9878e4f25d1472b96baa7e3ea">2377b893</a>)</li> <li><strong>http2:</strong> fix internals of HTTP/2 CONNECT upgrades (<a href="https://redirect.github.com/hyperium/hyper/issues/3967">#3967</a>) (<a href="https://github.com/hyperium/hyper/commit/58e0e7dc70612117ccdc40da395922f791cb273a">58e0e7dc</a>, closes <a href="https://redirect.github.com/hyperium/hyper/issues/3966">#3966</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>rt:</strong> add <code>Timer::now()</code> method to allow overriding the instant returned (<a href="https://redirect.github.com/hyperium/hyper/issues/3965">#3965</a>) (<a href="https://github.com/hyperium/hyper/commit/5509ebe6156e32d4f8986fafa25c2918a30005be">5509ebe6</a>)</li> </ul> <h4>Breaking Changes</h4> <ul> <li> <p>The HTTP/2 client connection no longer allows an executor that can not spawn itself.</p> <p>This was an oversight originally. The client connection will now include spawning a future that keeps a copy of the executor to spawn other futures. Thus, if it is <code>!Send</code>, it needs to spawn <code>!Send</code> futures. The likelihood of executors that match the previously allowed behavior should be very remote.</p> <p>There is also technically a semver break in here, which is that the <code>Http2ClientConnExec</code> trait no longer dyn-compatible, because it now expects to be <code>Clone</code>. This should not break usage of the <code>conn</code> builder, because it already separately had <code>E: Clone</code> bounds. If someone were using <code>dyn Http2ClientConnExec</code>, that will break. However, there is no purpose for doing so, and it is not usable otherwise, since the trait only exists to propagate bounds into hyper. Thus, the breakage should not affect anyone. (<a href="https://github.com/hyperium/hyper/commit/58e0e7dc70612117ccdc40da395922f791cb273a">58e0e7dc</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/hyper/commit/166c6cacc74b215674937e782b3ab2cbd8b69883"><code>166c6ca</code></a> v1.8.1</li> <li><a href="https://github.com/hyperium/hyper/commit/4492f31e9429c34166da5a069c00b65be20e4a02"><code>4492f31</code></a> fix(http1): fix consuming extra CPU from previous change (<a href="https://redirect.github.com/hyperium/hyper/issues/3977">#3977</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/dbe6f25ba2933b883bd8ea1eddc9662c9c816978"><code>dbe6f25</code></a> v1.8.0</li> <li><a href="https://github.com/hyperium/hyper/commit/58e0e7dc70612117ccdc40da395922f791cb273a"><code>58e0e7d</code></a> fix(http2): fix internals of HTTP/2 CONNECT upgrades (<a href="https://redirect.github.com/hyperium/hyper/issues/3967">#3967</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/0a37a8cd9dd4f2ee7e7e1080eff3cf3a657ec51c"><code>0a37a8c</code></a> test(ready_stream): replace tracing with printlns (<a href="https://redirect.github.com/hyperium/hyper/issues/3973">#3973</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/2377b893f6e64ca9878e4f25d1472b96baa7e3ea"><code>2377b89</code></a> fix(http1): fix rare missed write wakeup on connections (<a href="https://redirect.github.com/hyperium/hyper/issues/3952">#3952</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/5509ebe6156e32d4f8986fafa25c2918a30005be"><code>5509ebe</code></a> feat(rt): add <code>Timer::now()</code> method to allow overriding the instant returned ...</li> <li><a href="https://github.com/hyperium/hyper/commit/f9f8f44058745d23fa52abf51b96b61ee7665642"><code>f9f8f44</code></a> tests(client): port tests to in-memory socket (<a href="https://redirect.github.com/hyperium/hyper/issues/3947">#3947</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/5803a9c0592209269c4009de1f3dbc55b7c115e9"><code>5803a9c</code></a> docs(server): update default values for <code>http1::Builder</code> (<a href="https://redirect.github.com/hyperium/hyper/issues/3938">#3938</a>)</li> <li><a href="https://github.com/hyperium/hyper/commit/e1e1f2b46146ce766947b20117a9ab5eca9e8a3a"><code>e1e1f2b</code></a> refactor(ffi): specify &quot;C&quot; ABI explicitly in ffi_fn! macro (<a href="https://redirect.github.com/hyperium/hyper/issues/3937">#3937</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper/compare/v1.7.0...v1.8.1">compare view</a></li> </ul> </details> <br /> Updates `hyper-util` from 0.1.17 to 0.1.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper-util/releases">hyper-util's releases</a>.</em></p> <blockquote> <h2>v0.1.18</h2> <h2>Highlights</h2> <ul> <li>Fix <code>rt::TokioTimer</code> to support Tokio's paused time.</li> <li>Fix <code>client::proxy::match::Matcher</code> to parse auth without passwords.</li> </ul> <h2>What's Changed</h2> <ul> <li>chore(ci): add a github actions workflow to preview rustdocs of a PR by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/229">hyperium/hyper-util#229</a></li> <li>chore(ci): fix rustdoc preview job by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/231">hyperium/hyper-util#231</a></li> <li>chore(ci): fix rustdoc preview workflow typo by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/232">hyperium/hyper-util#232</a></li> <li>docs: replace auto_doc_cfg by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/237">hyperium/hyper-util#237</a></li> <li>perf(client): avoid redundant memory copies of Host header by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/235">hyperium/hyper-util#235</a></li> <li>chore: bump windows-registry to 0.6 by <a href="https://github.com/Vaiz"><code>@​Vaiz</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/236">hyperium/hyper-util#236</a></li> <li>fix: fix msrv on windows and macos target by <a href="https://github.com/tottoto"><code>@​tottoto</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/239">hyperium/hyper-util#239</a></li> <li>chore(ci): update to actions/checkout@v5 by <a href="https://github.com/tottoto"><code>@​tottoto</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/240">hyperium/hyper-util#240</a></li> <li>fix: allow proxy env URIs without password by <a href="https://github.com/karanabe"><code>@​karanabe</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/241">hyperium/hyper-util#241</a></li> <li>fix: support fake time by <a href="https://github.com/arielb1"><code>@​arielb1</code></a> in <a href="https://redirect.github.com/hyperium/hyper-util/pull/238">hyperium/hyper-util#238</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Vaiz"><code>@​Vaiz</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/236">hyperium/hyper-util#236</a></li> <li><a href="https://github.com/karanabe"><code>@​karanabe</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/241">hyperium/hyper-util#241</a></li> <li><a href="https://github.com/arielb1"><code>@​arielb1</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/hyper-util/pull/238">hyperium/hyper-util#238</a></li> </ul> <h2>Thanks</h2> <ul> <li><a href="https://github.com/tottoto"><code>@​tottoto</code></a></li> <li><a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18">https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md">hyper-util's changelog</a>.</em></p> <blockquote> <h1>0.1.18 (2025-11-13)</h1> <ul> <li>Fix <code>rt::TokioTimer</code> to support Tokio's paused time.</li> <li>Fix <code>client::proxy::match::Matcher</code> to parse auth without passwords.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/hyper-util/commit/203c9563a0ed51666e1829a5be3fbb33d79a3ba2"><code>203c956</code></a> v0.1.18</li> <li><a href="https://github.com/hyperium/hyper-util/commit/d91ea8efe6f3b09cc2fd6cc9e303566bd887a3ea"><code>d91ea8e</code></a> fix(rt): support fake time in legacy client and TokioTimer (<a href="https://redirect.github.com/hyperium/hyper-util/issues/238">#238</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/dde14d372f7091f5dee26267ab59ca05c678f77e"><code>dde14d3</code></a> fix(client): Proxy Matcher to handle proxy auth without password (<a href="https://redirect.github.com/hyperium/hyper-util/issues/241">#241</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/b9dc3d221fdc2ef575d90a790c59b1f33ecbca4d"><code>b9dc3d2</code></a> chore(ci): update to actions/checkout@v5 (<a href="https://redirect.github.com/hyperium/hyper-util/issues/240">#240</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/d4f5706c4ca6a68b4d1fd7560e9f3da641548a64"><code>d4f5706</code></a> ci: fix msrv on windows and macos target (<a href="https://redirect.github.com/hyperium/hyper-util/issues/239">#239</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/3c8dbe45c6fb7bb6ab3d4a37360c8fc83c8ec2c4"><code>3c8dbe4</code></a> chore: bump windows-registry to 0.6 (<a href="https://redirect.github.com/hyperium/hyper-util/issues/236">#236</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/72bbd22cad4a77b57aadafd311e01a9f393e835c"><code>72bbd22</code></a> perf(client): avoid redundant memory copies of Host header (<a href="https://redirect.github.com/hyperium/hyper-util/issues/235">#235</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/1c8f7c6df6cae299b39fb563942febbfba59865c"><code>1c8f7c6</code></a> docs: replace auto_doc_cfg (<a href="https://redirect.github.com/hyperium/hyper-util/issues/237">#237</a>)</li> <li><a href="https://github.com/hyperium/hyper-util/commit/66afc93debef02548c86e8454e6bc01cf4fca280"><code>66afc93</code></a> chore(ci): use auto pr ref in rustdoc-preview workflow</li> <li><a href="https://github.com/hyperium/hyper-util/commit/faf5ca243de84da166143d14abfa84bd588d122e"><code>faf5ca2</code></a> chore(ci): fix rustdoc preview workflow typo (<a href="https://redirect.github.com/hyperium/hyper-util/issues/232">#232</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper-util/compare/v0.1.17...v0.1.18">compare view</a></li> </ul> </details> <br /> Updates `octocrab` from 0.45.0 to 0.47.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/XAMPPRocky/octocrab/releases">octocrab's releases</a>.</em></p> <blockquote> <h2>v0.47.1</h2> <h3>Added</h3> <ul> <li>add missing list workflows filters (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/820">#820</a>)</li> </ul> <h3>Other</h3> <ul> <li>Modify <code>_put</code> method documentation (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/818">#818</a>)</li> <li>Feature/interactions 537 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/817">#817</a>)</li> <li>Added Feature/classrooms <a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/524">#524</a> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/815">#815</a>)</li> </ul> <h2>v0.47.0</h2> <h3>Added</h3> <ul> <li>add <code>immutable</code> Release field (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/806">#806</a>)</li> </ul> <h3>Other</h3> <ul> <li>added creating a review (POST &quot;/repos/{owner}/{repo}/pulls/{pull_number}/reviews&quot;) (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/805">#805</a>)</li> </ul> <h2>v0.46.0</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] make CommitAuthor email nullable (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/799">#799</a>)</li> </ul> <h3>Other</h3> <ul> <li>Expose <code>digest</code> field in Asset model (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/804">#804</a>)</li> <li>cargo clippy (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/803">#803</a>)</li> <li>fix doc url for ProjectHandler (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/802">#802</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md">octocrab's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.47.0...v0.47.1">0.47.1</a> - 2025-11-03</h2> <h3>Added</h3> <ul> <li>add missing list workflows filters (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/820">#820</a>)</li> </ul> <h3>Other</h3> <ul> <li>Modify <code>_put</code> method documentation (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/818">#818</a>)</li> <li>Feature/interactions 537 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/817">#817</a>)</li> <li>Added Feature/classrooms <a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/524">#524</a> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/815">#815</a>)</li> </ul> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.46.0...v0.47.0">0.47.0</a> - 2025-10-06</h2> <h3>Added</h3> <ul> <li>add <code>immutable</code> Release field (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/806">#806</a>)</li> </ul> <h3>Other</h3> <ul> <li>added creating a review (POST &quot;/repos/{owner}/{repo}/pulls/{pull_number}/reviews&quot;) (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/805">#805</a>)</li> </ul> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.45.0...v0.46.0">0.46.0</a> - 2025-09-28</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] make CommitAuthor email nullable (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/799">#799</a>)</li> </ul> <h3>Other</h3> <ul> <li>Expose <code>digest</code> field in Asset model (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/804">#804</a>)</li> <li>cargo clippy (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/803">#803</a>)</li> <li>fix doc url for ProjectHandler (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/802">#802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/6e4ae2659e4fd8b8bab4317890120d3b156c12dc"><code>6e4ae26</code></a> chore: release v0.47.1 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/816">#816</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/8114a6bc429d19ca52e00f0f21721867a533d31d"><code>8114a6b</code></a> feat: add missing list workflows filters (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/820">#820</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/8918c90564c61dee5cd9d142d84982eda22dc3bb"><code>8918c90</code></a> docs: Modify <code>_put</code> method documentation (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/818">#818</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/14a95d00f4ec64725ca7f5c09ce38f429d0ff44f"><code>14a95d0</code></a> Feature/interactions 537 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/817">#817</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/e95fc40dddf8b1bdbb25790cfe196bb225e74d89"><code>e95fc40</code></a> Added Feature/classrooms <a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/524">#524</a> (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/815">#815</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/73a4dd0b1c2f5350913eacc4342211dfb5ae8ea9"><code>73a4dd0</code></a> chore: release v0.46.1 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/807">#807</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/0e0e43d8d8bc67a34a7358e9fa608ad613611bfd"><code>0e0e43d</code></a> feat: add <code>immutable</code> Release field (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/806">#806</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/eac8ccb6e8c3f94129884827512ee9455219441a"><code>eac8ccb</code></a> added creating a review (POST &quot;/repos/{owner}/{repo}/pulls/{pull_number}/revi...</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/e37b2c0ea6bf55d7307a68531c93b09142fddced"><code>e37b2c0</code></a> chore: release v0.46.0 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/800">#800</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/a6e52f78cb18569bec4bda6ef529d9ecc07845de"><code>a6e52f7</code></a> Expose <code>digest</code> field in Asset model (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/804">#804</a>)</li> <li>Additional commits viewable in <a href="https://github.com/XAMPPRocky/octocrab/compare/v0.45.0...v0.47.1">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.23 to 0.12.24 <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.24</h2> <h2>Highlights</h2> <ul> <li>Refactor cookie handling to an internal middleware.</li> <li>Refactor internal random generator.</li> <li>Refactor base64 encoding to reduce a copy.</li> <li>Documentation updates.</li> </ul> <h2>What's Changed</h2> <ul> <li>build(deps): silence unused deps in WASM build by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2799">seanmonstar/reqwest#2799</a></li> <li>perf(util): avoid extra copy when base64 encoding by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2805">seanmonstar/reqwest#2805</a></li> <li>docs: fix method name in changelog entry by <a href="https://github.com/johannespfrang"><code>@​johannespfrang</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2807">seanmonstar/reqwest#2807</a></li> <li>chore: Align the name usage of TotalTimeout by <a href="https://github.com/Xuanwo"><code>@​Xuanwo</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2657">seanmonstar/reqwest#2657</a></li> <li>refactor(cookie): add <code>CookieService</code> by <a href="https://github.com/linyihai"><code>@​linyihai</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2787">seanmonstar/reqwest#2787</a></li> <li>Fixes typo in retry max_retries_per_request doc comment re 2813 by <a href="https://github.com/dmackinn"><code>@​dmackinn</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2824">seanmonstar/reqwest#2824</a></li> <li>test(multipart): fix build failure with <code>no-default-features</code> by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2801">seanmonstar/reqwest#2801</a></li> <li>refactor(cookie): avoid duplicate cookie insertion by <a href="https://github.com/0x676e67"><code>@​0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2834">seanmonstar/reqwest#2834</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/johannespfrang"><code>@​johannespfrang</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2807">seanmonstar/reqwest#2807</a></li> <li><a href="https://github.com/dmackinn"><code>@​dmackinn</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2824">seanmonstar/reqwest#2824</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24">https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.12.24</h2> <ul> <li>Refactor cookie handling to an internal middleware.</li> <li>Refactor internal random generator.</li> <li>Refactor base64 encoding to reduce a copy.</li> <li>Documentation updates.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/b126ca49da7897e5d676639cdbf67a0f6838b586"><code>b126ca4</code></a> v0.12.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/40234930965e692c260f82c5d97edb5348cdbd1e"><code>4023493</code></a> refactor: change fast_random from xorshift to siphash a counter</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/fd61bc93e6f936454ce0b978c6f282f06eee9287"><code>fd61bc9</code></a> refactor(cookie): avoid duplicate cookie insertion (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2834">#2834</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/0bfa5267769ccc3f6b27a44d0dfb444fd0783a6e"><code>0bfa526</code></a> test(multipart): fix build failure with <code>no-default-features</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2801">#2801</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/994b8a0b7aa0a0ff6f87471f9e0d1a4dd2936fcd"><code>994b8a0</code></a> docs: typo in retry max_retries_per_request (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2824">#2824</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/da0702b762d6ee982ef041661d79df8eeb3aeb41"><code>da0702b</code></a> refactor(cookie): de-duplicate cookie support as <code>CookieService</code> middleware (...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/7ebddeaa8728ea09f14e276d6330620168fda379"><code>7ebddea</code></a> chore: align internal name usage of TotalTimeout (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2657">#2657</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b540a4e746acac4091eb6d39a2b5e2f3df48896b"><code>b540a4e</code></a> chore(readme): use correct CI status badge</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e4550c4cc5a2bd0e447b7b3db548c6ef8202f47e"><code>e4550c4</code></a> docs: fix method name in changelog entry (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2807">#2807</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/f4694a29226cc443b3c58c86a3ffa97bd9f394a6"><code>f4694a2</code></a> perf(util): avoid extra copy when base64 encoding (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2805">#2805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.225 to 1.0.228 <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.228</h2> <ul> <li>Allow building documentation with <code>RUSTDOCFLAGS='--cfg=docsrs'</code> set for the whole dependency graph (<a href="https://redirect.github.com/serde-rs/serde/issues/2995">#2995</a>)</li> </ul> <h2>v1.0.227</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a>)</li> </ul> <h2>v1.0.226</h2> <ul> <li>Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (<a href="https://redirect.github.com/serde-rs/serde/issues/2935">#2935</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/a866b336f14aa57a07f0d0be9f8762746e64ecb4"><code>a866b33</code></a> Release 1.0.228</li> <li><a href="https://github.com/serde-rs/serde/commit/5adc9e816c155473ec66b6641fc81529a5ef3868"><code>5adc9e8</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2995">#2995</a> from dtolnay/rustdocflags</li> <li><a href="https://github.com/serde-rs/serde/commit/ab581789f4aa6a92f8e149f3086040342dfaddcf"><code>ab58178</code></a> Workaround for RUSTDOCFLAGS='--cfg=docsrs'</li> <li><a href="https://github.com/serde-rs/serde/commit/415d9fc5601add94aac3c1882bd63e3f555ce2a2"><code>415d9fc</code></a> Release 1.0.227</li> <li><a href="https://github.com/serde-rs/serde/commit/7c58427e1259566b4835444951ff79406c75205f"><code>7c58427</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a> from dtolnay/inlinecoredoc</li> <li><a href="https://github.com/serde-rs/serde/commit/9d3410e3f4e38f9ea1a798e7ae9fab71577ab31b"><code>9d3410e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2992">#2992</a> from dtolnay/inplaceseed</li> <li><a href="https://github.com/serde-rs/serde/commit/2fb6748bf1ff939a2208d70b26708ddc75ab2e88"><code>2fb6748</code></a> Remove InPlaceSeed public re-export</li> <li><a href="https://github.com/serde-rs/serde/commit/f8137c79a20137c9483d21d3c8e628e83d3b91ba"><code>f8137c7</code></a> Inline serde_core into serde in docsrs mode</li> <li><a href="https://github.com/serde-rs/serde/commit/b7dbf7e3cb53bc9b9442047229e4f125bb07783e"><code>b7dbf7e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2990">#2990</a> from dtolnay/integer128</li> <li><a href="https://github.com/serde-rs/serde/commit/7c836915fc8d6fab4990764096e53e9a668cf3df"><code>7c83691</code></a> No longer macro_use integer128 module</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.225...v1.0.228">compare view</a></li> </ul> </details> <br /> Updates `tempfile` from 3.22.0 to 3.23.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.23.0</h2> <ul> <li>Remove need for the &quot;nightly&quot; feature to compile with &quot;wasip2&quot;.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/fe9f4a305b785abd1f4f912c8304bcc90024f695"><code>fe9f4a3</code></a> chore: release v3.23.0 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/381">#381</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/006c3fd55aa788e640f83a0aac54660e23e355e6"><code>006c3fd</code></a> fix: use std::os::fd instead of std::os::wasi (<a href="https://redirect.github.com/Stebalien/tempfile/issues/380">#380</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/b0e6309a589799181bc1434fdcb3b3b07b9b070e"><code>b0e6309</code></a> doc: Update COPYRIGHT link (<a href="https://redirect.github.com/Stebalien/tempfile/issues/377">#377</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/2d6fc3fb5794c0e7fe6c944f72fd0e462480b101"><code>2d6fc3f</code></a> Fix formatting in Builder::disable_cleanup documentation (<a href="https://redirect.github.com/Stebalien/tempfile/issues/375">#375</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.22.0...v3.23.0">compare view</a></li> </ul> </details> <br /> Updates `tokio` from 1.47.1 to 1.48.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.48.0</h2> <h1>1.48.0 (October 14th, 2025)</h1> <p>The MSRV is increased to 1.71.</p> <h3>Added</h3> <ul> <li>fs: add <code>File::max_buf_size</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7594">#7594</a>)</li> <li>io: export <code>Chain</code> of <code>AsyncReadExt::chain</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7599">#7599</a>)</li> <li>net: add <code>SocketAddr::as_abstract_name</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7491">#7491</a>)</li> <li>net: add <code>TcpStream::quickack</code> and <code>TcpStream::set_quickack</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7490">#7490</a>)</li> <li>net: implement <code>AsRef&lt;Self&gt;</code> for <code>TcpStream</code> and <code>UnixStream</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7573">#7573</a>)</li> <li>task: add <code>LocalKey::try_get</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7666">#7666</a>)</li> <li>task: implement <code>Ord</code> for <code>task::Id</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7530">#7530</a>)</li> </ul> <h3>Changed</h3> <ul> <li>deps: bump windows-sys to version 0.61 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7645">#7645</a>)</li> <li>fs: preserve <code>max_buf_size</code> when cloning a <code>File</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7593">#7593</a>)</li> <li>macros: suppress <code>clippy::unwrap_in_result</code> in <code>#[tokio::main]</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7651">#7651</a>)</li> <li>net: remove <code>PollEvented</code> noise from Debug formats (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7675">#7675</a>)</li> <li>process: upgrade <code>Command::spawn_with</code> to use <code>FnOnce</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7511">#7511</a>)</li> <li>sync: remove inner mutex in <code>SetOnce</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7554">#7554</a>)</li> <li>sync: use <code>UnsafeCell::get_mut</code> in <code>Mutex::get_mut</code> and <code>RwLock::get_mut</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7569">#7569</a>)</li> <li>time: reduce the generated code size of <code>Timeout&lt;T&gt;::poll</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7535">#7535</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>macros: fix hygiene issue in <code>join!</code> and <code>try_join!</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7638">#7638</a>)</li> <li>net: fix copy/paste errors in udp peek methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7604">#7604</a>)</li> <li>process: fix error when runtime is shut down on nightly-2025-10-12 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7672">#7672</a>)</li> <li>runtime: use release ordering in <code>wake_by_ref()</code> even if already woken (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7622">#7622</a>)</li> <li>sync: close the <code>broadcast::Sender</code> in <code>broadcast::Sender::new()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7629">#7629</a>)</li> <li>sync: fix implementation of unused <code>RwLock::try_*</code> methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7587">#7587</a>)</li> </ul> <h3>Unstable</h3> <ul> <li>tokio: use cargo features instead of <code>--cfg</code> flags for <code>taskdump</code> and <code>io_uring</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7655">#7655</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/7621">#7621</a>)</li> <li>fs: support <code>io_uring</code> in <code>fs::write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7567">#7567</a>)</li> <li>fs: support <code>io_uring</code> with <code>File::open()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7617">#7617</a>)</li> <li>fs: support <code>io_uring</code> with <code>OpenOptions</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7321">#7321</a>)</li> <li>macros: add <code>local</code> runtime flavor (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7375">#7375</a>, <a href="https://redirect.github.com/tokio-rs/tokio/issues/7597">#7597</a>)</li> </ul> <h3>Documented</h3> <ul> <li>io: clarify the zero capacity case of <code>AsyncRead::poll_read</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7580">#7580</a>)</li> <li>io: fix typos in the docs of <code>AsyncFd</code> readiness guards (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7583">#7583</a>)</li> <li>net: clarify socket gets closed on drop (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7526">#7526</a>)</li> <li>net: clarify the behavior of <code>UCred::pid()</code> on Cygwin (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7611">#7611</a>)</li> <li>net: clarify the supported platform of <code>set_reuseport()</code> and <code>reuseport()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7628">#7628</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/556820ff84030b37e74e11b86b7733f5795770ea"><code>556820f</code></a> chore: prepare Tokio v1.48.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7677">#7677</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fd1659a05222858b675d5515ef609ca39d825bff"><code>fd1659a</code></a> chore: prepare tokio-macros v2.6.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7676">#7676</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/53e8acac641a614b89e35912ebed0520c6dbcf93"><code>53e8aca</code></a> ci: update nightly version to 2025-10-12 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7670">#7670</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9e5527d1d5eadbeed46f4d5d4eb22cd96c72a39a"><code>9e5527d</code></a> process: fix error when runtime is shut down on nightly-2025-10-12 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7672">#7672</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/25a24de0e661d86fa059779e87e0605909465f4a"><code>25a24de</code></a> net: remove PollEvented noise from Debug formats (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7675">#7675</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c1fa25f3009d6f5374e337b999fe4fe926c8e7f2"><code>c1fa25f</code></a> task: clarify the behavior of several <code>spawn_local</code> methods (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7669">#7669</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e7e02fcf0f16fc906c0fac48aafd6a168ae3cf24"><code>e7e02fc</code></a> fs: use <code>FileOptions</code> inside <code>fs::File</code> to support uring (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7617">#7617</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f7a7f62959aafd03fd40a07a4f511476dff1e57f"><code>f7a7f62</code></a> ci: remove cargo-deny Unicode-DFS-2016 license exception config (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7619">#7619</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d1f1499f630c34c1d319acdc2cc86d7a1008c4b4"><code>d1f1499</code></a> tokio: use cargo feature for taskdump support instead of cfg (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7655">#7655</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ad6f6189529b1067bd4628d1c62abf9a3a64281e"><code>ad6f618</code></a> runtime: clarify the behavior of <code>Handle::block_on</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7665">#7665</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.47.1...tokio-1.48.0">compare view</a></li> </ul> </details> <br /> Updates `tokio-util` from 0.7.16 to 0.7.17 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/454fd8c3477a37d12d5d11948fd6fe496924e950"><code>454fd8c</code></a> chore: prepare tokio-util v0.7.17 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7719">#7719</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4421022c254cda51fe2dd641c2114fb3af7fb711"><code>4421022</code></a> codec: remove unnecessary trait bounds on all <code>Framed</code> constructors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7716">#7716</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5a709e391bdab3cf8bab9fe65d75fa2b92f4e0db"><code>5a709e3</code></a> io_uring: change <code>Completable</code> to not return io::Result (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7702">#7702</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5efb1c3b16496f51f2ec959b68a1b97efd7ee234"><code>5efb1c3</code></a> io: doc that <code>AsyncWrite</code> does not inherit from <code>Write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7705">#7705</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f490029b8fc4552d54b527fc0052fb539e493ebf"><code>f490029</code></a> runtime: revert &quot;replace manual vtable definitions with <code>Wake</code>&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7699">#7699</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d25778f67d4571f9067a0004133d5a9005b6aedd"><code>d25778f</code></a> task: add tests for <code>task::Builder::spawn_local</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7697">#7697</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8318fa1723784cc7f777a900af74ada0ad0dbf7"><code>b8318fa</code></a> task: add tests for <code>spawn_local</code> in panic scenarios (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7694">#7694</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/acfdb87e2b8…
1 parent b6ecbef commit f7bfc24

File tree

2 files changed

+68
-117
lines changed

2 files changed

+68
-117
lines changed

Cargo.lock

Lines changed: 52 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)