dependabot[bot] opened a new pull request, #7126: URL: https://github.com/apache/opendal/pull/7126
Bumps the others group in /core with 11 updates: | Package | From | To | | --- | --- | --- | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.16` | `0.2.17` | | [mea](https://github.com/fast/mea) | `0.5.2` | `0.5.3` | | [moka](https://github.com/moka-rs/moka) | `0.12.11` | `0.12.12` | | [fastrace](https://github.com/fast/fastrace) | `0.7.14` | `0.7.16` | | [fastrace-jaeger](https://github.com/fast/fastrace) | `0.7.14` | `0.7.16` | | [hotpath](https://github.com/pawurb/hotpath) | `0.9.1` | `0.9.2` | | [governor](https://github.com/boinkor-net/governor) | `0.10.2` | `0.10.4` | | [compio](https://github.com/compio-rs/compio) | `0.16.1` | `0.17.0` | | [hdfs-native](https://github.com/Kimahriman/hdfs-native) | `0.13.0` | `0.13.3` | | [flume](https://github.com/zesterer/flume) | `0.11.1` | `0.12.0` | | [redis](https://github.com/redis-rs/redis-rs) | `1.0.0` | `1.0.2` | Updates `jiff` from 0.2.16 to 0.2.17 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md">jiff's changelog</a>.</em></p> <blockquote> <h1>0.2.17 (2025-12-24)</h1> <p>This release contains binary size improvements to Jiff, more succinct error messages and some new minor APIs.</p> <p>While Jiff 1.0 is overdue, I've been doing a lot of experimenting with improving Jiff's binary size and compile times. In particular, I want to spend time doing this before Jiff 1.0 so that we don't box ourselves into a corner. (For example, some binary size improvements may require minor API breaking changes.)</p> <p>In this release, Jiff has switched to structured error handling internally in an effort to provide error predicates and also hopefully improve binary sizes and compile times. Overall this didn't have as big of an impact on binary sizes or compile times as I was hoping. I did take this opportunity to make Jiff's error messages a bit more succinct. In many cases, this involved de-duplicating some aspects of error messages and omitting user provided input in the messages. If you feel like there is a significant decrease in error message quality that isn't easily amended by callers providing additional context themselves, please open an issue.</p> <p>This release also updates Jiff's bundled copy of the [IANA Time Zone Database] to <code>2025c</code>. See the <a href="https://lists.iana.org/hyperkitty/list/[email protected]/thread/TAGXKYLMAQRZRFTERQ33CEKOW7KRJVAK/"><code>2025c</code> release announcement</a> for more details.</p> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/412">#412</a>: Add <code>Display</code>, <code>FromStr</code>, <code>Serialize</code> and <code>Deserialize</code> trait implementations for <code>jiff::civil::ISOWeekDate</code>. These all use the ISO 8601 week date format.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/issues/418">#418</a>: Add some basic predicates to <code>jiff::Error</code> for basic error introspection.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/453">#453</a>, <a href="https://redirect.github.com/BurntSushi/jiff/pull/454">#454</a>: Switch to structured error handling internally.</li> <li><a href="https://redirect.github.com/BurntSushi/jiff/pull/456">#456</a>, <a href="https://redirect.github.com/BurntSushi/jiff/pull/457">#457</a>, <a href="https://redirect.github.com/BurntSushi/jiff/pull/458">#458</a>: Various improvements to binary size.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BurntSushi/jiff/commit/3b6547c2b6a75b5cc7ef90a79d3257fd5f0a4503"><code>3b6547c</code></a> 0.2.17</li> <li><a href="https://github.com/BurntSushi/jiff/commit/876d7c7e7484f905466b7ce608796c322390c366"><code>876d7c7</code></a> changelog: 0.2.17</li> <li><a href="https://github.com/BurntSushi/jiff/commit/edb7cd21422ae6b9131c447eb8685d77c55968ff"><code>edb7cd2</code></a> deps: bump jiff-tzdb to 0.1.5</li> <li><a href="https://github.com/BurntSushi/jiff/commit/61dc9bd8aa1cec759a35983e2f5984f47e5d8bf7"><code>61dc9bd</code></a> fmt: rename <code>Decimal</code> to <code>Integer</code></li> <li><a href="https://github.com/BurntSushi/jiff/commit/1467f47e36ea69c6db079df4e7233943225a348d"><code>1467f47</code></a> fmt: get rid of <code>Decimal::end</code></li> <li><a href="https://github.com/BurntSushi/jiff/commit/5b27b22096a39e1b022ef362c17b777f41688600"><code>5b27b22</code></a> fmt: simplify decimal formatter</li> <li><a href="https://github.com/BurntSushi/jiff/commit/4d2041567c2b98f9105444cd8e16f9cb616271b6"><code>4d20415</code></a> binary-size: remove many uses of <code>write!</code></li> <li><a href="https://github.com/BurntSushi/jiff/commit/21f69521cdeba481b66ee8bf24bd065967363b04"><code>21f6952</code></a> shared: remove escaping and UTF-8 routines from <code>shared</code> module</li> <li><a href="https://github.com/BurntSushi/jiff/commit/a50f6797ce06f78e1071acb653c4abc0f024b2c7"><code>a50f679</code></a> logging: small tweak to formatting</li> <li><a href="https://github.com/BurntSushi/jiff/commit/0392d43064e3b73ea84f84d2c5ae5bb2b46cdd6b"><code>0392d43</code></a> error: add note about introspection</li> <li>Additional commits viewable in <a href="https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.16...jiff-static-0.2.17">compare view</a></li> </ul> </details> <br /> Updates `mea` from 0.5.2 to 0.5.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fast/mea/commit/e7694823d1f2a4cc64ed456aead27d96e30dc660"><code>e769482</code></a> chore: release v0.5.3</li> <li><a href="https://github.com/fast/mea/commit/768e9be1d61c980f2ff9884fb8ba87ba228c9dc0"><code>768e9be</code></a> fix(broadcast): fix and test try_recv (<a href="https://redirect.github.com/fast/mea/issues/94">#94</a>)</li> <li><a href="https://github.com/fast/mea/commit/2164ea98800c5abfeda07043c7d77c627d1b04c1"><code>2164ea9</code></a> chore: correct README history section (<a href="https://redirect.github.com/fast/mea/issues/92">#92</a>)</li> <li>See full diff in <a href="https://github.com/fast/mea/compare/v0.5.2...v0.5.3">compare view</a></li> </ul> </details> <br /> Updates `moka` from 0.12.11 to 0.12.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/releases">moka's releases</a>.</em></p> <blockquote> <h2>Moka 0.12.12</h2> <h2>Version 0.12.12</h2> <p>Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (<a href="https://redirect.github.com/moka-rs/moka/issues/555">#555</a><a href="https://redirect.github.com/moka-rs/moka/pull/555/">gh-pull-0555</a>).</p> <h3>Fixed</h3> <ul> <li>Fixed use-after-free panic in the hierarchical timer wheels when <code>Expiry</code> returns <code>None</code> (<a href="https://redirect.github.com/moka-rs/moka/issues/548">#548</a><a href="https://redirect.github.com/moka-rs/moka/pull/548/">gh-pull-0548</a>, by <a href="https://github.com/awarus"><code>@awarus</code></a>).</li> <li>Fixed a subtle undefined behavior (UB) in the internal <code>deque::move_to_back</code> method (found by Miri) (<a href="https://redirect.github.com/moka-rs/moka/issues/553">#553</a><a href="https://redirect.github.com/moka-rs/moka/pull/553/">gh-pull-0553</a>).</li> </ul> <h3>Added</h3> <ul> <li><code>impl Expiry</code> for some types (<a href="https://redirect.github.com/moka-rs/moka/issues/519">#519</a><a href="https://redirect.github.com/moka-rs/moka/pull/519/">gh-pull-0519</a>, by <a href="https://github.com/koushiro"><code>@koushiro</code></a>).</li> </ul> <h3>Removed</h3> <ul> <li>Removed several unneeded files from the published package (<a href="https://redirect.github.com/moka-rs/moka/issues/541">#541</a><a href="https://redirect.github.com/moka-rs/moka/pull/541/">gh-pull-0541</a>, by <a href="https://github.com/weiznich"><code>@weiznich</code></a>).</li> <li>Removed the <code>once_cell</code> crate from the dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/520">#520</a><a href="https://redirect.github.com/moka-rs/moka/pull/520/">gh-pull-0520</a>, by <a href="https://github.com/Expyron"><code>@Expyron</code></a>).</li> <li>Removed the <code>rustc_version</code> crate from the dev-dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/554">#554</a><a href="https://redirect.github.com/moka-rs/moka/pull/554/">gh-pull-0554</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moka-rs/moka/blob/main/CHANGELOG.md">moka's changelog</a>.</em></p> <blockquote> <h2>Version 0.12.12</h2> <p>Bumped the minimum supported Rust version (MSRV) to 1.71.1, released on August 3, 2023 (<a href="https://redirect.github.com/moka-rs/moka/issues/555">#555</a>[gh-pull-0555]).</p> <h3>Fixed</h3> <ul> <li>Fixed use-after-free panic in the hierarchical timer wheels when <code>Expiry</code> returns <code>None</code> (<a href="https://redirect.github.com/moka-rs/moka/issues/548">#548</a>[gh-pull-0548], by [<a href="https://github.com/awarus"><code>@awarus</code></a>][gh-awarus]).</li> <li>Fixed a subtle undefined behavior (UB) in the internal <code>deque::move_to_back</code> method (found by Miri) (<a href="https://redirect.github.com/moka-rs/moka/issues/553">#553</a>[gh-pull-0553]).</li> </ul> <h3>Added</h3> <ul> <li><code>impl Expiry</code> for some types (<a href="https://redirect.github.com/moka-rs/moka/issues/519">#519</a>[gh-pull-0519], by [<a href="https://github.com/koushiro"><code>@koushiro</code></a>][gh-koushiro]).</li> </ul> <h3>Removed</h3> <ul> <li>Removed several unneeded files from the published package (<a href="https://redirect.github.com/moka-rs/moka/issues/541">#541</a>[gh-pull-0541], by [<a href="https://github.com/weiznich"><code>@weiznich</code></a>][gh-weiznich]).</li> <li>Removed the <code>once_cell</code> crate from the dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/520">#520</a>[gh-pull-0520], by [<a href="https://github.com/Expyron"><code>@Expyron</code></a>][gh-Expyron]).</li> <li>Removed the <code>rustc_version</code> crate from the dev-dependencies (<a href="https://redirect.github.com/moka-rs/moka/issues/554">#554</a>[gh-pull-0554]).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moka-rs/moka/commit/4ffcc25863cf0633b470bc5bc5b9fab3f9887c83"><code>4ffcc25</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/559">#559</a> from moka-rs/tweak-changelog-format</li> <li><a href="https://github.com/moka-rs/moka/commit/c37c95275543e106dd5621829035b2ea9781220d"><code>c37c952</code></a> dox: Fix identation in the <code>CHANGELOG.md</code></li> <li><a href="https://github.com/moka-rs/moka/commit/28c692c9a1bb3d11c1202e0459f5951254d0dcf6"><code>28c692c</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/558">#558</a> from moka-rs/prepare-0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/13a8ec98fe3b68be6b2a23533f665a2f49d8b712"><code>13a8ec9</code></a> doc: Update the CHANGELOG and README for v0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/a0b263f1a9393500ccfb23e9d651f79bf8dec9f0"><code>a0b263f</code></a> doc: Update the CHANGELOG and README for v0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/f3d78222e40ad5630764a0028ac8d610e7955dcb"><code>f3d7822</code></a> feat: Version 0.12.12</li> <li><a href="https://github.com/moka-rs/moka/commit/65cfeb491570339033fe344e632fe6c0c5305410"><code>65cfeb4</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/557">#557</a> from moka-rs/fix-cd/2025-12-20-msrv-1.71.1</li> <li><a href="https://github.com/moka-rs/moka/commit/78b6299d14a156d8fc6c6e803306747b44813691"><code>78b6299</code></a> chore: Fix Clippy warnings</li> <li><a href="https://github.com/moka-rs/moka/commit/3763451a6578d2567ab93ad3470e30b659cce98b"><code>3763451</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/553">#553</a> from moka-rs/fix-deque-ub</li> <li><a href="https://github.com/moka-rs/moka/commit/7f9c40f58f753d8665b33d46b9f5ba9f2fa6a7db"><code>7f9c40f</code></a> Merge pull request <a href="https://redirect.github.com/moka-rs/moka/issues/556">#556</a> from moka-rs/msrv-1.71.1-cargo.toml</li> <li>Additional commits viewable in <a href="https://github.com/moka-rs/moka/compare/v0.12.11...v0.12.12">compare view</a></li> </ul> </details> <br /> Updates `fastrace` from 0.7.14 to 0.7.16 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fast/fastrace/blob/main/CHANGELOG.md">fastrace's changelog</a>.</em></p> <blockquote> <h2>v0.7.16</h2> <ul> <li>Deprecate <code>Config::tail_sampled()</code>; spans are held until the root span finishes by default, and <code>Span::cancel()</code> discards spans collected up to the root's drop.</li> </ul> <h2>v0.7.15</h2> <ul> <li><code>#[trace]</code> macro now supports trait-object futures and preserves input tokens more faithfully to avoid compilation errors.</li> <li>Added <code>#[allow(unreachable_code)]</code> on the macro return hint to quiet new compiler warnings.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fast/fastrace/commits">compare view</a></li> </ul> </details> <br /> Updates `fastrace-jaeger` from 0.7.14 to 0.7.16 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fast/fastrace/blob/main/CHANGELOG.md">fastrace-jaeger's changelog</a>.</em></p> <blockquote> <h2>v0.7.16</h2> <ul> <li>Deprecate <code>Config::tail_sampled()</code>; spans are held until the root span finishes by default, and <code>Span::cancel()</code> discards spans collected up to the root's drop.</li> </ul> <h2>v0.7.15</h2> <ul> <li><code>#[trace]</code> macro now supports trait-object futures and preserves input tokens more faithfully to avoid compilation errors.</li> <li>Added <code>#[allow(unreachable_code)]</code> on the macro return hint to quiet new compiler warnings.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fast/fastrace/commits">compare view</a></li> </ul> </details> <br /> Updates `hotpath` from 0.9.1 to 0.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pawurb/hotpath/releases">hotpath's releases</a>.</em></p> <blockquote> <h2>v0.9.2</h2> <p>Changelog: <a href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#092---2025-12-22">https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#092---2025-12-22</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md">hotpath's changelog</a>.</em></p> <blockquote> <h2>[0.9.2] - 2025-12-22</h2> <h3>🚀 Features</h3> <ul> <li>Allow disabling http server</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Use localhost for metrics server <a href="https://redirect.github.com/pawurb/hotpath/issues/109">#109</a> (<a href="https://redirect.github.com/pawurb/hotpath/issues/110">#110</a>)</li> </ul> <h3>⚙️ Miscellaneous Tasks</h3> <ul> <li>Update generated with link</li> <li>Update docs</li> <li>Release 0.9.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pawurb/hotpath-rs/commit/7f1108aca3c750b56bb85369eb6133dc5628063c"><code>7f1108a</code></a> chore: Release 0.9.2</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/4fd60858874b4b5170d1ab9854c3dd68567fb614"><code>4fd6085</code></a> chore: Update docs</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/a334b112b1fb1d7be41fcafb0b67856e8ff826b1"><code>a334b11</code></a> feat: Allow disabling http server</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/a2fdc2e50c7f4444f2f63a4ed5f4898d7fa35af2"><code>a2fdc2e</code></a> chore: Update generated with link</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/1cad620af6cf746731cde21f3cb9ce32474ceef2"><code>1cad620</code></a> fix: Use localhost for metrics server <a href="https://redirect.github.com/pawurb/hotpath/issues/109">#109</a> (<a href="https://redirect.github.com/pawurb/hotpath/issues/110">#110</a>)</li> <li><a href="https://github.com/pawurb/hotpath-rs/commit/87af26305e4af6f97c6cfe7e6127115cf665add0"><code>87af263</code></a> Update changelog</li> <li>See full diff in <a href="https://github.com/pawurb/hotpath/compare/v0.9.1...v0.9.2">compare view</a></li> </ul> </details> <br /> Updates `governor` from 0.10.2 to 0.10.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/boinkor-net/governor/commit/9f3a79dd47dd32acd589c562b8d4fefe99b93372"><code>9f3a79d</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/291">#291</a> from boinkor-net/release/governor/0.10.4</li> <li><a href="https://github.com/boinkor-net/governor/commit/9010ee90077552bd81300eadbd28b10a605aba75"><code>9010ee9</code></a> Update Changelog</li> <li><a href="https://github.com/boinkor-net/governor/commit/23516607cfbea4cc95e6f7bd0ffaae31c2645dc5"><code>2351660</code></a> Release 0.10.4 🎉🎉</li> <li><a href="https://github.com/boinkor-net/governor/commit/61b1754d65a783f6698bd2b97e4899a0125e5381"><code>61b1754</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/290">#290</a> from boinkor-net/push-pnoqtmytrrpz</li> <li><a href="https://github.com/boinkor-net/governor/commit/1bdc26d0a93382aa275f03057c6b645a638b985d"><code>1bdc26d</code></a> Use feature(doc_cfg) instead of feature(doc_auto_cfg) for docsrs</li> <li><a href="https://github.com/boinkor-net/governor/commit/296018b3b01fa92441b182479398463c5ae41dcf"><code>296018b</code></a> chore: Update ci_rust.yml in governor</li> <li><a href="https://github.com/boinkor-net/governor/commit/a29466c78044f5b3caa02402c5fc6bd0a3aee9f6"><code>a29466c</code></a> chore: Update release_pr_for_crates_io.yml in governor</li> <li><a href="https://github.com/boinkor-net/governor/commit/78a3be2e78db36d02e5293b54e2db4c3553602e4"><code>78a3be2</code></a> chore: Update release_to_crates_io.yml in governor</li> <li><a href="https://github.com/boinkor-net/governor/commit/1c5840cca9fff076c383f5ac57e473e1b3431c74"><code>1c5840c</code></a> Merge pull request <a href="https://redirect.github.com/boinkor-net/governor/issues/289">#289</a> from boinkor-net/release/governor/0.10.3</li> <li><a href="https://github.com/boinkor-net/governor/commit/fff7f37ea51b1f95f516e463c615b7bfdc0907bb"><code>fff7f37</code></a> Update Changelog for release</li> <li>Additional commits viewable in <a href="https://github.com/boinkor-net/governor/compare/v0.10.2...v0.10.4">compare view</a></li> </ul> </details> <br /> Updates `compio` from 0.16.1 to 0.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compio-rs/compio/releases">compio's releases</a>.</em></p> <blockquote> <h2>v0.17.0</h2> <h2>What's Changed</h2> <ul> <li>compio-driver <ul> <li>Stub for Linux if either <code>io-uring</code> or <code>polling</code> is disabled by <a href="https://github.com/Berrysoft"><code>@Berrysoft</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/528">#528</a> <a href="https://redirect.github.com/compio-rs/compio/issues/529">#529</a></li> <li>Expose <code>Waker</code> instead of <code>NotifyHandle</code> by <a href="https://github.com/Berrysoft"><code>@Berrysoft</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/535">#535</a> <a href="https://redirect.github.com/compio-rs/compio/issues/540">#540</a></li> <li>Make <code>Arc</code> optional for <code>SharedFd</code>. Enable it with <code>fd-sync</code> feature by <a href="https://github.com/Berrysoft"><code>@Berrysoft</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/539">#539</a></li> </ul> </li> <li>compio-runtime <ul> <li>Avoid dropping local queue on different threads by <a href="https://github.com/Berrysoft"><code>@Berrysoft</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/513">#513</a></li> <li>Remove <code>spawn_unchecked</code> and expose <code>Waker</code> by <a href="https://github.com/Berrysoft"><code>@Berrysoft</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/534">#534</a> <a href="https://redirect.github.com/compio-rs/compio/issues/537">#537</a></li> <li>Timer optimization by <a href="https://github.com/AsakuraMizu"><code>@AsakuraMizu</code></a> <a href="https://redirect.github.com/compio-rs/compio/issues/546">#546</a></li> </ul> </li> <li>compio-tls <ul> <li><code>MaybeTlsStream</code> is moved from compio-ws</li> </ul> </li> <li>compio-quic <ul> <li>Avoid memory leak by <a href="https://github.com/AsakuraMizu"><code>@AsakuraMizu</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/545">#545</a></li> </ul> </li> <li>compio-ws <ul> <li>Add native-tls support by <a href="https://github.com/Berrysoft"><code>@Berrysoft</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/517">#517</a></li> <li>Add <code>Config</code> by <a href="https://github.com/George-Miao"><code>@George-Miao</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/533">#533</a></li> </ul> </li> </ul> <h2>Notable breaking changes</h2> <ul> <li><code>aws-lc-rs</code> related features are deprecated and removed by <a href="https://github.com/George-Miao"><code>@George-Miao</code></a> in <a href="https://redirect.github.com/compio-rs/compio/issues/521">#521</a></li> <li>All crates have been updated to edition 2024.</li> <li>Some methods of compio-ws has been removed to match the signature of tungstenite</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/OpenTritium"><code>@OpenTritium</code></a> made their first contribution in <a href="https://redirect.github.com/compio-rs/compio/pull/525">compio-rs/compio#525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compio-rs/compio/compare/v0.16.1...v0.17.0">https://github.com/compio-rs/compio/compare/v0.16.1...v0.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compio-rs/compio/commit/5006cc59bb67a75a97fea6e3f63945531e8b58be"><code>5006cc5</code></a> feat: bump version for release (<a href="https://redirect.github.com/compio-rs/compio/issues/549">#549</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/05e1e03923b24945280a87ce58c3f36174226438"><code>05e1e03</code></a> feat(runtime): enable current_thread_id on nightly (<a href="https://redirect.github.com/compio-rs/compio/issues/548">#548</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/c92fb641b527681df2fc2d24b7408035ce1fc89f"><code>c92fb64</code></a> fix(fs): timeout read test (<a href="https://redirect.github.com/compio-rs/compio/issues/547">#547</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/341ce945cc14dd35e139aaf8a5974efadb52639e"><code>341ce94</code></a> refactor(runtime): simplify <code>TimerRuntime</code> (<a href="https://redirect.github.com/compio-rs/compio/issues/546">#546</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/63f5a38221403c7ba7a196724041546291b7049a"><code>63f5a38</code></a> fix(quic): add EndpointRef to avoid memory leak (<a href="https://redirect.github.com/compio-rs/compio/issues/545">#545</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/c013e32d301d6e88a4dfecf285ccc6f6751c6d51"><code>c013e32</code></a> feat: update edition to 2024 (<a href="https://redirect.github.com/compio-rs/compio/issues/543">#543</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/8eba65274522e75a161e6ed71d9b07b394b1d232"><code>8eba652</code></a> fix(driver,stub): return noop waker (<a href="https://redirect.github.com/compio-rs/compio/issues/540">#540</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/73a987ca3d0790a651c6d09063328ee7388c8c8a"><code>73a987c</code></a> feat(driver): make Arc optional (<a href="https://redirect.github.com/compio-rs/compio/issues/539">#539</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/f14350cad43ef03ec8505b49effee1b3ece4b689"><code>f14350c</code></a> feat(runtime): an optimized waker (<a href="https://redirect.github.com/compio-rs/compio/issues/537">#537</a>)</li> <li><a href="https://github.com/compio-rs/compio/commit/494b249ff0b1ba827281b82e02d0172673332312"><code>494b249</code></a> feat(driver): expose <code>Waker</code> directly (<a href="https://redirect.github.com/compio-rs/compio/issues/535">#535</a>)</li> <li>Additional commits viewable in <a href="https://github.com/compio-rs/compio/compare/v0.16.1...v0.17.0">compare view</a></li> </ul> </details> <br /> Updates `hdfs-native` from 0.13.0 to 0.13.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kimahriman/hdfs-native/releases">hdfs-native's releases</a>.</em></p> <blockquote> <h2>v0.13.2</h2> <h2>What's Changed</h2> <ul> <li>Add auto complete to CLI and switch from mypy to ty by <a href="https://github.com/Kimahriman"><code>@Kimahriman</code></a> in <a href="https://redirect.github.com/Kimahriman/hdfs-native/pull/274">Kimahriman/hdfs-native#274</a></li> <li>Add resiliency to failures in EC writes by <a href="https://github.com/Kimahriman"><code>@Kimahriman</code></a> in <a href="https://redirect.github.com/Kimahriman/hdfs-native/pull/275">Kimahriman/hdfs-native#275</a></li> <li>Wrap cli functions in catching broken pipes by <a href="https://github.com/Kimahriman"><code>@Kimahriman</code></a> in <a href="https://redirect.github.com/Kimahriman/hdfs-native/pull/278">Kimahriman/hdfs-native#278</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kimahriman/hdfs-native/compare/v0.13.1...v0.13.2">https://github.com/Kimahriman/hdfs-native/compare/v0.13.1...v0.13.2</a></p> <h2>v0.13.1</h2> <h2>What's Changed</h2> <ul> <li>Remove layout tests from bindgen bindings to fix 32 bit builds by <a href="https://github.com/Kimahriman"><code>@Kimahriman</code></a> in <a href="https://redirect.github.com/Kimahriman/hdfs-native/pull/271">Kimahriman/hdfs-native#271</a></li> <li>Fix some edge cases with globbing by <a href="https://github.com/Kimahriman"><code>@Kimahriman</code></a> in <a href="https://redirect.github.com/Kimahriman/hdfs-native/pull/273">Kimahriman/hdfs-native#273</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kimahriman/hdfs-native/compare/v0.13.0...v0.13.1">https://github.com/Kimahriman/hdfs-native/compare/v0.13.0...v0.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/7386e2493f7509249d1508c40ab817face05b420"><code>7386e24</code></a> Update version to 0.13.3</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/f16eeafe152f6bc82d6de7fcfa41a4de2c744836"><code>f16eeaf</code></a> Include trailing slash on dirs for autocomplete (<a href="https://redirect.github.com/Kimahriman/hdfs-native/issues/280">#280</a>)</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/9aaf7961bd5d4cab20eac4c7a401cb2106b7eda9"><code>9aaf796</code></a> Update version to 0.13.2</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/89fd9f305072c1dc65d37e6167f804ecf3cdb433"><code>89fd9f3</code></a> Wrap cli functions in catching broken pipes (<a href="https://redirect.github.com/Kimahriman/hdfs-native/issues/278">#278</a>)</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/2fea46790a6853306e5a60c12f8df66b1ba0d688"><code>2fea467</code></a> Add resiliency to failures in EC writes (<a href="https://redirect.github.com/Kimahriman/hdfs-native/issues/275">#275</a>)</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/5dc9a6a618a2e325319fbdfffa20f55e3b066441"><code>5dc9a6a</code></a> Add auto complete to CLI and switch from mypy to ty (<a href="https://redirect.github.com/Kimahriman/hdfs-native/issues/274">#274</a>)</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/176e1deb374a46ab7b0cee15272f23f3fe0103a8"><code>176e1de</code></a> Bump version to 0.13.1</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/39c3450a79d398184f2cbbc6c85a560fde2d5c87"><code>39c3450</code></a> Fix some edge cases with globbing (<a href="https://redirect.github.com/Kimahriman/hdfs-native/issues/273">#273</a>)</li> <li><a href="https://github.com/Kimahriman/hdfs-native/commit/d4721d304005406aaa33b27c11b77879794de768"><code>d4721d3</code></a> Remove layout tests from bindgen bindings (<a href="https://redirect.github.com/Kimahriman/hdfs-native/issues/271">#271</a>)</li> <li>See full diff in <a href="https://github.com/Kimahriman/hdfs-native/compare/v0.13.0...v0.13.3">compare view</a></li> </ul> </details> <br /> Updates `flume` from 0.11.1 to 0.12.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zesterer/flume/blob/master/CHANGELOG.md">flume's changelog</a>.</em></p> <blockquote> <h1>[0.12.0] - 2025-12-08</h1> <h3>Added</h3> <ul> <li><code>fastrand</code> feature</li> </ul> <h3>Removed</h3> <ul> <li><code>nanorand</code> feature</li> </ul> <h3>Fixed</h3> <ul> <li>Panic when using <code>Duration::MAX</code> as timeout</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/zesterer/flume/commits/0.12">compare view</a></li> </ul> </details> <br /> Updates `redis` from 1.0.0 to 1.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis-rs/redis-rs/releases">redis's releases</a>.</em></p> <blockquote> <h2>redis-1.0.2</h2> <h2>What's Changed</h2> <ul> <li>Fix handling transactions in async cluster (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1901">#1901</a> by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li> </ul> <h2>redis-1.0.1</h2> <h3>1.0.1 (2025-12-11)</h3> <h4>Changes & Bug fixes</h4> <ul> <li>Remove unnecessary debug prints (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1892">#1892</a> by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li> <li>Fix docs (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1894">#1894</a> by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis-rs/redis-rs/commit/bea12fb769446a510c515c7f021977f1a834fbb7"><code>bea12fb</code></a> Prepare next version</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/150fc27a8583eb567073436891dd0b43f83029b1"><code>150fc27</code></a> only assert unconsumed commands on drop of last reference counted instance (#...</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/d6a4aeb2f7f83c893b98e1136bb7bbe67e80bffc"><code>d6a4aeb</code></a> Fix handling transactions in async cluster. (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1901">#1901</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/c55b006d9d72b612c19fb6c3e13b9f418198ed7e"><code>c55b006</code></a> MockRedisConnection with cosumation assert (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1898">#1898</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/072b3743867ae8691b0acd65230cf677db219fa1"><code>072b374</code></a> Fix README example</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/c85b79298a472c42e33888c9346e215b1a22bdb8"><code>c85b792</code></a> Add to the readme that this is a client (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1896">#1896</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/a462fc8148ec242d7bfe96effe7079e62d0d9a99"><code>a462fc8</code></a> Prepare version (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1895">#1895</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/9d6820bd808069ec1e5a9cc8375fafbcacbfa2a9"><code>9d6820b</code></a> Fix docs (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1894">#1894</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/bdf255fbe810d3f97f750a1bb5a2eba92ed57a7f"><code>bdf255f</code></a> Remove unnecessary debug prints (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1892">#1892</a>)</li> <li>See full diff in <a href="https://github.com/redis-rs/redis-rs/compare/redis-1.0.0...redis-1.0.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
