dependabot[bot] opened a new pull request, #2261: URL: https://github.com/apache/iggy/pull/2261
Bumps the minor-and-patch group with 26 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.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.49` | | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.12.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.12.24` | | [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` | | [toml](https://github.com/toml-rs/toml) | `0.9.7` | `0.9.8` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.2` | `1.0.3` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.6.4` | `0.8.1` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.45.0` | `0.47.0` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.58` | `4.5.59` | | [rcgen](https://github.com/rustls/rcgen) | `0.14.4` | `0.14.5` | | [flatbuffers](https://github.com/google/flatbuffers) | `25.2.10` | `25.9.23` | | [ctor](https://github.com/mmastrac/rust-ctor) | `0.5.0` | `0.6.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.177` | | [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.1 <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.1</h2> <h3>Fixed</h3> <ul> <li>Fix <code>clippy::wrong_self_convention</code> warning for fields with <code>is_</code> prefix etc. (<a href="https://redirect.github.com/elastio/bon/pull/349">#349</a>). Thanks <a href="https://github.com/nicmue"><code>@nicmue</code></a> for the contribution!</li> </ul> <h3>Internal</h3> <ul> <li>Add a regression test for <code>clippy::wrong_self_convention</code> (<a href="https://redirect.github.com/elastio/bon/pull/350">#350</a>)</li> </ul> <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/b1d7dde084941bd194ef9b37fb6e54e50204c18f"><code>b1d7dde</code></a> chore: release v3.8.1 (<a href="https://redirect.github.com/elastio/bon/issues/351">#351</a>)</li> <li><a href="https://github.com/elastio/bon/commit/5999774833c045282027d164e047a2234e2740b7"><code>5999774</code></a> Add a regression test for <code>clippy::wrong_self_convention</code> (<a href="https://redirect.github.com/elastio/bon/issues/350">#350</a>)</li> <li><a href="https://github.com/elastio/bon/commit/ed84aa0b3e2e46dc784d3d36c557486eb5bbb50d"><code>ed84aa0</code></a> fix: <code>clippy::wrong_self_convention</code> warning for fields with <code>is_</code> prefix etc...</li> <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>Additional commits viewable in <a href="https://github.com/elastio/bon/compare/v3.7.2...v3.8.1">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.48 to 4.5.49 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.49] - 2025-10-13</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Correctly wrap when ANSI escape codes are present</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6abe2f8c61e31d8d43fee42c18414926c60893be"><code>6abe2f8</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/d5c74542ce628b57424caec88efee1a231c436a0"><code>d5c7454</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/5b2e960267b94d4811c9c3b99c62899a87505413"><code>5b2e960</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5985">#5985</a> from mernen/bash-cur</li> <li><a href="https://github.com/clap-rs/clap/commit/e426f4ee7a467321a57c9a557b4378f375a9148e"><code>e426f4e</code></a> fix(complete): Improve handling of current word in Bash</li> <li><a href="https://github.com/clap-rs/clap/commit/d5229218e8e6c2878f3acd6143140f6912e4ce41"><code>d522921</code></a> test(complete): Demonstrate current behavior</li> <li><a href="https://github.com/clap-rs/clap/commit/74072bab6f817f87dd5c28ce2b7bcb074b2dd145"><code>74072ba</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/clap-rs/clap/issues/5983">#5983</a>)</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.48...clap_complete-v4.5.49">compare view</a></li> </ul> </details> <br /> Updates `regex` from 1.11.2 to 1.12.2 <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.12.2 (2025-10-13)</h1> <p>This release fixes a <code>cargo doc</code> breakage on nightly when <code>--cfg docsrs</code> is enabled. This caused documentation to fail to build on docs.rs.</p> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1305">#1305</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1305">rust-lang/regex#1305</a>): Switches the <code>doc_auto_cfg</code> feature to <code>doc_cfg</code> on nightly for docs.rs builds.</li> </ul> <h1>1.12.1 (2025-10-10)</h1> <p>This release makes a bug fix in the new <code>regex::Captures::get_match</code> API introduced in <code>1.12.0</code>. There was an oversight with the lifetime parameter for the <code>Match</code> returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the <code>1.12.0</code> release, I think this is fine.</p> <h1>1.12.0 (2025-10-10)</h1> <p>This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new <code>regex::Captures::get_match</code> API.</p> <p>Improvements:</p> <ul> <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/1146">#1146</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1146">rust-lang/regex#1146</a>): Add <code>Capture::get_match</code> for returning the overall match without <code>unwrap()</code>.</li> </ul> <p>Bug fixes:</p> <ul> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1083">#1083</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1083">rust-lang/regex#1083</a>): Fixes a panic in the lazy DFA (can only occur for especially large regexes).</li> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1116">#1116</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1116">rust-lang/regex#1116</a>): Fixes a memory usage regression for large regexes (introduced in <code>regex 1.9</code>).</li> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1195">#1195</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/1195">rust-lang/regex#1195</a>): Fix universal start states in sparse DFA.</li> <li>[BUG <a href="https://redirect.github.com/rust-lang/regex/issues/1295">#1295</a>](<a href="https://redirect.github.com/rust-lang/regex/pull/1295">rust-lang/regex#1295</a>): Fixes a panic when deserializing a corrupted dense DFA.</li> <li><a href="https://github.com/rust-lang/regex/commit/8f5d9479d0f1da5726488a530d7fd66a73d05b80">BUG 8f5d9479</a>: Make <code>regex_automata::meta::Regex::find</code> consistently return <code>None</code> when <code>WhichCaptures::None</code> is used.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/regex/commit/5ea3eb1e95f0338e283f5f0b4681f0891a1cd836"><code>5ea3eb1</code></a> 1.12.2</li> <li><a href="https://github.com/rust-lang/regex/commit/ab0b07171b82d1d4fdc8359505d12b2e818514d4"><code>ab0b071</code></a> regex-automata-0.4.13</li> <li><a href="https://github.com/rust-lang/regex/commit/691d51457db276bbdf9ca3de2cafe285c662c59f"><code>691d514</code></a> regex-syntax-0.8.8</li> <li><a href="https://github.com/rust-lang/regex/commit/1dd90777791dbc6bbf389157d05ac8176c6ad051"><code>1dd9077</code></a> docs: swap <code>doc_auto_cfg</code> with <code>doc_cfg</code></li> <li><a href="https://github.com/rust-lang/regex/commit/0089034cb37b0bf3785f2e0211f7eca74033f4d1"><code>0089034</code></a> regex-cli-0.2.3</li> <li><a href="https://github.com/rust-lang/regex/commit/140f8949da3f575490bac80ff23dfc29458b82c7"><code>140f894</code></a> regex-lite-0.1.8</li> <li><a href="https://github.com/rust-lang/regex/commit/27d6d65263cb80266a62e3189408a44f201a0975"><code>27d6d65</code></a> 1.12.1</li> <li><a href="https://github.com/rust-lang/regex/commit/85398ad5002048bbeaa90f1fe37fbb31df2bc0d6"><code>85398ad</code></a> changelog: 1.12.1</li> <li><a href="https://github.com/rust-lang/regex/commit/764efbd305d3a7b817ec8892ff0a656ec657d660"><code>764efbd</code></a> api: tweak the lifetime of <code>Captures::get_match</code></li> <li><a href="https://github.com/rust-lang/regex/commit/ee6aa55e01786e4d2c11eb1be805835bbb3bfa99"><code>ee6aa55</code></a> rure-0.2.4</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/regex/compare/1.11.2...1.12.2">compare view</a></li> </ul> </details> <br /> Updates `reqwest` from 0.12.23 to 0.12.24 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> <blockquote> <h2>v0.12.24</h2> <h2>Highlights</h2> <ul> <li>Refactor cookie handling to an internal middleware.</li> <li>Refactor internal random generator.</li> <li>Refactor base64 encoding to reduce a copy.</li> <li>Documentation updates.</li> </ul> <h2>What's Changed</h2> <ul> <li>build(deps): silence unused deps in WASM build by <a href="https://github.com/0x676e67"><code>@0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2799">seanmonstar/reqwest#2799</a></li> <li>perf(util): avoid extra copy when base64 encoding by <a href="https://github.com/0x676e67"><code>@0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2805">seanmonstar/reqwest#2805</a></li> <li>docs: fix method name in changelog entry by <a href="https://github.com/johannespfrang"><code>@johannespfrang</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2807">seanmonstar/reqwest#2807</a></li> <li>chore: Align the name usage of TotalTimeout by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2657">seanmonstar/reqwest#2657</a></li> <li>refactor(cookie): add <code>CookieService</code> by <a href="https://github.com/linyihai"><code>@linyihai</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2787">seanmonstar/reqwest#2787</a></li> <li>Fixes typo in retry max_retries_per_request doc comment re 2813 by <a href="https://github.com/dmackinn"><code>@dmackinn</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2824">seanmonstar/reqwest#2824</a></li> <li>test(multipart): fix build failure with <code>no-default-features</code> by <a href="https://github.com/0x676e67"><code>@0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2801">seanmonstar/reqwest#2801</a></li> <li>refactor(cookie): avoid duplicate cookie insertion by <a href="https://github.com/0x676e67"><code>@0x676e67</code></a> in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2834">seanmonstar/reqwest#2834</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/johannespfrang"><code>@johannespfrang</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2807">seanmonstar/reqwest#2807</a></li> <li><a href="https://github.com/dmackinn"><code>@dmackinn</code></a> made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/2824">seanmonstar/reqwest#2824</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24">https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> <blockquote> <h2>v0.12.24</h2> <ul> <li>Refactor cookie handling to an internal middleware.</li> <li>Refactor internal random generator.</li> <li>Refactor base64 encoding to reduce a copy.</li> <li>Documentation updates.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/reqwest/commit/b126ca49da7897e5d676639cdbf67a0f6838b586"><code>b126ca4</code></a> v0.12.24</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/40234930965e692c260f82c5d97edb5348cdbd1e"><code>4023493</code></a> refactor: change fast_random from xorshift to siphash a counter</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/fd61bc93e6f936454ce0b978c6f282f06eee9287"><code>fd61bc9</code></a> refactor(cookie): avoid duplicate cookie insertion (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2834">#2834</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/0bfa5267769ccc3f6b27a44d0dfb444fd0783a6e"><code>0bfa526</code></a> test(multipart): fix build failure with <code>no-default-features</code> (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2801">#2801</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/994b8a0b7aa0a0ff6f87471f9e0d1a4dd2936fcd"><code>994b8a0</code></a> docs: typo in retry max_retries_per_request (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2824">#2824</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/da0702b762d6ee982ef041661d79df8eeb3aeb41"><code>da0702b</code></a> refactor(cookie): de-duplicate cookie support as <code>CookieService</code> middleware (...</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/7ebddeaa8728ea09f14e276d6330620168fda379"><code>7ebddea</code></a> chore: align internal name usage of TotalTimeout (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2657">#2657</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/b540a4e746acac4091eb6d39a2b5e2f3df48896b"><code>b540a4e</code></a> chore(readme): use correct CI status badge</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/e4550c4cc5a2bd0e447b7b3db548c6ef8202f47e"><code>e4550c4</code></a> docs: fix method name in changelog entry (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2807">#2807</a>)</li> <li><a href="https://github.com/seanmonstar/reqwest/commit/f4694a29226cc443b3c58c86a3ffa97bd9f394a6"><code>f4694a2</code></a> perf(util): avoid extra copy when base64 encoding (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/2805">#2805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.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 = "..."]</code> or any other attributes, such as lint modifiers.</p> <pre lang="rust"><code>serde_conv!( #[doc = "Serialize bools as string"] #[allow(dead_code)] pub BoolAsString, bool, |x: &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 >= 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 -> 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 `toml` from 0.9.7 to 0.9.8 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/93e9146aea8ddae1c9d46f1d576c73a836011f59"><code>93e9146</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/7de1b4edebccef43fa966fbc264f207aad7dfe69"><code>7de1b4e</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/1b579c343538ef654a86b9cc319592ecd3178390"><code>1b579c3</code></a> feat(serde): Support integer, bools, and chars as keys (<a href="https://redirect.github.com/toml-rs/toml/issues/1050">#1050</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/ac1e07730fc88ef205f3ec684e76952fb6add828"><code>ac1e077</code></a> feat(serde): Support chars as keys</li> <li><a href="https://github.com/toml-rs/toml/commit/f3dec32b251ce44c2428fc60ca4efe2e68ff2278"><code>f3dec32</code></a> feat(serde): Support bools as keys</li> <li><a href="https://github.com/toml-rs/toml/commit/139b30abfedfa7b520855c69b1bd159d6aa888ae"><code>139b30a</code></a> feat(serde): Support integer keys</li> <li><a href="https://github.com/toml-rs/toml/commit/2d65a88b1d79be3904c50b50af6d600aecb69509"><code>2d65a88</code></a> test(serde): Show existing key behavior</li> <li><a href="https://github.com/toml-rs/toml/commit/80217f85ee8e6d91b4ed2469aecfdf93cef15985"><code>80217f8</code></a> chore(deps): Update actions/checkout action to v5 (<a href="https://redirect.github.com/toml-rs/toml/issues/1047">#1047</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/b36e351c8692a96361c47acc9e7c44789e31c969"><code>b36e351</code></a> chore(deps): Update actions/checkout action to v5</li> <li><a href="https://github.com/toml-rs/toml/commit/7d2c649f3ed31685879ef72150ada0846739fb77"><code>7d2c649</code></a> chore(deps): Update actions/setup-python action to v6 (<a href="https://redirect.github.com/toml-rs/toml/issues/1048">#1048</a>)</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8">compare view</a></li> </ul> </details> <br /> Updates `webpki-roots` from 1.0.2 to 1.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/webpki-roots/releases">webpki-roots's releases</a>.</em></p> <blockquote> <h2>1.0.3</h2> <p>Addition of "OISTE Server Root RSA G1" & "OISTE Server Root ECC G1": <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1988913">https://bugzilla.mozilla.org/show_bug.cgi?id=1988913</a>.</p> <h2>What's Changed</h2> <ul> <li>1.0.3: track October 2025 additions by <a href="https://github.com/ctz"><code>@ctz</code></a> in <a href="https://redirect.github.com/rustls/webpki-roots/pull/108">rustls/webpki-roots#108</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/webpki-roots/commit/1a48d15390375ed2c9ce06dae600cdb33f9b736a"><code>1a48d15</code></a> 1.0.3: track October 2025 additions</li> <li><a href="https://github.com/rustls/webpki-roots/commit/5bde20568118b732ef9f5cb032587c1e6e91fccf"><code>5bde205</code></a> ci: explicitly install extra components</li> <li><a href="https://github.com/rustls/webpki-roots/commit/d2c04f380d9cb9b7aea311e97dc7744fc43bf255"><code>d2c04f3</code></a> tests: take advantage of newer rcgen API</li> <li><a href="https://github.com/rustls/webpki-roots/commit/fa754f4490be66318d697fa99424fd7f50af9fff"><code>fa754f4</code></a> Update semver-compatible dependencies</li> <li><a href="https://github.com/rustls/webpki-roots/commit/66b99f2f83a8bb6285ebfec98b6bc5640193ae07"><code>66b99f2</code></a> Address clippy::non_canonical_partial_ord_impl</li> <li>See full diff in <a href="https://github.com/rustls/webpki-roots/compare/v/1.0.2...v/1.0.3">compare view</a></li> </ul> </details> <br /> Updates `rmcp` from 0.6.4 to 0.8.1 <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.1</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.1</h2> <h3>Fixed</h3> <ul> <li><em>(oauth)</em> pass bearer token to all streamable http requests (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/476">#476</a>)</li> <li>fix spellcheck on intentional typo in CHANGELOG (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/470">#470</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/modelcontextprotocol/rust-sdk/commits/rmcp-v0.8.1">compare view</a></li> </ul> </details> <br /> Updates `octocrab` from 0.45.0 to 0.47.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.47.0</h2> <h3>Added</h3> <ul> <li>add <code>immutable</code> Release field (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/806">#806</a>)</li> </ul> <h3>Other</h3> <ul> <li>added creating a review (POST "/repos/{owner}/{repo}/pulls/{pull_number}/reviews") (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/805">#805</a>)</li> </ul> <h2>v0.46.0</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] make CommitAuthor email nullable (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/799">#799</a>)</li> </ul> <h3>Other</h3> <ul> <li>Expose <code>digest</code> field in Asset model (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/804">#804</a>)</li> <li>cargo clippy (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/803">#803</a>)</li> <li>fix doc url for ProjectHandler (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/802">#802</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md">octocrab's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.46.0...v0.47.0">0.47.0</a> - 2025-10-06</h2> <h3>Added</h3> <ul> <li>add <code>immutable</code> Release field (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/806">#806</a>)</li> </ul> <h3>Other</h3> <ul> <li>added creating a review (POST "/repos/{owner}/{repo}/pulls/{pull_number}/reviews") (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/805">#805</a>)</li> </ul> <h2><a href="https://github.com/XAMPPRocky/octocrab/compare/v0.45.0...v0.46.0">0.46.0</a> - 2025-09-28</h2> <h3>Fixed</h3> <ul> <li>[<strong>breaking</strong>] make CommitAuthor email nullable (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/799">#799</a>)</li> </ul> <h3>Other</h3> <ul> <li>Expose <code>digest</code> field in Asset model (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/804">#804</a>)</li> <li>cargo clippy (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/803">#803</a>)</li> <li>fix doc url for ProjectHandler (<a href="https://redirect.github.com/XAMPPRocky/octocrab/pull/802">#802</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/73a4dd0b1c2f5350913eacc4342211dfb5ae8ea9"><code>73a4dd0</code></a> chore: release v0.46.1 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/807">#807</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/0e0e43d8d8bc67a34a7358e9fa608ad613611bfd"><code>0e0e43d</code></a> feat: add <code>immutable</code> Release field (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/806">#806</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/eac8ccb6e8c3f94129884827512ee9455219441a"><code>eac8ccb</code></a> added creating a review (POST "/repos/{owner}/{repo}/pulls/{pull_number}/revi...</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/e37b2c0ea6bf55d7307a68531c93b09142fddced"><code>e37b2c0</code></a> chore: release v0.46.0 (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/800">#800</a>)</li> <li><a href="https://github.com/XAMPPRocky/octocrab/commit/a6e52f78cb18569bec4bda6ef529d9ecc07845de"><code>a6e52f7</code></a> Expose <code>digest</code> field in Asset model (<a href="https://redirect.github.com/XAMPPRocky/octocrab/issues/804">#804</a>)</li> <li><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.47.0">compare view</a></li> </ul> </details> <br /> Updates `clap_complete` from 4.5.58 to 4.5.59 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/0bb3ad7e12e729be9f152391558689ac4fdd31ec"><code>0bb3ad7</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/5cb5ce3873a882ba2a7d619864202eadef21fffa"><code>5cb5ce3</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/245c8ba75a481250a48170f1add11532a7b7fd33"><code>245c8ba</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6149">#6149</a> from epage/wrap</li> <li><a href="https://github.com/clap-rs/clap/commit/dd17a418a9e6665c98ff6e0ba2a039fd1921988e"><code>dd17a41</code></a> fix(help): Correctly calculate wrap points with ANSI escape codes</li> <li><a href="https://github.com/clap-rs/clap/commit/2cc4e350b9ea8955a9cf229405407426921e7871"><code>2cc4e35</code></a> test(ui): Avoid override term width</li> <li><a href="https://github.com/clap-rs/clap/commit/93e3559b1e4c8c81377f3598f7249b7708f4c379"><code>93e3559</code></a> refactor(help): Clarify that we're carrying over indentation</li> <li><a href="https://github.com/clap-rs/clap/commit/b1c46e633c04f5cb0d819b15f25c1fde1a6e42c4"><code>b1c46e6</code></a> refactor(help): Clarify var name</li> <li><a href="https://github.com/clap-rs/clap/commit/03b9b38df059c1a9a529f295e038f81de295627a"><code>03b9b38</code></a> test(help): Show styled wrapping behavior</li> <li><a href="https://github.com/clap-rs/clap/commit/c9a39a534c3e95926be272765bec48a80e5ea9e7"><code>c9a39a5</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6146">#6146</a> from clap-rs/renovate/actions-checkout-5.x</li> <li><a href="https://github.com/clap-rs/clap/commit/58599fb7bf865f8ec0a7a021dea8111f5dffe6d2"><code>58599fb</code></a> chore(deps): Update actions/checkout action to v5</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.58...clap_complete-v4.5.59">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>&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 "--cpp-field-case-style upper" and "--gen-object-api" 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 & 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 -> 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<> 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>).... _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]
