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

   Bumps the minor-and-patch group with 6 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [bon](https://github.com/elastio/bon) | `3.7.1` | `3.7.2` |
   | [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
   | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
   | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.1` | `2.1.2` |
   | [uuid](https://github.com/uuid-rs/uuid) | `1.18.0` | `1.18.1` |
   | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.6.1` | 
`0.6.3` |
   
   Updates `bon` from 3.7.1 to 3.7.2
   <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.7.2</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Add missing lifetime replacement for generic param declarations on 
<code>derive(IntoFuture)</code> impl block (<a 
href="https://redirect.github.com/elastio/bon/pull/337";>#337</a>)</li>
   <li>Set the lower bound requirement of <code>rustversion</code> to v1.0.19 
(<a href="https://redirect.github.com/elastio/bon/pull/336";>#336</a>). Thanks 
<a href="https://github.com/Fokko";><code>@​Fokko</code></a> for the 
contribution!</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/elastio/bon/commit/bbd8b099ea52bf4de18051d012c8113cf0dca23a";><code>bbd8b09</code></a>
 chore: release v3.7.2 (<a 
href="https://redirect.github.com/elastio/bon/issues/338";>#338</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/008e7f53231bdfd09abfff0609d1ee23756217a6";><code>008e7f5</code></a>
 Add missing lifetime replacement for generic param decls on 
`derive(IntoFutur...</li>
   <li><a 
href="https://github.com/elastio/bon/commit/388f6954c43d9f6c02c7d02cb1d3bbb570ed28e9";><code>388f695</code></a>
 Set lowerbound of <code>rustversion</code> of to v1.0.19 (<a 
href="https://redirect.github.com/elastio/bon/issues/336";>#336</a>)</li>
   <li><a 
href="https://github.com/elastio/bon/commit/35c1c89ab19071bb7d8dabcad595505826f195ee";><code>35c1c89</code></a>
 Fix grammar in IntoFuture derive docs (<a 
href="https://redirect.github.com/elastio/bon/issues/334";>#334</a>)</li>
   <li>See full diff in <a 
href="https://github.com/elastio/bon/compare/v3.7.1...v3.7.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `chrono` from 0.4.41 to 0.4.42
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/chronotope/chrono/releases";>chrono's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.4.42</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add fuzzer for DateTime::parse_from_str by <a 
href="https://github.com/tyler92";><code>@​tyler92</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1700";>chronotope/chrono#1700</a></li>
   <li>Fix wrong amount of micro/milliseconds by <a 
href="https://github.com/nmlt";><code>@​nmlt</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1703";>chronotope/chrono#1703</a></li>
   <li>Add warning about MappedLocalTime and wasm by <a 
href="https://github.com/lutzky";><code>@​lutzky</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1702";>chronotope/chrono#1702</a></li>
   <li>Fix incorrect parsing of fixed-length second fractions by <a 
href="https://github.com/chris-leach";><code>@​chris-leach</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1705";>chronotope/chrono#1705</a></li>
   <li>Fix cfgs for <code>wasm32-linux</code> support by <a 
href="https://github.com/arjunr2";><code>@​arjunr2</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1707";>chronotope/chrono#1707</a></li>
   <li>Fix OpenHarmony's <code>tzdata</code> parsing by <a 
href="https://github.com/ldm0";><code>@​ldm0</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1679";>chronotope/chrono#1679</a></li>
   <li>Convert NaiveDate to/from days since unix epoch by <a 
href="https://github.com/findepi";><code>@​findepi</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1715";>chronotope/chrono#1715</a></li>
   <li>Add <code>?Sized</code> bound to related methods of 
<code>DelayedFormat::write_to</code> by <a 
href="https://github.com/Huliiiiii";><code>@​Huliiiiii</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1721";>chronotope/chrono#1721</a></li>
   <li>Add <code>from_timestamp_secs</code> method to <code>DateTime</code> by 
<a href="https://github.com/jasonaowen";><code>@​jasonaowen</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1719";>chronotope/chrono#1719</a></li>
   <li>Migrate to core::error::Error by <a 
href="https://github.com/benbrittain";><code>@​benbrittain</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1704";>chronotope/chrono#1704</a></li>
   <li>Upgrade to windows-bindgen 0.63 by <a 
href="https://github.com/djc";><code>@​djc</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1730";>chronotope/chrono#1730</a></li>
   <li>strftime: simplify error handling by <a 
href="https://github.com/djc";><code>@​djc</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1731";>chronotope/chrono#1731</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/chronotope/chrono/commit/f3fd15f976c8c8e56d97eda6237af4d485ba2297";><code>f3fd15f</code></a>
 Bump version to 0.4.42</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/5cf56035007f291b1b8f457fa3bfc79fb367419a";><code>5cf5603</code></a>
 strftime: add regression test case</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/a6231701ee934cbbeb595fe71328fcbbf1b584d5";><code>a623170</code></a>
 strftime: simplify error handling</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/36fbfb1221da05b1482eb9dd18254e6bd736cb31";><code>36fbfb1</code></a>
 strftime: move specifier handling out of match to reduce rightward drift</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/7f413c363b74e293d495dc6109335c02dda9d629";><code>7f413c3</code></a>
 strftime: yield None early</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/9d5dfe164098186bfff8af7d5eecbb05d7712d4d";><code>9d5dfe1</code></a>
 strftime: outline constants</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/e5f6be7db4a0c2756cad0a7c8186a5a180873f7a";><code>e5f6be7</code></a>
 strftime: move error() method below caller</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/d516c2764d74e467fa37e25e8e88d5633478bafa";><code>d516c27</code></a>
 strftime: merge impl blocks</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/0ee2172fb92df4e0be4cf7a733c860226eec37a0";><code>0ee2172</code></a>
 strftime: re-order items to keep impls together</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/757a8b0226e9c0a23b5334c7dc0986f1e487b8ac";><code>757a8b0</code></a>
 Upgrade to windows-bindgen 0.63</li>
   <li>Additional commits viewable in <a 
href="https://github.com/chronotope/chrono/compare/v0.4.41...v0.4.42";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `log` from 0.4.27 to 0.4.28
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/releases";>log's releases</a>.</em></p>
   <blockquote>
   <h2>0.4.28</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>ci: drop really old trick and ensure MSRV for all feature combo by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/676";>rust-lang/log#676</a></li>
   <li>chore: fix some typos in comment by <a 
href="https://github.com/xixishidibei";><code>@​xixishidibei</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/677";>rust-lang/log#677</a></li>
   <li>Unhide <code>#[derive(Debug)]</code> in example by <a 
href="https://github.com/ZylosLumen";><code>@​ZylosLumen</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/688";>rust-lang/log#688</a></li>
   <li>Chore: delete compare_exchange method for AtomicUsize on platforms 
without atomics  by <a 
href="https://github.com/HaoliangXu";><code>@​HaoliangXu</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/690";>rust-lang/log#690</a></li>
   <li>Add <code>increment_severity()</code> and 
<code>decrement_severity()</code> methods for <code>Level</code> and 
<code>LevelFilter</code> by <a 
href="https://github.com/nebkor";><code>@​nebkor</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/692";>rust-lang/log#692</a></li>
   <li>Prepare for 0.4.28 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/695";>rust-lang/log#695</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/xixishidibei";><code>@​xixishidibei</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/677";>rust-lang/log#677</a></li>
   <li><a href="https://github.com/ZylosLumen";><code>@​ZylosLumen</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/688";>rust-lang/log#688</a></li>
   <li><a href="https://github.com/HaoliangXu";><code>@​HaoliangXu</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/690";>rust-lang/log#690</a></li>
   <li><a href="https://github.com/nebkor";><code>@​nebkor</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/692";>rust-lang/log#692</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.27...0.4.28";>https://github.com/rust-lang/log/compare/0.4.27...0.4.28</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md";>log's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[0.4.28] - 2025-09-02</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>ci: drop really old trick and ensure MSRV for all feature combo by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/676";>rust-lang/log#676</a></li>
   <li>Chore: delete compare_exchange method for AtomicUsize on platforms 
without atomics  by <a 
href="https://github.com/HaoliangXu";><code>@​HaoliangXu</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/690";>rust-lang/log#690</a></li>
   <li>Add <code>increment_severity()</code> and 
<code>decrement_severity()</code> methods for <code>Level</code> and 
<code>LevelFilter</code> by <a 
href="https://github.com/nebkor";><code>@​nebkor</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/692";>rust-lang/log#692</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/xixishidibei";><code>@​xixishidibei</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/677";>rust-lang/log#677</a></li>
   <li><a href="https://github.com/ZylosLumen";><code>@​ZylosLumen</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/688";>rust-lang/log#688</a></li>
   <li><a href="https://github.com/HaoliangXu";><code>@​HaoliangXu</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/690";>rust-lang/log#690</a></li>
   <li><a href="https://github.com/nebkor";><code>@​nebkor</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/692";>rust-lang/log#692</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.27...0.4.28";>https://github.com/rust-lang/log/compare/0.4.27...0.4.28</a></p>
   <h3>Notable Changes</h3>
   <ul>
   <li>MSRV is bumped to 1.61.0 in <a 
href="https://redirect.github.com/rust-lang/log/pull/676";>rust-lang/log#676</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/log/commit/6e1735597bb21c5d979a077395df85e1d633e077";><code>6e17355</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/695";>#695</a> from 
rust-lang/cargo/0.4.28</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/57719dbef54de1c9b91b986845e4285d09c9e644";><code>57719db</code></a>
 focus on user-facing source changes in the changelog</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/e0630c6485c6ca6da22888c319d2c3d2e53cb1ae";><code>e0630c6</code></a>
 prepare for 0.4.28 release</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/60829b11f50e34497f4dcaff44561ee908c796f9";><code>60829b1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/692";>#692</a> from 
nebkor/up-and-down</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/95d44f8af52df35d78adb766bef79d8f489022a0";><code>95d44f8</code></a>
 change names of log-level-changing methods to be more descriptive</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/2b63dfada6394c537682de4834ae45eaf3bad216";><code>2b63dfa</code></a>
 Add <code>up()</code> and <code>down()</code> methods for <code>Level</code> 
and <code>LevelFilter</code></li>
   <li><a 
href="https://github.com/rust-lang/log/commit/3aa1359e926a39f841791207d6e57e00da3e68e2";><code>3aa1359</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/690";>#690</a> from 
HaoliangXu/master</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/1091f2cbd21817872235eff67b8e0e68e5ec4e41";><code>1091f2c</code></a>
 Chore:delete compare_exchange method for AtomicUsize on platforms</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/24c5f44efd0828ed1c6dcec5adf5aebf97f0f400";><code>24c5f44</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/688";>#688</a> from 
ZylosLumen/patch-1</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/44984954670f3144af1d1f323e36690bb72788f4";><code>4498495</code></a>
 Unhide <code>#[derive(Debug)]</code> in example</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/log/compare/0.4.27...0.4.28";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `twox-hash` from 2.1.1 to 2.1.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md";>twox-hash's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/shepmaster/twox-hash/tree/v2.1.2";>2.1.2</a> 
- 2025-09-03</h2>
   <h3>Changed</h3>
   <ul>
   <li>The documentation has been updated to account for 
<code>XxHash3_128</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/bc5bb80b4857707e0372d2386157b1d31e4441d3";><code>bc5bb80</code></a>
 Release version 2.1.2</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/b1415bc7daef2d5070b0ee6bed3c70216caeb9eb";><code>b1415bc</code></a>
 Update the changelog</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/04e77f913a178a1f99c147fa4a168e808da5c06f";><code>04e77f9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/112";>#112</a> 
from shepmaster/doc-tweaks</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/7c176ffb2c999a99cde386b0b360aac2be45a100";><code>7c176ff</code></a>
 Document why <code>xxhash3_128::Hasher</code> doesn't implement the 
<code>Hasher</code> trait</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/400d3c66419a35a5b853563bd9b603191835553b";><code>400d3c6</code></a>
 Mention <code>XxHash3_128</code> in the top-level docs</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/067e391f5081f2a72190285e08dd7fc8706b57df";><code>067e391</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/113";>#113</a> 
from shepmaster/maint</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/393c8015303a1a265bdba426d0efb303bcdc8923";><code>393c801</code></a>
 Gate SIMD modules behind the <code>std</code> feature flag</li>
   <li>See full diff in <a 
href="https://github.com/shepmaster/twox-hash/compare/v2.1.1...v2.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `uuid` from 1.18.0 to 1.18.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/uuid-rs/uuid/releases";>uuid's releases</a>.</em></p>
   <blockquote>
   <h2>v1.18.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Unsafe cleanup by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/841";>uuid-rs/uuid#841</a></li>
   <li>Prepare for 1.18.1 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/842";>uuid-rs/uuid#842</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1";>https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/50d8e797ed9628820d0aff617a5f199221b82aaa";><code>50d8e79</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/842";>#842</a> from 
uuid-rs/cargo/v1.18.1</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/79485925e95d507c20bc0a37e86d326715ffec9e";><code>7948592</code></a>
 prepare for 1.18.1 release</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/6d847c79d072431c5131987a39318e11f8dbfa9b";><code>6d847c7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/841";>#841</a> from 
uuid-rs/chore/unsafe-cleanup</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/675cccc829fa8ce3f225392622aee1c41268b068";><code>675cccc</code></a>
 re-gate zerocopy behind unstable feature flag</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/4dd582806081d6718b7d0cac303c241d9a7eb0c9";><code>4dd5828</code></a>
 Remove some unsafe; stabilize zerocopy</li>
   <li>See full diff in <a 
href="https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rmcp` from 0.6.1 to 0.6.3
   <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.6.3</h2>
   <h3>Fixed</h3>
   <ul>
   <li><em>(typo)</em> correct typo in error message for transport cancellation 
and field. (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/404";>#404</a>)</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>add the rmcp-openapi and rmcp-actix-web related projects (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/406";>#406</a>)</li>
   </ul>
   <h2>rmcp-v0.6.3</h2>
   <h3>Fixed</h3>
   <ul>
   <li>change JSON-RPC request ID type from u32 to i64 (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/416";>#416</a>)</li>
   </ul>
   <h2>rmcp-macros-v0.6.2</h2>
   <h3>Fixed</h3>
   <ul>
   <li><em>(typo)</em> correct typo in error message for transport cancellation 
and field. (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/404";>#404</a>)</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>add the rmcp-openapi and rmcp-actix-web related projects (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/406";>#406</a>)</li>
   </ul>
   <h2>rmcp-v0.6.2</h2>
   <h3>Added</h3>
   <ul>
   <li><em>(rmcp)</em> add optional _meta to CallToolResult, EmbeddedResource, 
and ResourceContents (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/386";>#386</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>resolve compatibility issues with servers sending LSP notifications (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/413";>#413</a>)</li>
   <li>remove batched json rpc  support (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/408";>#408</a>)</li>
   <li>transport-streamable-http-server depends on transport-worker (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/405";>#405</a>)</li>
   <li><em>(typo)</em> correct typo in error message for transport cancellation 
and field. (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/404";>#404</a>)</li>
   </ul>
   <h3>Other</h3>
   <ul>
   <li>Spec conformance: meta support and spec updates (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/415";>#415</a>)</li>
   <li>add the rmcp-openapi and rmcp-actix-web related projects (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/406";>#406</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/b88dab547caff9db1df4504af5a9580105d226b6";><code>b88dab5</code></a>
 chore: release v0.6.3 (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/420";>#420</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/9105ba79637b5b693ba58381aa889901b509f339";><code>9105ba7</code></a>
 fix: change JSON-RPC request ID type from u32 to i64 (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/416";>#416</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/ccbd7f0674a6a1082169512f4b02e4bffad7245d";><code>ccbd7f0</code></a>
 chore: release v0.6.2 (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/407";>#407</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/4eb413b6c6de2f6cc555afae9d183807ef420477";><code>4eb413b</code></a>
 Spec conformance: meta support and spec updates (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/415";>#415</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/b514bc43587607a0f8e82648d56bd75bbd9c7e79";><code>b514bc4</code></a>
 fix: resolve compatibility issues with servers sending LSP notifications (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/413";>#413</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/f381c2b8998cc098207dd5f540f7df94ff58dcd1";><code>f381c2b</code></a>
 fix: remove batched json rpc  support (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/408";>#408</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/7d46b39b4988f0fe49b6b923f83a68f9b98d7b7f";><code>7d46b39</code></a>
 feat(rmcp): add optional _meta to CallToolResult, EmbeddedResource, and 
Resou...</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/1a20f8a0d1aba36e4c6d978fdcaedd058ce32194";><code>1a20f8a</code></a>
 docs: add the rmcp-openapi and rmcp-actix-web related projects (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/406";>#406</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/b0e2c11df309a7e58845de0c810e5abf87071a04";><code>b0e2c11</code></a>
 fix: transport-streamable-http-server depends on transport-worker (<a 
href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/405";>#405</a>)</li>
   <li><a 
href="https://github.com/modelcontextprotocol/rust-sdk/commit/7bd45ec6a538fb6d1d003c356d325fc2f517c656";><code>7bd45ec</code></a>
 fix(typo): correct typo in error message for transport cancellation and 
field...</li>
   <li>See full diff in <a 
href="https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.1...rmcp-v0.6.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to