dependabot[bot] opened a new pull request, #2512: URL: https://github.com/apache/iggy/pull/2512
Bumps the minor-and-patch group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [axum](https://github.com/tokio-rs/axum) | `0.8.7` | `0.8.8` | | [derive_more](https://github.com/JelteF/derive_more) | `2.1.0` | `2.1.1` | | [passterm](https://github.com/finfet/passterm) | `2.0.1` | `2.0.5` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.25` | `0.12.28` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.146` | | [toml](https://github.com/toml-rs/toml) | `0.9.8` | `0.9.10+spec-1.1.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` | | [governor](https://github.com/boinkor-net/governor) | `0.10.2` | `0.10.4` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.61` | `4.5.62` | | [flatbuffers](https://github.com/google/flatbuffers) | `25.9.23` | `25.12.19` | | [moka](https://github.com/moka-rs/moka) | `0.12.11` | `0.12.12` | Updates `axum` from 0.8.7 to 0.8.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/axum/releases">axum's releases</a>.</em></p> <blockquote> <h2>axum v0.8.8</h2> <ul> <li>Clarify documentation for <code>Router::route_layer</code> (<a href="https://redirect.github.com/tokio-rs/axum/issues/3567">#3567</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/axum/issues/3567">#3567</a>: <a href="https://redirect.github.com/tokio-rs/axum/pull/3567">tokio-rs/axum#3567</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/axum/commit/d07863f97d2649c414d2cdd162d1a10750e29a25"><code>d07863f</code></a> Release axum v0.8.8 and axum-extra v0.12.3</li> <li><a href="https://github.com/tokio-rs/axum/commit/287c674b65fa363fa8e60a5b2de7502dfda0decc"><code>287c674</code></a> axum-extra: Make typed-routing feature enable routing feature (<a href="https://redirect.github.com/tokio-rs/axum/issues/3514">#3514</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/f5804aa6a13f8af1ae1a8998b872b300b0859d81"><code>f5804aa</code></a> SecondElementIs: Correct a small inconsistency (<a href="https://redirect.github.com/tokio-rs/axum/issues/3559">#3559</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/f51f3ba4366e1060206efc41fde1227055164c45"><code>f51f3ba</code></a> axum-extra: Add trailing newline to pretty JSON response (<a href="https://redirect.github.com/tokio-rs/axum/issues/3526">#3526</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/816407a8166491217168890ee96856469c3b424c"><code>816407a</code></a> Fix integer underflow in <code>try_range_response</code> for empty files (<a href="https://redirect.github.com/tokio-rs/axum/issues/3566">#3566</a>)</li> <li><a href="https://github.com/tokio-rs/axum/commit/78656ebb4a925329dc19c17a4dbef31d7551d4f5"><code>78656eb</code></a> docs: Clarify <code>route_layer</code> does not apply middleware to the fallback handler...</li> <li>See full diff in <a href="https://github.com/tokio-rs/axum/compare/axum-v0.8.7...axum-v0.8.8">compare view</a></li> </ul> </details> <br /> Updates `derive_more` from 2.1.0 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JelteF/derive_more/releases">derive_more's releases</a>.</em></p> <blockquote> <h2>2.1.1</h2> <p><a href="https://docs.rs/derive_more/2.1.1">API docs</a> <a href="https://github.com/JelteF/derive_more/blob/v2.1.1/CHANGELOG.md#211---2025-12-22">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md">derive_more's changelog</a>.</em></p> <blockquote> <h2>2.1.1 - 2025-12-22</h2> <h3>Fixed</h3> <ul> <li><code>.as_dyn_error()</code> method hygiene inside <code>Error</code> derive expansion. (<a href="https://redirect.github.com/JelteF/derive_more/pull/527">#527</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JelteF/derive_more/commit/f7bb41ac054c060caaf5ff3212e74e42794cb4b4"><code>f7bb41a</code></a> Correct release date</li> <li><a href="https://github.com/JelteF/derive_more/commit/289988ab6791cf447ca208bdc467fc6b75b77ed6"><code>289988a</code></a> Prepare 2.1.1 release (<a href="https://redirect.github.com/JelteF/derive_more/issues/529">#529</a>)</li> <li><a href="https://github.com/JelteF/derive_more/commit/d820ec6e3a827132c7d273f823653f99c9123bb8"><code>d820ec6</code></a> Fix <code>derive(Error)</code> expansion hygiene (<a href="https://redirect.github.com/JelteF/derive_more/issues/527">#527</a>, <a href="https://redirect.github.com/JelteF/derive_more/issues/526">#526</a>)</li> <li><a href="https://github.com/JelteF/derive_more/commit/562728278427745ced3e22715b70abdc0dfbac07"><code>5627282</code></a> Remove glob imports in <code>derive(From)</code> tests to mend 1.94 nightly Rust regress...</li> <li>See full diff in <a href="https://github.com/JelteF/derive_more/compare/v2.1.0...v2.1.1">compare view</a></li> </ul> </details> <br /> Updates `passterm` from 2.0.1 to 2.0.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/finfet/passterm/blob/main/CHANGELOG.md">passterm's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.5</h2> <p>2024-12-07</p> <ul> <li>Fix extraneous newline being printed on windows</li> <li>Open tty with O_NOCTTY on unix systems to prevent the prompt from becoming the controlling terminal</li> <li>Fix stdin password prompt to always attempt to disable echo even if stdin is not a tty</li> </ul> <h2>Version 2.0.4</h2> <p>2024-10-27</p> <ul> <li>Various windows fixes. Add check for null stdin handle, and avoid closing it</li> <li>Upgrade zeroize version</li> </ul> <h2>Version 2.0.3</h2> <p>2023-12-15</p> <ul> <li>Remove usage of windows-sys</li> </ul> <h2>Version 2.0.2</h2> <p>2023-12-15</p> <ul> <li>Upgrade dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/finfet/passterm/commit/4fc1d4cba0acc4eec07a52289cff22e9371319ed"><code>4fc1d4c</code></a> Update CHANGELOG</li> <li><a href="https://github.com/finfet/passterm/commit/2f4bcc5587798b998216522ef8bb182d82ad26f2"><code>2f4bcc5</code></a> Fix tty prompt to use O_CNOTTY</li> <li><a href="https://github.com/finfet/passterm/commit/d38759b11665760906417ea3df0df040d3403a17"><code>d38759b</code></a> Fix extraneous newline on windows pass prompts</li> <li><a href="https://github.com/finfet/passterm/commit/6d677ab5f5f69ed8b0a0adf535012f969f2ed43c"><code>6d677ab</code></a> Version 2.0.4</li> <li><a href="https://github.com/finfet/passterm/commit/8f1388d4692e625b48f18fade6c5bc2856c3ec6d"><code>8f1388d</code></a> Various Windows fixes</li> <li><a href="https://github.com/finfet/passterm/commit/79ee0fe86d5436402d4b001bd22d06e51bab089b"><code>79ee0fe</code></a> Version 2.0.3</li> <li><a href="https://github.com/finfet/passterm/commit/064cca7c0bc7470dfc6896f1e9c2fd59464c753c"><code>064cca7</code></a> Remove windows-sys dependency</li> <li><a href="https://github.com/finfet/passterm/commit/21a47e676cfc038c59e49d1f6940b6e9106d8641"><code>21a47e6</code></a> Upgrade deps</li> <li>See full diff in <a href="https://github.com/finfet/passterm/compare/v2.0.1...v2.0.5">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.25 to 0.12.28 <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.27</h2> <h2>tl;dr</h2> <ul> <li>Add <code>ClientBuilder::windows_named_pipe(name)</code> option that will force all requests over that Windows Named Pipe.</li> </ul> <h2>What's Changed</h2> <ul> <li>chore: Disable unused tokio-util codec feature by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2893">seanmonstar/reqwest#2893</a></li> <li>chore: Use http_body_util::BodyDataStream by <a href="https://github.com/tottoto"><code>@tottoto</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2892">seanmonstar/reqwest#2892</a></li> <li>feat: add windows_named_pipe() option to client builder by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2789">seanmonstar/reqwest#2789</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.26...v0.12.27">https://github.com/seanmonstar/reqwest/compare/v0.12.26...v0.12.27</a></p> <h2>v0.12.26</h2> <h2>tl;dr</h2> <ul> <li>Fix sending <code>Accept-Encoding</code> header only with values configured with reqwest, regardless of underlying tower-http config.</li> </ul> <h2>What's Changed</h2> <ul> <li>deps: update cookie_store by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2886">seanmonstar/reqwest#2886</a></li> <li>fix: disable default compression from tower-http if not enabled in reqwest by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2889">seanmonstar/reqwest#2889</a></li> <li>fix(http3): correct compression defaults by <a href="https://github.com/seanmonstar"><code>@seanmonstar</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2890">seanmonstar/reqwest#2890</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26">https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.26</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.28</h2> <ul> <li>Fix compiling on Windows if TLS and SOCKS features are not enabled.</li> </ul> <h2>v0.12.27</h2> <ul> <li>Add <code>ClientBuilder::windows_named_pipe(name)</code> option that will force all requests over that Windows Named Piper.</li> </ul> <h2>v0.12.26</h2> <ul> <li>Fix sending <code>Accept-Encoding</code> header only with values configured with reqwest, regardless of underlying tower-http config.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/d97859910c357827ad5993d37ce750ad595f4fff"><code>d978599</code></a> v0.12.28</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef2768a823b28bf00e23e218e034be035b08d770"><code>ef2768a</code></a> fix: correctly import TokioIo on Windows (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2896">#2896</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/1bf6441b68c3e908d2588a3bb4f2043ceed737bf"><code>1bf6441</code></a> v0.12.27</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/4967b1b4e25c2e9cc9f4f2cb0f4e4181f13366ba"><code>4967b1b</code></a> feat: add windows_named_pipe() option to client builder (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2789">#2789</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/ef5b239cbaa5e93607415bcf943c8f571da13e42"><code>ef5b239</code></a> chore: Use http_body_util::BodyDataStream (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2892">#2892</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/a8100047976e138483e2128ee0ea004931ceead0"><code>a810004</code></a> chore: Disable unused tokio-util codec feature (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2893">#2893</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/01f03a4c01fb13e2262a513ed21e2b84b5186f46"><code>01f03a4</code></a> v0.12.26</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e908f57f67d95a814466fc7422655478b983894c"><code>e908f57</code></a> fix(http3): correct compression defaults (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2890">#2890</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/509c9048b426f93bac2f643b1538b1d70e0dc830"><code>509c904</code></a> fix: disable default compression from tower-http if not enabled in reqwest (#...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/896aaeab612865bb37bc48d18faa53d7b65036f1"><code>896aaea</code></a> deps: update cookie_store to 0.22 (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2886">#2886</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.25...v0.12.28">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.145 to 1.0.146 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.146</h2> <ul> <li>Set fast_arithmetic=64 for riscv64 (<a href="https://redirect.github.com/serde-rs/json/issues/1305">#1305</a>, thanks <a href="https://github.com/Xeonacid"><code>@Xeonacid</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/75ad7e6b4eb8a26560300d2d7332d6dd8cd5b277"><code>75ad7e6</code></a> Release 1.0.146</li> <li><a href="https://github.com/serde-rs/json/commit/bc6c8276d9597fae216085f940c712f4d4fce4bc"><code>bc6c827</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1305">#1305</a> from Xeonacid/patch-1</li> <li><a href="https://github.com/serde-rs/json/commit/a09210adf529842b912db6f69ad9858ad2f90e16"><code>a09210a</code></a> Set fast_arithmetic=64 for riscv64</li> <li><a href="https://github.com/serde-rs/json/commit/01182e54b5dbadee79696bd472b67391e92679af"><code>01182e5</code></a> Update actions/upload-artifact@v5 -> v6</li> <li><a href="https://github.com/serde-rs/json/commit/383b13a45feb2955236735397c53218acd4da515"><code>383b13a</code></a> Update actions/upload-artifact@v4 -> v5</li> <li><a href="https://github.com/serde-rs/json/commit/04dd357b99699e1abc34c1af2fe52227a74835f5"><code>04dd357</code></a> Raise required compiler to Rust 1.68</li> <li><a href="https://github.com/serde-rs/json/commit/e047dfbe00b8ba43d1bf78025aabb1a093cea4c0"><code>e047dfb</code></a> Resolve manual_let_else pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/json/commit/a525d9c0c0713bf951319d8bdd25ef102e9241c9"><code>a525d9c</code></a> Raise required compiler to Rust 1.65</li> <li><a href="https://github.com/serde-rs/json/commit/f815793bfd19cddf311031687dc674578791c49e"><code>f815793</code></a> Remove rustc version badge from readme</li> <li><a href="https://github.com/serde-rs/json/commit/3f17d2c6ea1588bd7b714359522bd94751465275"><code>3f17d2c</code></a> Update actions/checkout@v5 -> v6</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.145...v1.0.146">compare view</a></li> </ul> </details> <br /> Updates `toml` from 0.9.8 to 0.9.10+spec-1.1.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/e32c7a2f9b126d42fab0705e9783fec42b88e861"><code>e32c7a2</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/df1c3286de0c7d3d8b77f417fb97f2413cb71807"><code>df1c328</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/b826cf4914de08adc437d948c3ff40fdfc2bb7ec"><code>b826cf4</code></a> feat(edit)!: Allow <code>set_position(None)</code> (<a href="https://redirect.github.com/toml-rs/toml/issues/1080">#1080</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/8043f20af7fe175c00d07e7965809001bd18bd88"><code>8043f20</code></a> feat(edit)!: Allow <code>set_position(None)</code></li> <li><a href="https://github.com/toml-rs/toml/commit/a02c0db59fc7a68257d754759bb558602ba7e96d"><code>a02c0db</code></a> feat: Support TOML 1.1 (<a href="https://redirect.github.com/toml-rs/toml/issues/1079">#1079</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/5cfb838b15c4490a22b056c9f8a5bc9df2273a2a"><code>5cfb838</code></a> feat(edit): Support TOML 1.1</li> <li><a href="https://github.com/toml-rs/toml/commit/1eb4d606d3a75bb87e3ee362fd89e5819fecad87"><code>1eb4d60</code></a> feat(toml): Support TOML 1.1</li> <li><a href="https://github.com/toml-rs/toml/commit/695d7883d88745960225e873a62572567a8d570c"><code>695d788</code></a> feat(edit)!: Multi-line inline tables with trailing commas</li> <li><a href="https://github.com/toml-rs/toml/commit/cc4f7acd94d214f4ea66254a97809711a712b895"><code>cc4f7ac</code></a> feat(toml): Multi-line inline tables with trailing commas</li> <li><a href="https://github.com/toml-rs/toml/commit/539f8c1242950cb9357d279b0ba60c08fa6c41e7"><code>539f8c1</code></a> feat(datetime): Make seconds optional</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.9.8...toml-v0.9.10">compare view</a></li> </ul> </details> <br /> Updates `tracing` from 0.1.43 to 0.1.44 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing's releases</a>.</em></p> <blockquote> <h2>tracing 0.1.44</h2> <h3>Fixed</h3> <ul> <li>Fix <code>record_all</code> panic (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3432">#3432</a>)</li> </ul> <h3>Changed</h3> <ul> <li><code>tracing-core</code>: updated to 0.1.36 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3440">#3440</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/3432">#3432</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3432">tokio-rs/tracing#3432</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3440">#3440</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3440">tokio-rs/tracing#3440</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/2d55f6faf9be83e7e4634129fb96813241aac2b8"><code>2d55f6f</code></a> chore: prepare tracing 0.1.44 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3439">#3439</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/10a9e838a35e6ded79d66af246be2ee05417136d"><code>10a9e83</code></a> chore: prepare tracing-core 0.1.36 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3440">#3440</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/ee82cf92a8c750f98cfb7a417cc8defb37e26a00"><code>ee82cf9</code></a> tracing: fix record_all panic (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3432">#3432</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/9978c3663bcd58de14b3cf089ad24cb63d00a922"><code>9978c36</code></a> chore: prepare tracing-mock 0.1.0-beta.3 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3429">#3429</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/cc44064b3a41cb586bd633f8a024354928e25819"><code>cc44064</code></a> chore: prepare tracing-subscriber 0.3.22 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3428">#3428</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tracing/compare/tracing-0.1.43...tracing-0.1.44">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 `clap_complete` from 4.5.61 to 4.5.62 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/ca0aeba31fdd9b431d71e0706611e00d85436f55"><code>ca0aeba</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/44cdcc11e8b47ce3a7ec256ad7ae3630bca1d6e3"><code>44cdcc1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/2dc500c10527822bae7b0fdfba9970d54950be30"><code>2dc500c</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6198">#6198</a> from devjgm/greg/fix-clap-completer-issue-with-fish</li> <li><a href="https://github.com/clap-rs/clap/commit/2280d4808b1e5718f869d8da6540a34d228bc3c5"><code>2280d48</code></a> fix: fix path quoting with dynamic env completer</li> <li><a href="https://github.com/clap-rs/clap/commit/ac1006c4badbd9596518c0c5fff11d4d497f2443"><code>ac1006c</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6197">#6197</a> from devjgm/greg/fix-clap-completer-issue-with-fish</li> <li><a href="https://github.com/clap-rs/clap/commit/d4951455bfad78527ef27226db0358c2f2458f68"><code>d495145</code></a> clap_complete: add unit test for fish env completer</li> <li><a href="https://github.com/clap-rs/clap/commit/1a6c0de0d761482a6e2c6e6705a4d9fa0668e842"><code>1a6c0de</code></a> chore(deps): Update Rust Stable to v1.92 (<a href="https://redirect.github.com/clap-rs/clap/issues/6194">#6194</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/53a69215e481c237bff5599f93bbcc7bdc6218c5"><code>53a6921</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6189">#6189</a> from clap-rs/renovate/actions-checkout-6.x</li> <li><a href="https://github.com/clap-rs/clap/commit/7cbec58cb93f9308046862ea0a85bbdaf710607d"><code>7cbec58</code></a> chore(deps): Update actions/checkout action to v6</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.61...clap_complete-v4.5.62">compare view</a></li> </ul> </details> <br /> Updates `flatbuffers` from 25.9.23 to 25.12.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/flatbuffers/releases">flatbuffers's releases</a>.</em></p> <blockquote> <h2>v25.12.19</h2> <h2>What's Changed</h2> <ul> <li>docs: clean up whitespace and fix typo in tutorial.md by <a href="https://github.com/daynual"><code>@daynual</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8695">google/flatbuffers#8695</a></li> <li>Correct span and non-span versions of ToArray() and ToArrayPadded() methods by <a href="https://github.com/vsmcea"><code>@vsmcea</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8734">google/flatbuffers#8734</a></li> <li>[Swift] Fixes test failing on macOS when using URL(fileURLWithPath:isDirectory) by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8742">google/flatbuffers#8742</a></li> <li>treat npm_typescript as a dev dependency by <a href="https://github.com/dws"><code>@dws</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8719">google/flatbuffers#8719</a></li> <li>[Dart] Fix union unpacking by <a href="https://github.com/jakobkordez"><code>@jakobkordez</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8748">google/flatbuffers#8748</a></li> <li>[Dart] Fix struct vector ordering in pack function by <a href="https://github.com/jakobkordez"><code>@jakobkordez</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8747">google/flatbuffers#8747</a></li> <li>Add conditional check by <a href="https://github.com/coder7695"><code>@coder7695</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8736">google/flatbuffers#8736</a></li> <li>[Dart] Refactor lazy list unpacking by <a href="https://github.com/jakobkordez"><code>@jakobkordez</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8746">google/flatbuffers#8746</a></li> <li>Prevent <code>make_span</code> from working with vectors and arrays of pointers by <a href="https://github.com/are-you-tilted-already"><code>@are-you-tilted-already</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8735">google/flatbuffers#8735</a></li> <li>Swap the dependency of CreateX and X::Pack object API functions. by <a href="https://github.com/cosmith-nvidia"><code>@cosmith-nvidia</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8754">google/flatbuffers#8754</a></li> <li>[Swift] Implements FlatbuffersVector which confirms to RandomAccessCollection by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8752">google/flatbuffers#8752</a></li> <li>Fix --gen-compare to not generate comparators for native types. by <a href="https://github.com/cosmith-nvidia"><code>@cosmith-nvidia</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8681">google/flatbuffers#8681</a></li> <li>Support native_type for tables when using the C++ object API. by <a href="https://github.com/cosmith-nvidia"><code>@cosmith-nvidia</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8668">google/flatbuffers#8668</a></li> <li>[Swift] Improves the performance creating strings by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8772">google/flatbuffers#8772</a></li> <li>[Docs] Update swift supported features by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8769">google/flatbuffers#8769</a></li> <li>[Swift] Bump minimum supported version of swift to 5.10 by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8758">google/flatbuffers#8758</a></li> <li>[Swift] Inline arrays by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8755">google/flatbuffers#8755</a></li> <li>Replace usage of make_unique with unique_ptr for cpp11 by <a href="https://github.com/fliiiix"><code>@fliiiix</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8763">google/flatbuffers#8763</a></li> <li>Fix Issue <a href="https://redirect.github.com/google/flatbuffers/issues/8653">#8653</a> - Python vtables not considering object size by <a href="https://github.com/jtdavis777"><code>@jtdavis777</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8683">google/flatbuffers#8683</a></li> <li>[C++] Add Vector64 specialization for <code>std::vector<bool></code> by <a href="https://github.com/jtdavis777"><code>@jtdavis777</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8757">google/flatbuffers#8757</a></li> <li>Stop calling setup.py in release CI by <a href="https://github.com/jtdavis777"><code>@jtdavis777</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8771">google/flatbuffers#8771</a></li> <li>[lua] Dont' crash on a fbs file with no root table by <a href="https://github.com/jtdavis777"><code>@jtdavis777</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8770">google/flatbuffers#8770</a></li> <li>Revival of <a href="https://redirect.github.com/google/flatbuffers/issues/8285">GH-8285</a>: fix: remove a single type hint to retain python 2.7.x compatibility by <a href="https://github.com/jtdavis777"><code>@jtdavis777</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8799">google/flatbuffers#8799</a></li> <li>[Python] Add unit test for github issue 8653 by <a href="https://github.com/satur9nine"><code>@satur9nine</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8786">google/flatbuffers#8786</a></li> <li>Size verifier fix 2 by <a href="https://github.com/fergushenderson"><code>@fergushenderson</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8740">google/flatbuffers#8740</a></li> <li>Fix issue <a href="https://redirect.github.com/google/flatbuffers/issues/8389">#8389</a>: any nonzero byte is truthy by <a href="https://github.com/bkietz"><code>@bkietz</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8690">google/flatbuffers#8690</a></li> <li>Add Dart changelog entry for v25.9.23 by <a href="https://github.com/vaind"><code>@vaind</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8785">google/flatbuffers#8785</a></li> <li>[dart] fix bug which generated wrong code by <a href="https://github.com/fawdlstty"><code>@fawdlstty</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8780">google/flatbuffers#8780</a></li> <li>add assert to fix GCC warning on Ubuntu 24.04 LTS by <a href="https://github.com/gafferongames"><code>@gafferongames</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8804">google/flatbuffers#8804</a></li> <li>chore: fix quick start typos by <a href="https://github.com/Homeblest"><code>@Homeblest</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8520">google/flatbuffers#8520</a></li> <li>[Java] Generate Longs from uint enums by <a href="https://github.com/nevi-me"><code>@nevi-me</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8727">google/flatbuffers#8727</a></li> <li>[Java] Add <code>notify</code> to Java keywords by <a href="https://github.com/nevi-me"><code>@nevi-me</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8724">google/flatbuffers#8724</a></li> <li>More robust C++20 <!-- raw HTML omitted --> check by <a href="https://github.com/cyyever"><code>@cyyever</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8631">google/flatbuffers#8631</a></li> <li>[Dart] Fix dart object api test by <a href="https://github.com/jakobkordez"><code>@jakobkordez</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8751">google/flatbuffers#8751</a></li> <li>feat: library definition for PlatformIO by <a href="https://github.com/obones"><code>@obones</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8261">google/flatbuffers#8261</a></li> <li>Use macos-15-intel not macos-latest-large for Intel macOS by <a href="https://github.com/kou"><code>@kou</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8777">google/flatbuffers#8777</a></li> <li>[C++] Fix vtable deduplication for 64-bit buffers >2GB by <a href="https://github.com/gowsiany"><code>@gowsiany</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8591">google/flatbuffers#8591</a></li> <li>Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/flatbuffers/pull/8779">google/flatbuffers#8779</a></li> <li>TypeScript: read vtable entries as uint16 by <a href="https://github.com/jtbandes"><code>@jtbandes</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8435">google/flatbuffers#8435</a></li> <li>[fuzzer] Adds code generation target. by <a href="https://github.com/coder7695"><code>@coder7695</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8795">google/flatbuffers#8795</a></li> <li>[CI] Revert back to using swift-actions by <a href="https://github.com/mustiikhalil"><code>@mustiikhalil</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8806">google/flatbuffers#8806</a></li> <li>[Python] Fix inconsistent creator function naming in generated code by <a href="https://github.com/peter-soos"><code>@peter-soos</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8792">google/flatbuffers#8792</a></li> <li>Remove legacy Conan recipe and update documentation by <a href="https://github.com/uilianries"><code>@uilianries</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8712">google/flatbuffers#8712</a></li> <li>[Python] Fix generating <strong>init</strong>.py for invalid path by <a href="https://github.com/fliiiix"><code>@fliiiix</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8810">google/flatbuffers#8810</a></li> <li>[Python] Optimize Builder startup: lazy sharedStrings and fast vtable init by <a href="https://github.com/satur9nine"><code>@satur9nine</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8807">google/flatbuffers#8807</a></li> <li>Fix platform ifdefs for locale independent str functions by <a href="https://github.com/jamesr"><code>@jamesr</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8678">google/flatbuffers#8678</a></li> <li>fix CScript string.compare by <a href="https://github.com/whitecostume"><code>@whitecostume</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8547">google/flatbuffers#8547</a></li> <li>[Go] add BenchmarkBuildAllocations by <a href="https://github.com/jdemeyer"><code>@jdemeyer</code></a> in <a href="https://redirect.github.com/google/flatbuffers/pull/8287">google/flatbuffers#8287</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google/flatbuffers/blob/master/CHANGELOG.md">flatbuffers's changelog</a>.</em></p> <blockquote> <h2>[25.12.19] (December 19 2025)(<a href="https://github.com/google/flatbuffers/releases/tag/v25.12.19">https://github.com/google/flatbuffers/releases/tag/v25.12.19</a>)</h2> <ul> <li>[C++] Default emptry vector support (<a href="https://redirect.github.com/google/flatbuffers/issues/8870">#8870</a>)</li> <li>[C++] Add --gen-absl-hash option (<a href="https://redirect.github.com/google/flatbuffers/issues/8868">#8868</a>)</li> <li>[Kotlin] Upgrade to MacOS 15 (<a href="https://redirect.github.com/google/flatbuffers/issues/8845">#8845</a>)</li> <li>[C++] Fix vector of table with naked ptrs (<a href="https://redirect.github.com/google/flatbuffers/issues/8830">#8830</a>)</li> <li>[Python] Optimize Offset/Pad/Prep (<a href="https://redirect.github.com/google/flatbuffers/issues/8808">#8808</a>)</li> <li>Implement <code>--file-names-only</code> (<a href="https://redirect.github.com/google/flatbuffers/issues/8788">#8788</a>)</li> <li>[C++] Fix size verifer (<a href="https://redirect.github.com/google/flatbuffers/issues/8740">#8740</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/flatbuffers/commit/7e163021e59cca4f8e1e35a7c828b5c6b7915953"><code>7e16302</code></a> FlatBuffers Version 25.12.19 (<a href="https://redirect.github.com/google/flatbuffers/issues/8871">#8871</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/57fdd4f9951b16411bdd823eff08f5d8dea34fde"><code>57fdd4f</code></a> Default Vector Support C++ (<a href="https://redirect.github.com/google/flatbuffers/issues/8870">#8870</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/8cb53ccc95dabae66233733017bc4f8668bfb379"><code>8cb53cc</code></a> Add --gen-absl-hash option to generate AbslHashValue for structs. (<a href="https://redirect.github.com/google/flatbuffers/issues/8868">#8868</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/fb55e0c9deddab1e0facba98a32f9dad93635118"><code>fb55e0c</code></a> Run clang-format -i **/*.cpp (<a href="https://redirect.github.com/google/flatbuffers/issues/8865">#8865</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/d9fde67eb582270b4fa7c7b0baeadefb844e46d4"><code>d9fde67</code></a> Remove progaurd-rules.pro (<a href="https://redirect.github.com/google/flatbuffers/issues/8866">#8866</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/f74fda299dba611a33dd220d6fbfae9ab0c052e8"><code>f74fda2</code></a> Update CODEOWNERS</li> <li><a href="https://github.com/google/flatbuffers/commit/15802fa26c8357c0f6ee8b30d27f8fe482de6510"><code>15802fa</code></a> Create CODEOWNERS</li> <li><a href="https://github.com/google/flatbuffers/commit/a86afae9399bbe631d1ea0783f8816e780e236cc"><code>a86afae</code></a> Fix casing in generated Kotlin struct constructor function (<a href="https://redirect.github.com/google/flatbuffers/issues/8849">#8849</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/60910fb7f5a9bfc5da84b2dd7f17969d184da3f2"><code>60910fb</code></a> Fix nullability of generated Kotlin ByteBuffer accessors (<a href="https://redirect.github.com/google/flatbuffers/issues/8844">#8844</a>)</li> <li><a href="https://github.com/google/flatbuffers/commit/7bfaabc3587ca31161810512d3d0a7ba72d6182c"><code>7bfaabc</code></a> [TS] Flexbuffers root vector fix (<a href="https://redirect.github.com/google/flatbuffers/issues/8847">#8847</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/flatbuffers/compare/v25.9.23...v25.12.19">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 /> You can trigger a rebase of this PR 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]
