dependabot[bot] opened a new pull request, #2244:
URL: https://github.com/apache/iggy/pull/2244

   Bumps the minor-and-patch group with 20 updates in the / directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [axum](https://github.com/tokio-rs/axum) | `0.8.4` | `0.8.6` |
   | [bon](https://github.com/elastio/bon) | `3.7.2` | `3.8.0` |
   | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.11.3` |
   | [serde](https://github.com/serde-rs/serde) | `1.0.226` | `1.0.228` |
   | [serde_with](https://github.com/jonasbb/serde_with) | `3.14.1` | `3.15.0` |
   | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.37.0` | `0.37.2` 
|
   | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` |
   | [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.3` | 
`0.26.4` |
   | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.6.4` | 
`0.8.0` |
   | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.45.0` | `0.46.0` |
   | [rcgen](https://github.com/rustls/rcgen) | `0.14.4` | `0.14.5` |
   | [flatbuffers](https://github.com/google/flatbuffers) | `25.2.10` | 
`25.9.23` |
   | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.176` |
   | [moka](https://github.com/moka-rs/moka) | `0.12.10` | `0.12.11` |
   | [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | 
`0.30.0` | `0.31.0` |
   | 
[opentelemetry-appender-tracing](https://github.com/open-telemetry/opentelemetry-rust)
 | `0.30.1` | `0.31.1` |
   | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) 
| `0.30.0` | `0.31.0` |
   | 
[opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust)
 | `0.30.0` | `0.31.0` |
   | [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) 
| `0.30.0` | `0.31.0` |
   | [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) 
| `0.31.0` | `0.32.0` |
   
   
   Updates `axum` from 0.8.4 to 0.8.6
   <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.5</h2>
   <ul>
   <li><strong>fixed:</strong> Reject JSON request bodies with trailing 
characters after the JSON document (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3453";>#3453</a>)</li>
   <li><strong>added:</strong> Implement <code>OptionalFromRequest</code> for 
<code>Multipart</code> (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3220";>#3220</a>)</li>
   <li><strong>added:</strong> Getter methods <code>Location::{status_code, 
location}</code></li>
   <li><strong>added:</strong> Support for writing arbitrary binary data into 
server-sent events (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3425";>#3425</a>)]</li>
   <li><strong>added:</strong> <code>middleware::ResponseAxumBodyLayer</code> 
for mapping response body to <code>axum::body::Body</code> (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3469";>#3469</a>)</li>
   <li><strong>added:</strong> <code>impl FusedStream for WebSocket</code> (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3443";>#3443</a>)</li>
   <li><strong>changed:</strong> The <code>sse</code> module and 
<code>Sse</code> type no longer depend on the <code>tokio</code> feature (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3154";>#3154</a>)</li>
   <li><strong>changed:</strong> If the location given to one of 
<code>Redirect</code>s constructors is not a valid header value, instead of 
panicking on construction, the <code>IntoResponse</code> impl now returns an 
HTTP 500, just like <code>Json</code> does when serialization fails (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3377";>#3377</a>)</li>
   <li><strong>changed:</strong> Update minimum rust version to 1.78 (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3412";>#3412</a>)</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tokio-rs/axum/issues/3154";>#3154</a>: <a 
href="https://redirect.github.com/tokio-rs/axum/pull/3154";>tokio-rs/axum#3154</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3220";>#3220</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3220";>tokio-rs/axum#3220</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3377";>#3377</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3377";>tokio-rs/axum#3377</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3412";>#3412</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3412";>tokio-rs/axum#3412</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3425";>#3425</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3425";>tokio-rs/axum#3425</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3443";>#3443</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3443";>tokio-rs/axum#3443</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3453";>#3453</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3453";>tokio-rs/axum#3453</a>
   <a href="https://redirect.github.com/tokio-rs/axum/issues/3469";>#3469</a>: 
<a 
href="https://redirect.github.com/tokio-rs/axum/pull/3469";>tokio-rs/axum#3469</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/c1bb9c3e90625fb8de4f9c9750f669cb4edac3df";><code>c1bb9c3</code></a>
 Release axum 0.8.6 and related crates</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/4a50581968a1c1f9343aa5748373a8252285c7c4";><code>4a50581</code></a>
 Update changelogs</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/5c76cfd26a99d38c4e63c84ef4f1981de0a37f79";><code>5c76cfd</code></a>
 Remove usage of the <code>doc_auto_cfg</code> feature (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3505";>#3505</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/c720f568da42909580a7876af1b8f50438cb1834";><code>c720f56</code></a>
 Release axum-core v0.5.4</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/0c96ead9d15998492cb1a84a7138bd849e8ce273";><code>0c96ead</code></a>
 Remove unused rustversion dependency of axum-core (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3502";>#3502</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/a1d22f68a593967a83c1028efb70554b88525cf2";><code>a1d22f6</code></a>
 Release axum 0.8.5 and related crates</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/ad2fd5b50b98502bc5966cac37e345fa0698e0b0";><code>ad2fd5b</code></a>
 Update changelogs</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/a0692f9f540967166204ab09182ae1d5a0cd2134";><code>a0692f9</code></a>
 Reject JSON bodies with trailing chars (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3453";>#3453</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/ae808502236f6333a2e817434002a1ae9a5dd1f7";><code>ae80850</code></a>
 Update to cargo-deny api version 2 (<a 
href="https://redirect.github.com/tokio-rs/axum/issues/3475";>#3475</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/axum/commit/651cc1e9353c3417f5ac546c60ce27981fe40cf5";><code>651cc1e</code></a>
 Remove unused link def</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/axum/compare/axum-v0.8.4...axum-v0.8.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `bon` from 3.7.2 to 3.8.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/elastio/bon/releases";>bon's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.8.0</h2>
   <h3>Lint Update Notice</h3>
   <p>This release brings some rustdoc improvements and no other visible API 
changes except that <code>rustc</code> and <code>clippy</code> will start 
reporting some more true-positive lints. For example builder methods defined 
via an impl block annotated with <code>#[bon]</code> will now be correctly 
reported as unused if they are not used. Also, using a private type in a public 
builder method will trigger a <code>private_interfaces</code> lint now.</p>
   <p>This is all thanks to the updated span handling design researched and 
implemented by <a 
href="https://github.com/Eisverygoodletter";><code>@​Eisverygoodletter</code></a>.
 It's not clear what other new lints the new span handling may trigger in other 
realworld codebases. If you see a lint from the code generated by 
<code>bon</code> that you think shouldn't be there, please, open an issue, and 
it'll be fixed as soon as possible!</p>
   <h3>Changed</h3>
   <ul>
   <li>Make rustdoc source links for the starting function reference original 
function (<a href="https://redirect.github.com/elastio/bon/pull/341";>#341</a>). 
Thanks <a 
href="https://github.com/Eisverygoodletter";><code>@​Eisverygoodletter</code></a>
 for the contribution!</li>
   <li>Make rustdoc source links for setters/getters reference original member 
(<a href="https://redirect.github.com/elastio/bon/pull/345";>#345</a>)</li>
   </ul>
   <h3>Internal</h3>
   <ul>
   <li>Regular maintenance (<a 
href="https://redirect.github.com/elastio/bon/pull/342";>#342</a>, <a 
href="https://redirect.github.com/elastio/bon/pull/343";>#343</a>, <a 
href="https://redirect.github.com/elastio/bon/pull/347";>#347</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/elastio/bon/commit/09b719a145e6fa44422a7dada0bacc3a81ec2289";><code>09b719a</code></a>
 Update changelog (<a 
href="https://redirect.github.com/elastio/bon/issues/348";>#348</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/40efe52e710cf55db527555d2bbb60100730001c";><code>40efe52</code></a>
 chore: release v3.8.0 (<a 
href="https://redirect.github.com/elastio/bon/issues/346";>#346</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/76a4e34031205f61c33662359068340440b75099";><code>76a4e34</code></a>
 Update dependencies (<a 
href="https://redirect.github.com/elastio/bon/issues/347";>#347</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/fcf99c120df0488a79a567c756d6383301ea2557";><code>fcf99c1</code></a>
 Make rustdoc source links for setters/getters/other_items reference original 
...</li>
   <li><a 
href="https://github.com/elastio/bon/commit/40042ef554c0b81e78267dd01d4bcb3025773131";><code>40042ef</code></a>
 Add some more assertions to eliminate dead code lints in tests (<a 
href="https://redirect.github.com/elastio/bon/issues/343";>#343</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/055d91b44739ba4f141e76bf8f798cd750500805";><code>055d91b</code></a>
 Preserve <code>fn</code> and <code>{}</code> for <code>start_fn</code> so that 
rustdoc generates correct links...</li>
   <li><a 
href="https://github.com/elastio/bon/commit/616c71801b4e8c0e319084ef7b7a57e816c09f54";><code>616c718</code></a>
 Fix msrv and unstable CI jobs (<a 
href="https://redirect.github.com/elastio/bon/issues/342";>#342</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/c0e4356d174faf108101fbb9141effbd06980ced";><code>c0e4356</code></a>
 Fix msrv tests for 1.61.0 (<a 
href="https://redirect.github.com/elastio/bon/issues/340";>#340</a>)</li>
   <li>See full diff in <a 
href="https://github.com/elastio/bon/compare/v3.7.2...v3.8.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `regex` from 1.11.2 to 1.11.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md";>regex's 
changelog</a>.</em></p>
   <blockquote>
   <h1>1.11.3 (2025-09-25)</h1>
   <p>This is a small patch release with an improvement in memory usage in some
   cases.</p>
   <p>Improvements:</p>
   <ul>
   <li>[BUG <a 
href="https://redirect.github.com/rust-lang/regex/issues/1297";>#1297</a>](<a 
href="https://redirect.github.com/rust-lang/regex/issues/1297";>rust-lang/regex#1297</a>):
   Improve memory usage by trimming excess memory capacity in some spots.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/regex/commit/ef1c2c309e3a2e2307ff4743c2cf68c7dec0c475";><code>ef1c2c3</code></a>
 1.11.3</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/ad5cd6c602c8a9ecdbd4b5f7cb1d29c49c15d297";><code>ad5cd6c</code></a>
 deps: bump regex-automata</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/ee69d9ebc43c8d79a2c1acd5ebd4c58cc88794f6";><code>ee69d9e</code></a>
 changelog: 1.11.3</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/159fa3e1e0984ade1edf4831b80c94cdf4b3ed9f";><code>159fa3e</code></a>
 regex-automata-0.4.11</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/02a62baf2ad3d033328036d6d7915ed4475f33fd";><code>02a62ba</code></a>
 automata: call <code>Vec::shrink_to_fit</code> in a few strategic places</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/a76e0a0ef050f987d686268f1783a95b6bb25ea9";><code>a76e0a0</code></a>
 cargo: exclude <code>tests/fuzz</code> from the package</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/19172cc2de09f1e1f093e1f3c9e4118e07b02030";><code>19172cc</code></a>
 style: inline formatting arguments</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/2695e29200d8145db6ae601b5e616494a2a96fcd";><code>2695e29</code></a>
 ci: fix cross testing</li>
   <li>See full diff in <a 
href="https://github.com/rust-lang/regex/compare/1.11.2...1.11.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde` from 1.0.226 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>
   </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.226...v1.0.228";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde_with` from 3.14.1 to 3.15.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jonasbb/serde_with/releases";>serde_with's 
releases</a>.</em></p>
   <blockquote>
   <h2>serde_with v3.15.0</h2>
   <h3>Added</h3>
   <ul>
   <li>
   <p>Added error inspection to <code>VecSkipError</code> and 
<code>MapSkipError</code> by <a 
href="https://github.com/michelhe";><code>@​michelhe</code></a> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/878";>#878</a>)
   This allows interacting with the previously hidden error, for example for 
logging.
   Checkout the newly added example to both types.</p>
   </li>
   <li>
   <p>Allow documenting the types generated by <code>serde_conv!</code>.
   The <code>serde_conv!</code> macro now acceps outer attributes before the 
optional visibility modifier.
   This allow adding doc comments in the shape of <code>#[doc = 
&quot;...&quot;]</code> or any other attributes, such as lint modifiers.</p>
   <pre lang="rust"><code>serde_conv!(
       #[doc = &quot;Serialize bools as string&quot;]
       #[allow(dead_code)]
       pub BoolAsString,
       bool,
       |x: &amp;bool| ::std::string::ToString::to_string(x),
       |x: ::std::string::String| x.parse()
   );
   </code></pre>
   </li>
   <li>
   <p>Add support for <code>hashbrown</code> v0.16 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/877";>#877</a>)</p>
   <p>This extends the existing support for <code>hashbrown</code> v0.14 and 
v0.15 to the newly released version.</p>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Bump MSRV to 1.76, since that is required for <code>toml</code> 
dev-dependency.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/ea38dce3a645abd507c39f9595c9f99574dcd024";><code>ea38dce</code></a>
 Bump version to 3.15.0 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/892";>#892</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/a3da8e643f0321661cd924af824a1db457ac060f";><code>a3da8e6</code></a>
 Bump version to 3.15.0</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/c36e692de36b319d181bf585ab78c424b47b127e";><code>c36e692</code></a>
 Bump dev-dependencies (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/891";>#891</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/ae8466dd31fc0d8931cce37dae95efdab175304a";><code>ae8466d</code></a>
 Bump dev-dependencies</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/f7337ff7ec3ba7477130e28dba220e3343f8b3bf";><code>f7337ff</code></a>
 Support <code>serde_core</code> and remove dependencies on 
<code>serde_derive</code> (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/889";>#889</a>)</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/c1d73b3c31837258d35d20612214725cb7388c85";><code>c1d73b3</code></a>
 Replace serde with serde_core in all files</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/320d292f23d1e90539596ddccd787b0dbadb58b8";><code>320d292</code></a>
 Remove dependency on serde_derive</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/dca6df80839da76d00820e5fa7f635a7692593f0";><code>dca6df8</code></a>
 Remove version-sync crate and reimplement needed functionality with regex 
and...</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/6c6e53f0b1efe7a46e8917443b6eb33ff8548ad0";><code>6c6e53f</code></a>
 Remove version-sync crate and reimplement needed functionality with regex 
and...</li>
   <li><a 
href="https://github.com/jonasbb/serde_with/commit/f64ea4035c87515e13ccf354ea6373a03cfb4966";><code>f64ea40</code></a>
 Add support for <code>hashbrown</code> v0.16 (<a 
href="https://redirect.github.com/jonasbb/serde_with/issues/888";>#888</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jonasbb/serde_with/compare/v3.14.1...v3.15.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `sysinfo` from 0.37.0 to 0.37.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md";>sysinfo's
 changelog</a>.</em></p>
   <blockquote>
   <h1>0.37.2</h1>
   <ul>
   <li>Improve documentation of <code>System::refresh_cpu_all</code> and of 
<code>System::refresh_cpu_specifics</code>.</li>
   <li>Android: Fix <code>System::uptime</code>.</li>
   <li>Linux: Correctly handled modified/removed <code>Process::exe</code> 
paths.</li>
   </ul>
   <h1>0.37.1</h1>
   <ul>
   <li>Fix <code>serde</code> serialization on <code>Process::name</code>.</li>
   <li>Linux: Fix <code>get_cpu_frequency</code> on 
<code>loongarch64</code>.</li>
   <li>Windows: Correctly handle invalid UTF-8 string in 
<code>Motherboard</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/067dd61372205880dda017c942fec0042421e45e";><code>067dd61</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1589";>#1589</a> 
from GuillaumeGomez/update</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/3ac7887a0b9b3357918fcf56dc91e183687a636b";><code>3ac7887</code></a>
 Update version to <code>0.37.2</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/326994014fb9edf225820be5e592db6a9879338e";><code>3269940</code></a>
 Update CHANGELOG for <code>0.37.2</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/80bcfb23e192d143c0d9b60fc55c9548e374e114";><code>80bcfb2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1588";>#1588</a> 
from GuillaumeGomez/doc</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/1c1978513ac18338890930831cb26e17477927f2";><code>1c19785</code></a>
 Improve documentation of <code>System::refresh_cpu_specifics</code></li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/90f9005242f67bc6a9ef4ea70726c7b2b29048e0";><code>90f9005</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1586";>#1586</a> 
from GuillaumeGomez/linux-exe-link</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/cd837f7ed1e2fc4272d712c88e7112d95ab507a3";><code>cd837f7</code></a>
 Linux: Correctly handle removed exe link paths</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/b5a341db46192a1d3ca8d2cdd5abf9622256ac77";><code>b5a341d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1583";>#1583</a> 
from GuillaumeGomez/uptime-android</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/b23eb6a9364476214d747d3c2a61219d08c9f654";><code>b23eb6a</code></a>
 Correctly get <code>uptime</code> information on Android</li>
   <li><a 
href="https://github.com/GuillaumeGomez/sysinfo/commit/cb150187f34cd0fab53f63b04e39603ea37a751e";><code>cb15018</code></a>
 Merge pull request <a 
href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1581";>#1581</a> 
from GuillaumeGomez/improve-docs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.37.0...v0.37.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `thiserror` from 2.0.16 to 2.0.17
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/thiserror/releases";>thiserror's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.0.17</h2>
   <ul>
   <li>Use differently named __private module per patch release (<a 
href="https://redirect.github.com/dtolnay/thiserror/issues/434";>#434</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/72ae716e6d6a7f7fdabdc394018c745b4d39ca45";><code>72ae716</code></a>
 Release 2.0.17</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/599fdce83aee7767eb87b5af7bb30c37f3ed61e5";><code>599fdce</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/thiserror/issues/434";>#434</a> from 
dtolnay/private</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/9ec05f6b38041bfe1ff5a274caec6e054a459aca";><code>9ec05f6</code></a>
 Use differently named __private module per patch release</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/d2c492b5498a0134abcc1677101bec876fe0621a";><code>d2c492b</code></a>
 Raise minimum tested compiler to rust 1.76</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/fc3ab9501d4f2b6df2d7e495dc1cb37ab6e68363";><code>fc3ab95</code></a>
 Opt in to generate-macro-expansion when building on docs.rs</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/819fe29dbb6e41bb937e3fef0469917d7c476c60";><code>819fe29</code></a>
 Update ui test suite to nightly-2025-09-12</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/259f48c549a2b49c00d2d58a204c1a3b4d2fb29a";><code>259f48c</code></a>
 Enforce trybuild &gt;= 1.0.108</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/470e6a681c073f12e29daf64dcec724bfd5871a9";><code>470e6a6</code></a>
 Update ui test suite to nightly-2025-08-24</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/544e191e6e7f2e7cc3ac34b77d9165c30d982463";><code>544e191</code></a>
 Update actions/checkout@v4 -&gt; v5</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/cbc1ebad3e91621ee0f94cf56d131f12fee62a3c";><code>cbc1eba</code></a>
 Delete duplicate cap-lints flag from build script</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/thiserror/compare/2.0.16...2.0.17";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tokio-rustls` from 0.26.3 to 0.26.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rustls/tokio-rustls/releases";>tokio-rustls's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.26.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add TLS certificate compression features by <a 
href="https://github.com/manifest";><code>@​manifest</code></a> in <a 
href="https://redirect.github.com/rustls/tokio-rustls/pull/130";>rustls/tokio-rustls#130</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rustls/tokio-rustls/commit/0c14e1496ef50adade4ac7c7d1f0270dfb3cdda5";><code>0c14e14</code></a>
 Bump version to 0.26.4</li>
   <li><a 
href="https://github.com/rustls/tokio-rustls/commit/9074308f0902fcaef5043fca931fd08939feee74";><code>9074308</code></a>
 Add TLS certificate compression features</li>
   <li><a 
href="https://github.com/rustls/tokio-rustls/commit/7ee318d6709ba2a9a1c19218170a3fb942755be0";><code>7ee318d</code></a>
 build(deps): bump seanmiddleditch/gha-setup-ninja from 4 to 6</li>
   <li><a 
href="https://github.com/rustls/tokio-rustls/commit/6f740df49585dad4b36d93c03d7cdac3345919c0";><code>6f740df</code></a>
 build(deps): bump rcgen from 0.14.4 to 0.14.5</li>
   <li><a 
href="https://github.com/rustls/tokio-rustls/commit/dc01fcd2b0f7b1fda5843d0cde3579dca7c73820";><code>dc01fcd</code></a>
 build(deps): bump actions/checkout from 3 to 5</li>
   <li><a 
href="https://github.com/rustls/tokio-rustls/commit/fb76ce36ffc6f62f8717edbff37291d7143d5852";><code>fb76ce3</code></a>
 Add Dependabot configuration</li>
   <li>See full diff in <a 
href="https://github.com/rustls/tokio-rustls/compare/v/0.26.3...v/0.26.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rmcp` from 0.6.4 to 0.8.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/modelcontextprotocol/rust-sdk/releases";>rmcp's 
releases</a>.</em></p>
   <blockquote>
   <h2>rmcp-macros-v0.8.0</h2>
   <h3>Fixed</h3>
   <ul>
   <li>generate default schema for tools with no params (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/446";>#446</a>)</li>
   </ul>
   <h2>rmcp-v0.8.0</h2>
   <h3>Added</h3>
   <ul>
   <li>allow clients to override client_name (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/469";>#469</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><em>(oauth)</em> support suffixed and preffixed well-knonw paths (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/459";>#459</a>)</li>
   <li>generate default schema for tools with no params (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/446";>#446</a>)</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>bump to rust 1.90.0 (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/453";>#453</a>)</li>
   </ul>
   <h2>rmcp-macros-v0.7.0</h2>
   <h3>Fixed</h3>
   <ul>
   <li><em>(macros)</em> support #[doc = include_str!(...)] for macros (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/444";>#444</a>)</li>
   <li><em>(clippy)</em> add doc comment for generated tool attr fn (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/439";>#439</a>)</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li><em>(root)</em> Add Terminator to Built with rmcp section (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/437";>#437</a>)</li>
   </ul>
   <h2>rmcp-v0.7.0</h2>
   <h3>Fixed</h3>
   <ul>
   <li>return auth errors (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/451";>#451</a>)</li>
   <li><em>(oauth)</em> do not treat empty secret as valid for public clients 
(<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/443";>#443</a>)</li>
   <li><em>(clippy)</em> add doc comment for generated tool attr fn (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/439";>#439</a>)</li>
   <li><em>(oauth)</em> require CSRF token as part of the OAuth authorization 
flow. (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/435";>#435</a>)</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li><em>(root)</em> Add Terminator to Built with rmcp section (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/437";>#437</a>)</li>
   <li>Non-empty paths in OAuth2 Authorization Server Metadata URLs (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/441";>#441</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/modelcontextprotocol/rust-sdk/commits/rmcp-v0.8.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `octocrab` from 0.45.0 to 0.46.0
   <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.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.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/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><a 
href="https://github.com/XAMPPRocky/octocrab/commit/ed51c79b77838e7b5355ab5a1f52ddac2a0a7ab2";><code>ed51c79</code></a>
 cargo clippy (<a 
href="https://redirect.github.com/XAMPPRocky/octocrab/issues/803";>#803</a>)</li>
   <li><a 
href="https://github.com/XAMPPRocky/octocrab/commit/c14cfa4f9a503cd5fb4ca3018f481889ea4bb40c";><code>c14cfa4</code></a>
 doc: fix doc url for ProjectHandler (<a 
href="https://redirect.github.com/XAMPPRocky/octocrab/issues/802";>#802</a>)</li>
   <li><a 
href="https://github.com/XAMPPRocky/octocrab/commit/0b57b291066aa2d45ad72c35f0cc0f351c5772ce";><code>0b57b29</code></a>
 fix!: make CommitAuthor email nullable (<a 
href="https://redirect.github.com/XAMPPRocky/octocrab/issues/799";>#799</a>)</li>
   <li>See full diff in <a 
href="https://github.com/XAMPPRocky/octocrab/compare/v0.45.0...v0.46.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rcgen` from 0.14.4 to 0.14.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rustls/rcgen/releases";>rcgen's releases</a>.</em></p>
   <blockquote>
   <h2>0.14.5</h2>
   <p>Implement SigningKey for <code>&amp;impl SigningKey</code> to make 
<code>Issuer</code> more broadly useful.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Forward signing and public key data through references by <a 
href="https://github.com/djc";><code>@​djc</code></a> in <a 
href="https://redirect.github.com/rustls/rcgen/pull/380";>rustls/rcgen#380</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rustls/rcgen/commit/957a3d80d90bac59123b664808a31727b2a8e767";><code>957a3d8</code></a>
 Bump rcgen version to 0.14.5</li>
   <li><a 
href="https://github.com/rustls/rcgen/commit/befba1fba89431f08cc18d08be1d206a8d4cde66";><code>befba1f</code></a>
 Forward signing and public key data through references</li>
   <li>See full diff in <a 
href="https://github.com/rustls/rcgen/compare/v0.14.4...v0.14.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `flatbuffers` from 25.2.10 to 25.9.23
   <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>FlatBuffers Version 25.9.23</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[Swift] Adds new API to reduce memory copying within swift by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8484";>google/flatbuffers#8484</a></li>
   <li>[C++] Fixes access to union members when generating code with options 
&quot;--cpp-field-case-style upper&quot; and &quot;--gen-object-api&quot; by <a 
href="https://github.com/Ailuridae";><code>@​Ailuridae</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8447";>google/flatbuffers#8447</a></li>
   <li>[C++] Fix dereference operator of VectorIterator to structures by <a 
href="https://github.com/admo";><code>@​admo</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8425";>google/flatbuffers#8425</a></li>
   <li>[TS] Enum value default null by <a 
href="https://github.com/bjornharrtell";><code>@​bjornharrtell</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8619";>google/flatbuffers#8619</a></li>
   <li>[Swift] Flexbuffers native swift port by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8577";>google/flatbuffers#8577</a></li>
   <li>[TS] Upgrade deps by <a 
href="https://github.com/bjornharrtell";><code>@​bjornharrtell</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8620";>google/flatbuffers#8620</a></li>
   <li>Avoid outputting Python files for already generated types by <a 
href="https://github.com/akb825";><code>@​akb825</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8500";>google/flatbuffers#8500</a></li>
   <li>Bugfix: grpc python code generation location and file suffix by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8359";>google/flatbuffers#8359</a></li>
   <li>Decode bytes to strings in Python Object API by <a 
href="https://github.com/sethraymond";><code>@​sethraymond</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8551";>google/flatbuffers#8551</a></li>
   <li>[Swift] Adds windows support by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8622";>google/flatbuffers#8622</a></li>
   <li>[TS] Fix relative paths for exports by <a 
href="https://github.com/trumully";><code>@​trumully</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8517";>google/flatbuffers#8517</a></li>
   <li>[CI] Moves swift actions to use next by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8632";>google/flatbuffers#8632</a></li>
   <li>Bugfix/new decode flag by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8634";>google/flatbuffers#8634</a></li>
   <li>Use correct default type for str by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8623";>google/flatbuffers#8623</a></li>
   <li>Fixed typo in quick_start.md by <a 
href="https://github.com/Dylan-Gallagher";><code>@​Dylan-Gallagher</code></a> in 
<a 
href="https://redirect.github.com/google/flatbuffers/pull/8592";>google/flatbuffers#8592</a></li>
   <li>Fix typo in code comment by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8549";>google/flatbuffers#8549</a></li>
   <li>Update README logo path by <a 
href="https://github.com/gio3k";><code>@​gio3k</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8602";>google/flatbuffers#8602</a></li>
   <li>[Python] Avoid include own type by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8625";>google/flatbuffers#8625</a></li>
   <li>[Swift] Fixes inlining &amp; module importing by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8637";>google/flatbuffers#8637</a></li>
   <li>Fix Enum type definition by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8624";>google/flatbuffers#8624</a></li>
   <li>Fix JavaScript typo in mkdocs.yml by <a 
href="https://github.com/luksab";><code>@​luksab</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8515";>google/flatbuffers#8515</a></li>
   <li>[Python] Avoid double flatbuffers include in pyi files by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8626";>google/flatbuffers#8626</a></li>
   <li>doc: PHP fread typo by <a 
href="https://github.com/rogeriolino";><code>@​rogeriolino</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8566";>google/flatbuffers#8566</a></li>
   <li>[Swift] Allows keepingCapacity for the underlying memory by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8643";>google/flatbuffers#8643</a></li>
   <li>[Python] Enhance object API <code>__init__</code> with typed keyword 
arguments by <a 
href="https://github.com/crackcomm";><code>@​crackcomm</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8615";>google/flatbuffers#8615</a></li>
   <li>Fix start page: Backwards and Forwards Compatibility by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8645";>google/flatbuffers#8645</a></li>
   <li>Support Rust edition 2024 by <a 
href="https://github.com/aleb";><code>@​aleb</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8638";>google/flatbuffers#8638</a></li>
   <li>Bugfix <strong>eq</strong> for numpy data types by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8646";>google/flatbuffers#8646</a></li>
   <li>[Swift] Moves capacity from storage to struct by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8650";>google/flatbuffers#8650</a></li>
   <li>[Swift] Fixes load from misaligned raw pointer by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8649";>google/flatbuffers#8649</a></li>
   <li>Fix native_type non-native_inline fields, add tests by <a 
href="https://github.com/souryavarenya";><code>@​souryavarenya</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8655";>google/flatbuffers#8655</a></li>
   <li>Remove stray required in docs by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8663";>google/flatbuffers#8663</a></li>
   <li>Doc fix verifier example code for cpp by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8664";>google/flatbuffers#8664</a></li>
   <li>docs: fix broken link in readme by <a 
href="https://github.com/Nugine";><code>@​Nugine</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8656";>google/flatbuffers#8656</a></li>
   <li>Fix small typo in word JavaScript (JavasScript -&gt; JavaScript) by <a 
href="https://github.com/isaiahpettingill";><code>@​isaiahpettingill</code></a> 
in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8530";>google/flatbuffers#8530</a></li>
   <li>Add Rust reflection documentation by <a 
href="https://github.com/candysonya";><code>@​candysonya</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8536";>google/flatbuffers#8536</a></li>
   <li>CMakeLists: include(CheckSymbolExists) so check_symbol_exists() will 
work by <a href="https://github.com/vzjc";><code>@​vzjc</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8580";>google/flatbuffers#8580</a></li>
   <li>Fix: Actually call ValidateOptions by <a 
href="https://github.com/thejtshow";><code>@​thejtshow</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8665";>google/flatbuffers#8665</a></li>
   <li>Update TS codegen - change <code>getFullyQualifiedName</code> return 
type from string to string literal by <a 
href="https://github.com/rametta";><code>@​rametta</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8421";>google/flatbuffers#8421</a></li>
   <li>[CI] Fixes swift tests on windows by <a 
href="https://github.com/mustiikhalil";><code>@​mustiikhalil</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8685";>google/flatbuffers#8685</a></li>
   <li>fix(go/grpc): avoid panic on short FlatBuffers input by <a 
href="https://github.com/thevilledev";><code>@​thevilledev</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8684";>google/flatbuffers#8684</a></li>
   <li>Bugfix: grpc supress incorrect warning by <a 
href="https://github.com/fliiiix";><code>@​fliiiix</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8669";>google/flatbuffers#8669</a></li>
   <li>gRPC callbackService support added by <a 
href="https://github.com/shankeleven";><code>@​shankeleven</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8666";>google/flatbuffers#8666</a></li>
   <li>[C#] Fix union verifier by <a 
href="https://github.com/TorsteinTenstadNorsonic";><code>@​TorsteinTenstadNorsonic</code></a>
 in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8593";>google/flatbuffers#8593</a></li>
   <li>Add bounds checking to a C# method where it was missing by <a 
href="https://github.com/CurtHagenlocher";><code>@​CurtHagenlocher</code></a> in 
<a 
href="https://redirect.github.com/google/flatbuffers/pull/8673";>google/flatbuffers#8673</a></li>
   <li>[C#] Improve Span&lt;&gt; utilization by <a 
href="https://github.com/bigjt-dev";><code>@​bigjt-dev</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8588";>google/flatbuffers#8588</a></li>
   <li>[C#] Added ToSizedArrayPadded(int padLeft, int padRight) to ByteBuffers 
to avoid unnecessary copying. by <a 
href="https://github.com/petersvp";><code>@​petersvp</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8658";>google/flatbuffers#8658</a></li>
   <li>fix(idl_gen_ts): bool to number conversion in mutable API (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8676";>#8676</a>) by 
<a href="https://github.com/nurbo";><code>@​nurbo</code></a> in <a 
href="https://redirect.github.com/google/flatbuffers/pull/8677";>google/flatbuffers#8677</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.9.23] (September 23 2025)(<a 
href="https://github.com/google/flatbuffers/releases/tag/v25.9.23";>https://github.com/google/flatbuffers/releases/tag/v25.9.23</a>)</h2>
   <ul>
   <li>flatc: <code>--grpc-callback-api</code> flag generates C++ gRPC Callback 
API server <code>CallbackService</code> skeletons AND client native 
callback/async stubs (unary + all streaming reactor forms) (opt-in, 
non-breaking, issue <a 
href="https://redirect.github.com/google/flatbuffers/issues/8596";>#8596</a>).</li>
   <li>Swift - Adds new API to reduce memory copying within swift (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8484";>#8484</a>)</li>
   <li>Rust - Support Rust edition 2024 (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8638";>#8638</a>)</li>
   </ul>
   <h1>[:C++] - Use the Google Style for clang-format without exceptions (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8706";>#8706</a>)</h1>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/google/flatbuffers/commit/187240970746d00bbd26b0f5873ed54d2477f9f3";><code>1872409</code></a>
 FlatBuffers Version 25.9.23 (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8708";>#8708</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/c427e1a65d0eca76a0f2e131d689c2edf51a4aa3";><code>c427e1a</code></a>
 Bump the npm_and_yarn group across 1 directory with 2 updates (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8704";>#8704</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/caf3b494dbadbbe501ef8fbc1eee8cc4e0152456";><code>caf3b49</code></a>
 bulk code format fix (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8707";>#8707</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/0e047869daf1e711f93722470c4a23f1f33a560d";><code>0e04786</code></a>
 Use the Google Style for clang-format without exceptions (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8706";>#8706</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/881eaab706a35f8644091f781992699db18167dc";><code>881eaab</code></a>
 Revert back to use the latest from the swiftly ci (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/48eccb83dbd10168ea8bfbace3aaafcfdee67447";><code>48eccb8</code></a>
 fix(idl_gen_ts): bool to number conversion in mutable API (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8677";>#8677</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/3c0511fa6af1e4f091101cc9eb034471b29783f8";><code>3c0511f</code></a>
 [C#] Added ToSizedArrayPadded(int padLeft, int padRight) to ByteBuffers to 
av...</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/82396fa0fe9a61e7a30bdd008e180d56f5e49ebf";><code>82396fa</code></a>
 [C#] Improve Span&lt;&gt; utilization (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8588";>#8588</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/a6b337f8031f14e0d69e2eeb7f4e0aaf1d06a776";><code>a6b337f</code></a>
 Add bounds checking to a method where it was missing (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8673";>#8673</a>)</li>
   <li><a 
href="https://github.com/google/flatbuffers/commit/35230bd70c25f0c0a39ade8135ceee80418815bf";><code>35230bd</code></a>
 [C#] Fix union verifier (<a 
href="https://redirect.github.com/google/flatbuffers/issues/8593";>#8593</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/google/flatbuffers/compare/v25.2.10...v25.9.23";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `libc` from 0.2.175 to 0.2.176
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/libc/releases";>libc's releases</a>.</em></p>
   <blockquote>
   <h2>0.2.176</h2>
   <h3>Support</h3>
   <ul>
   <li>The default FreeBSD version has been raised from 11 to 12. This matches 
<code>rustc</code> since 1.78. (<a 
href="https://redirect.github.com/rust-lang/libc/pull/2406";>#2406</a>)</li>
   <li><code>Debug</code> is now always implemented, rather than being gated 
behind the <code>extra_traits</code> feature. (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4624";>#4624</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>AIX: Restore some non-POSIX functions guarded by the 
<code>_KERNEL</code> macro. (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4607";>#4607</a>)</li>
   <li>FreeBSD 14: Add <code>st_fileref</code> to <code>struct stat</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4642";>#4642</a>)</li>
   <li>Haiku: Add the <code>accept4</code> POSIX call (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4586";>#4586</a>)</li>
   <li>Introduce a wrapper for representing padding (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4632";>#4632</a>)</li>
   <li>Linux: Add <code>EM_RISCV</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4659";>#4659</a>)</li>
   <li>Linux: Add <code>MS_NOSYMFOLLOW</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4389";>#4389</a>)</li>
   <li>Linux: Add <code>backtrace_symbols(_fd)</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4668";>#4668</a>)</li>
   <li>Linux: Add missing <code>SOL_PACKET</code> optnames (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4669";>#4669</a>)</li>
   <li>Musl s390x: Add <code>SYS_mseal</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4549";>#4549</a>)</li>
   <li>NuttX: Add <code>__errno</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4687";>#4687</a>)</li>
   <li>Redox: Add <code>dirfd</code>, <code>VDISABLE</code>, and resource 
consts (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4660";>#4660</a>)</li>
   <li>Redox: Add more <code>resource.h</code>, <code>fcntl.h</code> constants 
(<a href="https://redirect.github.com/rust-lang/libc/pull/4666";>#4666</a>)</li>
   <li>Redox: Enable <code>strftime</code> and <code>mkostemp[s]</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4629";>#4629</a>)</li>
   <li>Unix, Windows: Add <code>qsort_r</code> (Unix), and 
<code>qsort(_s)</code> (Windows) (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4677";>#4677</a>)</li>
   <li>Unix: Add <code>dlvsym</code> for Linux-gnu, FreeBSD, and NetBSD (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4671";>#4671</a>)</li>
   <li>Unix: Add <code>sigqueue</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4620";>#4620</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>FreeBSD 15: Mark <code>kinfo_proc</code> as non-exhaustive (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4553";>#4553</a>)</li>
   <li>FreeBSD: Set the ELF symbol version for <code>readdir_r</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4694";>#4694</a>)</li>
   <li>Linux: Correct the config for whether or not <code>epoll_event</code> is 
packed (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4639";>#4639</a>)</li>
   <li>Tests: Replace the old <code>ctest</code> with the much more reliable 
new implementation (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4655";>#4655</a> and many 
related PRs)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>AIX: Fix the type of the 4th arguement of <code>getgrnam_r</code> 
([#4656](<a 
href="https://redirect.github.com/rust-lang/libc/pull/4656";>rust-lang/libc#4656</a></li>
   <li>FreeBSD: Limit <code>P_IDLEPROC</code> to FreeBSD 15 (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4640";>#4640</a>)</li>
   <li>FreeBSD: Limit <code>mcontext_t::mc_tlsbase</code> to FreeBSD 15 (<a 
href="https://redirect.github.com/rust-lang/libc/pull/464";>#4640</a>)</li>
   <li>FreeBSD: Update gating of <code>mcontext_t.mc_tlsbase</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4703";>#4703</a>)</li>
   <li>Musl s390x: Correct the definition of <code>statfs[64]</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4549";>#4549</a>)</li>
   <li>Musl s390x: Make <code>fpreg_t</code> a union (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4549";>#4549</a>)</li>
   <li>Redox: Fix the types of <code>gid_t</code> and <code>uid_t</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4689";>#4689</a>)</li>
   <li>Redox: Fix the value of <code>MAP_FIXED</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4684";>#4684</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>Apple: Correct the <code>deprecated</code> attribute for 
<code>iconv</code> (<a 
href="https://github.com/rust-lang/libc/commit/a97a0b53fb7faf5f99cd720ab12b1b8a5bf9f950";><code>a97a0b53</code></a>)</li>
   <li>FreeBSD: Deprecate <code>TIOCMGDTRWAIT</code> and 
<code>TIOCMSDTRWAIT</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4685";>#4685</a>)</li>
   </ul>
   <h3>Removed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md";>libc's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/rust-lang/libc/compare/0.2.175...0.2.176";>0.2.176</a> 
- 2025-09-23</h2>
   <h3>Support</h3>
   <ul>
   <li>The default FreeBSD version has been raised from 11 to 12. This matches 
<code>rustc</code> since 1.78. (<a 
href="https://redirect.github.com/rust-lang/libc/pull/2406";>#2406</a>)</li>
   <li><code>Debug</code> is now always implemented, rather than being gated 
behind the <code>extra_traits</code> feature. (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4624";>#4624</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>AIX: Restore some non-POSIX functions guarded by the 
<code>_KERNEL</code> macro. (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4607";>#4607</a>)</li>
   <li>FreeBSD 14: Add <code>st_fileref</code> to <code>struct stat</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4642";>#4642</a>)</li>
   <li>Haiku: Add the <code>accept4</code> POSIX call (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4586";>#4586</a>)</li>
   <li>Introduce a wrapper for representing padding (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4632";>#4632</a>)</li>
   <li>Linux: Add <code>EM_RISCV</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4659";>#4659</a>)</li>
   <li>Linux: Add <code>MS_NOSYMFOLLOW</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4389";>#4389</a>)</li>
   <li>Linux: Add <code>backtrace_symbols(_fd)</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4668";>#4668</a>)</li>
   <li>Linux: Add missing <code>SOL_PACKET</code> optnames (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4669";>#4669</a>)</li>
   <li>Musl s390x: Add <code>SYS_mseal</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4549";>#4549</a>)</li>
   <li>NuttX: Add <code>__errno</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4687";>#4687</a>)</li>
   <li>Redox: Add <code>dirfd</code>, <code>VDISABLE</code>, and resource 
consts (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4660";>#4660</a>)</li>
   <li>Redox: Add more <code>resource.h</code>, <code>fcntl.h</code> constants 
(<a href="https://redirect.github.com/rust-lang/libc/pull/4666";>#4666</a>)</li>
   <li>Redox: Enable <code>strftime</code> and <code>mkostemp[s]</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4629";>#4629</a>)</li>
   <li>Unix, Windows: Add <code>qsort_r</code> (Unix), and 
<code>qsort(_s)</code> (Windows) (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4677";>#4677</a>)</li>
   <li>Unix: Add <code>dlvsym</code> for Linux-gnu, FreeBSD, and NetBSD (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4671";>#4671</a>)</li>
   <li>Unix: Add <code>sigqueue</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4620";>#4620</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>FreeBSD 15: Mark <code>kinfo_proc</code> as non-exhaustive (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4553";>#4553</a>)</li>
   <li>FreeBSD: Set the ELF symbol version for <code>readdir_r</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4694";>#4694</a>)</li>
   <li>Linux: Correct the config for whether or not <code>epoll_event</code> is 
packed (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4639";>#4639</a>)</li>
   <li>Tests: Replace the old <code>ctest</code> with the much more reliable 
new implementation (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4655";>#4655</a> and many 
related PRs)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>AIX: Fix the type of the 4th arguement of <code>getgrnam_r</code> 
([#4656](<a 
href="https://redirect.github.com/rust-lang/libc/pull/4656";>rust-lang/libc#4656</a></li>
   <li>FreeBSD: Limit <code>P_IDLEPROC</code> to FreeBSD 15 (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4640";>#4640</a>)</li>
   <li>FreeBSD: Limit <code>mcontext_t::mc_tlsbase</code> to FreeBSD 15 (<a 
href="https://redirect.github.com/rust-lang/libc/pull/464";>#4640</a>)</li>
   <li>FreeBSD: Update gating of <code>mcontext_t.mc_tlsbase</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4703";>#4703</a>)</li>
   <li>Musl s390x: Correct the definition of <code>statfs[64]</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4549";>#4549</a>)</li>
   <li>Musl s390x: Make <code>fpreg_t</code> a union (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4549";>#4549</a>)</li>
   <li>Redox: Fix the types of <code>gid_t</code> and <code>uid_t</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4689";>#4689</a>)</li>
   <li>Redox: Fix the value of <code>MAP_FIXED</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4684";>#4684</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>Apple: Correct the <code>deprecated</code> attribute for 
<code>iconv</code> (<a 
href="https://github.com/rust-lang/libc/commit/a97a0b53fb7faf5f99cd720ab12b1b8a5bf9f950";><code>a97a0b53</code></a>)</li>
   <li>FreeBSD: Deprecate <code>TIOCMGDTRWAIT</code> and 
<code>TIOCMSDTRWAIT</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/4685";>#4685</a>)</li>
   </ul>
   <h3>Removed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/libc/commit/15e1389ae87935c9c08f4449a73c7b979cded21a";><code>15e1389</code></a>
 chore: Release libc 0.2.176</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/6ca5571adf03942f4b2c270255f7b8821b9189fc";><code>6ca5571</code></a>
 Warn on missing debug implementations</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/e653c54b2dce07ac385d893c535ebede9eac1472";><code>e653c54</code></a>
 cleanup: Remove the <code>const_fn!</code> macro</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/e447441a8c3bc9ab195a945c2e8db369987621d1";><code>e447441</code></a>
 cleanup: Simplify the syntax of <code>f!</code> and similar macros</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/776a61416e86f91eb78a1d3d4a379989a1d46edd";><code>776a614</code></a>
 cleanup: Use <code>target_vendor = &quot;apple&quot;</code></li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/d32f60d67098749a271c737eb85d627875ff7cd8";><code>d32f60d</code></a>
 doc: Remove an unneeded link to the old ctest repo</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/8c8584b7b12e1bd67353e5f6d5a8de9ebe6e1e4c";><code>8c8584b</code></a>
 Resolve a ctest FIXME regarding use of <code>size_of</code> in array 
lengths</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/09c8436f5a5563e33276c4a8490686b1adfa379b";><code>09c8436</code></a>
 Remove the <code>libc_ctest</code> feature</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/fd3ffe46a5c2a170ce457af10260be8352e12ef0";><code>fd3ffe4</code></a>
 Remove <code>libc_const_extern_fn</code></li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/9b77a49ecd2cb15807b18da4c4be808df4a47321";><code>9b77a49</code></a>
 Add a note about why <code>Padding</code> requires <code>T: Copy</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/libc/compare/0.2.175...0.2.176";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `moka` from 0.12.10 to 0.12.11
   <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.11</h2>
   <h3>Added</h3>
   <ul>
   <li>Support <code>Equivalent</code> trait for the key type <code>K</code> of 
the caches.
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/492";>#492</a>[gh-pull-0492])</li>
   <li>Added the <code>jittered_expiry_policy</code> example (<a 
href="https://redirect.github.com/moka-rs/moka/issues/489";>#489</a>[gh-pull-0489]).</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Adjusted license expression: some code is Apache-2.0 only (<a 
href="https://redirect.github.com/moka-rs/moka/issues/529";>#529</a>[gh-pull-0529],
 by
   [<a 
href="https://github.com/musicinmybrain";><code>@​musicinmybrain</code></a>][gh-musicinmybrain]).
   <ul>
   <li>The license expression in <code>Cargo.toml</code> was changed from
   <code>MIT OR Apache-2.0</code> to <code>(MIT OR Apache-2.0) AND 
Apache-2.0</code>.</li>
   <li>See the <a 
href="https://github.com/moka-rs/moka/blob/main/README.md#license";>license 
section</a> of the README for details.</li>
   </ul>
   </li>
   <li>Upgrading a crate in the dependencies:
   <ul>
   <li>Raised the minimum version of <code>crossbeam-channel</code> crate from 
<code>v0.5.5</code> to
   <code>v0.5.15</code> to avoid the following issue (<a 
href="https://redirect.github.com/moka-rs/moka/issues/514";>#514</a>[gh-pull-0514],
   by [karankurbur][gh-karankurbur]).
   <ul>
   <li>[RUSTSEC-2025-0024] crossbeam-channel: double free on Drop</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>Moving a crate from the dependencies to the dev-dependencies:
   <ul>
   <li>Switched <code>loom</code> crate to a dev-dependency
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/509";>#509</a>[gh-pull-0509],
 by [thomaseizinger][gh-thomaseizinger]).</li>
   </ul>
   </li>
   <li>Updating a crate in the dev-dependencies:
   <ul>
   <li>Upgraded <code>reqwest</code> crate in the dev-dependencies from 
<code>v0.11</code> to <code>v0.12</code>
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/531";>#531</a>[gh-pull-0531],
 by [musicinmybrain][gh-musicinmybrain]).</li>
   </ul>
   </li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Removing a crate from the dependencies:
   <ul>
   <li>Removed <code>thiserror</code> crate by manually implementing 
<code>std::error::Error</code> for
   <code>moka::PredicateError</code> (<a 
href="https://redirect.github.com/moka-rs/moka/issues/512";>#512</a>[gh-pull-0512],
 by [<a 
href="https://github.com/brownjohnf";><code>@​brownjohnf</code></a>][gh-brownjohnf]).</li>
   </ul>
   </li>
   <li>Removing crates from the dev-dependencies:
   <ul>
   <li>Removed unmaintained <code>paste</code> crate from the dev-dependencies 
(<a 
href="https://redirect.github.com/moka-rs/moka/issues/504";>#504</a>[gh-pull-0504]).
   <ul>
   <li>[RUSTSEC-2024-0436] paste - no longer maintained</li>
   </ul>
   </li>
   <li>Removed discontinued <code>async-std</code> crate from the 
dev-dependencies (<a 
href="https://redirect.github.com/moka-rs/moka/issues/534";>#534</a>[gh-pull-0534]).
   <ul>
   <li>[RUSTSEC-2025-0052] async-std has been discontinued</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>Removed clippy ignore <code>non_send_fields_in_send_ty</code> that no 
longer applies
   (<a 
href="https://redirect.github.com/moka-rs/moka/issues/505";>#505</a>[gh-pull-0505],
 by [<a 
href="https://github.com/qti3e";><code>@​qti3e</code></a>][gh-qti3e]).</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Remove redundant word in source code comment (<a 
href="https://redirect.github.com/moka-rs/moka/issues/532";>#532</a>[gh-pull-0532],
   by [<a 
href="https://github.com/quantpoet";><code>@​quantpoet</code></a>][gh-quantpoet]).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/moka-rs/moka/commit/9f166f2a12f9cc14e536ce77920c9d72e01bcdff";><code>9f166f2</code></a>
 Merge pull request <a href="https://red...
   
   _Description has been truncated_


-- 
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]

Reply via email to