dependabot[bot] opened a new pull request, #2951: URL: https://github.com/apache/iggy/pull/2951
Bumps the minor-and-patch group with 11 updates: | Package | From | To | | --- | --- | --- | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.2` | `2.2.0` | | [bon](https://github.com/elastio/bon) | `3.9.0` | `3.9.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.0` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.66` | `4.6.0` | | [cyper](https://github.com/compio-rs/cyper) | `0.8.2` | `0.8.3` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | | [passterm](https://github.com/finfet/passterm) | `2.0.1` | `2.0.6` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `1.1.1` | `1.2.0` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.17.0` | `3.18.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.26.0` | `3.27.0` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | Updates `assert_cmd` from 2.1.2 to 2.2.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md">assert_cmd's changelog</a>.</em></p> <blockquote> <h2>[2.2.0] - 2026-03-10</h2> <h3>Compatibility</h3> <ul> <li>Change <code>cargo_bin</code> bad paths to panics</li> </ul> <h2>[2.1.3] - 2026-03-10</h2> <h3>Fixes</h3> <ul> <li>Un-deprecate <code>cargo_bin</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/assert_cmd/commit/d935ff8f1345b86c2398249557bb3ad38a3aa761"><code>d935ff8</code></a> chore: Release assert_cmd version 2.2.0</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/1631cf447ecafe04972515ed34486953fad95aae"><code>1631cf4</code></a> docs: Changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/3137b559c0b1a73c742ba0d88d9a453ff25ef4c5"><code>3137b55</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/283">#283</a> from epage/panic</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/ebd79f1fe32a312b4e963db1e68bb436ddbe3bcf"><code>ebd79f1</code></a> fix(cargo): Panic, rather than return bad path</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/79c9b0d3c2b5c0213b1064c6a2d87a69d1f4bcc3"><code>79c9b0d</code></a> chore: Release assert_cmd version 2.1.3</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/90cb0dd84c4e43bf3319fe5ec2ce26170cd42207"><code>90cb0dd</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/7af59b98feeb0dc5185a205095a2775347679de0"><code>7af59b9</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/282">#282</a> from epage/deprecated</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/80fe94c9088c65b1353293767afa1f4cb2e0bc91"><code>80fe94c</code></a> docs(cargo): Specify support for different versions</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/0246aa60d76c97156b6ae85e4ca18934c845ebfb"><code>0246aa6</code></a> test: Close markdown quotes</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/cb3b590f15d002c6d40d44337dfba9a093379b50"><code>cb3b590</code></a> Revert "fix: Deprecate cargo_bin (runtime version)"</li> <li>Additional commits viewable in <a href="https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.2.0">compare view</a></li> </ul> </details> <br /> Updates `bon` from 3.9.0 to 3.9.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.9.1</h2> <p>This is purely a minutiae update with zero changes to the Rust API. Enjoy the stability 🍸.</p> <h3>Fixed</h3> <ul> <li>Redistribute license files with the crates sources (<a href="https://redirect.github.com/elastio/bon/pull/376">#376</a>)</li> </ul> <h3>Internal</h3> <ul> <li>Regular maintenance (<a href="https://redirect.github.com/elastio/bon/pull/377">#377</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elastio/bon/commit/1f427d01048ae86c6d929ed1e7c18ec994b43227"><code>1f427d0</code></a> chore: release v3.9.1 (<a href="https://redirect.github.com/elastio/bon/issues/378">#378</a>)</li> <li><a href="https://github.com/elastio/bon/commit/814078adff54c640550ae87994758d5973d50fde"><code>814078a</code></a> Maintenance tests and dependencies update (<a href="https://redirect.github.com/elastio/bon/issues/377">#377</a>)</li> <li><a href="https://github.com/elastio/bon/commit/e82f08750c6a6304818e22eead63b04e9f858a43"><code>e82f087</code></a> Redistribute license files with the crates sources (<a href="https://redirect.github.com/elastio/bon/issues/376">#376</a>)</li> <li>See full diff in <a href="https://github.com/elastio/bon/compare/v3.9.0...v3.9.1">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.60 to 4.6.0 <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.6.0] - 2026-03-12</h2> <h3>Compatibility</h3> <ul> <li>Update MSRV to 1.85</li> </ul> <h2>[4.5.61] - 2026-03-12</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9ab6dee710aa384e02ec5e9e2cfeadb2f35abf2a"><code>9ab6dee</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/374a30dac685d492cbdae124e757afdb52dd47b6"><code>374a30d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d0c8aabc000adc54fc39efa721e6caad035fc3da"><code>d0c8aab</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6306">#6306</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/686ce2f665f43f927c1dbd5ad63a2f989e503bb9"><code>686ce2f</code></a> chore: Upgrade compatible</li> <li><a href="https://github.com/clap-rs/clap/commit/8203238de61f89b60ce1ca1672cfe20997d20a1e"><code>8203238</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6305">#6305</a> from epage/msrv</li> <li><a href="https://github.com/clap-rs/clap/commit/c774a892ba8bb703a9e77a16e6ebc6ff1c551868"><code>c774a89</code></a> docs: Reduce main's in doctests</li> <li><a href="https://github.com/clap-rs/clap/commit/73534f6ed3697b834743d283cedc7f529778d8a7"><code>73534f6</code></a> chore: Upgrade to 2025 edition</li> <li><a href="https://github.com/clap-rs/clap/commit/dfe05a9bfe5bf49ec560e484c1abf50bcb55cd96"><code>dfe05a9</code></a> chore: Bump MSRV to 1.85</li> <li><a href="https://github.com/clap-rs/clap/commit/8b41d0b8497ccaa0fb0d1d8a51f91ea2f62b3aa8"><code>8b41d0b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/518220f102cc34b2cf39c64efa35975a22341e36"><code>518220f</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.60...clap_complete-v4.6.0">compare view</a></li> </ul> </details> <br /> Updates `clap_complete` from 4.5.66 to 4.6.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap_complete's changelog</a>.</em></p> <blockquote> <h2>[4.6.0] - 2026-03-12</h2> <h3>Compatibility</h3> <ul> <li>Update MSRV to 1.85</li> </ul> <h2>[4.5.61] - 2026-03-12</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> <h2>[4.5.60] - 2026-02-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Quote empty default values, possible values</li> </ul> <h2>[4.5.59] - 2026-02-16</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version on subcommands</li> </ul> <h2>[4.5.58] - 2026-02-11</h2> <h2>[4.5.57] - 2026-02-03</h2> <h3>Fixes</h3> <ul> <li>Regression from 4.5.55 where having an argument with <code>.value_terminator("--")</code> caused problems with an argument with <code>.last(true)</code></li> </ul> <h2>[4.5.56] - 2026-01-29</h2> <h3>Fixes</h3> <ul> <li>On conflict error, don't show conflicting arguments in the usage</li> </ul> <h2>[4.5.55] - 2026-01-27</h2> <h3>Fixes</h3> <ul> <li>Fix inconsistency in precedence between positionals with a <code>value_terminator("--")</code> and escapes (<code>--</code>) where <code>./foo -- bar</code> means the first arg is empty, rather than escaping future args</li> </ul> <h2>[4.5.54] - 2026-01-02</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Move <code>[default]</code> to its own paragraph when <code>PossibleValue::help</code> is present in <code>--help</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9ab6dee710aa384e02ec5e9e2cfeadb2f35abf2a"><code>9ab6dee</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/374a30dac685d492cbdae124e757afdb52dd47b6"><code>374a30d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d0c8aabc000adc54fc39efa721e6caad035fc3da"><code>d0c8aab</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6306">#6306</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/686ce2f665f43f927c1dbd5ad63a2f989e503bb9"><code>686ce2f</code></a> chore: Upgrade compatible</li> <li><a href="https://github.com/clap-rs/clap/commit/8203238de61f89b60ce1ca1672cfe20997d20a1e"><code>8203238</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6305">#6305</a> from epage/msrv</li> <li><a href="https://github.com/clap-rs/clap/commit/c774a892ba8bb703a9e77a16e6ebc6ff1c551868"><code>c774a89</code></a> docs: Reduce main's in doctests</li> <li><a href="https://github.com/clap-rs/clap/commit/73534f6ed3697b834743d283cedc7f529778d8a7"><code>73534f6</code></a> chore: Upgrade to 2025 edition</li> <li><a href="https://github.com/clap-rs/clap/commit/dfe05a9bfe5bf49ec560e484c1abf50bcb55cd96"><code>dfe05a9</code></a> chore: Bump MSRV to 1.85</li> <li><a href="https://github.com/clap-rs/clap/commit/8b41d0b8497ccaa0fb0d1d8a51f91ea2f62b3aa8"><code>8b41d0b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/518220f102cc34b2cf39c64efa35975a22341e36"><code>518220f</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.66...clap_complete-v4.6.0">compare view</a></li> </ul> </details> <br /> Updates `cyper` from 0.8.2 to 0.8.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/compio-rs/cyper/commits">compare view</a></li> </ul> </details> <br /> Updates `once_cell` from 1.21.3 to 1.21.4 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/matklad/once_cell/blob/master/CHANGELOG.md">once_cell's changelog</a>.</em></p> <blockquote> <h2>1.21.4</h2> <ul> <li> <p>Fix unsoundness in <code>OnceCell::wait</code> under <code>--features=parking_lot</code>, <a href="https://redirect.github.com/matklad/once_cell/pull/295">#295</a>.</p> <p>If thread A calls <code>wait</code>, while thread B calls <code>get_or_try_init(f)</code>, and, furthermore, <code>f</code> panics, the <code>wait</code> incorrectly returns and thread A observes uninitialized memory.</p> <p>Kudos to <a href="https://github.com/meng-xu-cs"><code>@​meng-xu-cs</code></a> for a nice find!</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matklad/once_cell/commit/80fe900b21f6d76c1a2ed74d3343e8a3a88c46d0"><code>80fe900</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/296">#296</a> from matklad/matklad/plfix</li> <li><a href="https://github.com/matklad/once_cell/commit/a5e09c971c23afb1a3be8ae32794e2dca940ccd4"><code>a5e09c9</code></a> release 1.21.4</li> <li><a href="https://github.com/matklad/once_cell/commit/2426d45d85841879e71a880af543fd3d2be78db1"><code>2426d45</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/295">#295</a> from matklad/matklad/plfix</li> <li><a href="https://github.com/matklad/once_cell/commit/a1441215db85adb6a47b0aa1062d1eea7c5fba65"><code>a144121</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/290">#290</a> from alexanderkjall/run-tests-with-no-default-features</li> <li><a href="https://github.com/matklad/once_cell/commit/232a1a49b55154c0b6f12d662619000efd3aecd8"><code>232a1a4</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/292">#292</a> from phil-opp/doc-fix</li> <li><a href="https://github.com/matklad/once_cell/commit/d31767bbcd33b03ee3360a9112eba41d1b278d3a"><code>d31767b</code></a> fix OnceCell::wait with features=parking_lot</li> <li><a href="https://github.com/matklad/once_cell/commit/28d29ae1c1eb082617efb4eddb6dae3d0c607fdd"><code>28d29ae</code></a> Fix: <code>sync::OnceCell::try_insert</code> docs should import <code>sync</code> variant</li> <li><a href="https://github.com/matklad/once_cell/commit/0f78fb0d6d6a634fd76548f33fa38b250390e982"><code>0f78fb0</code></a> make the command 'cargo test --no-default-features' work</li> <li><a href="https://github.com/matklad/once_cell/commit/fda60a6c70eb2e25a0c73bf515ec4779df3d2e6c"><code>fda60a6</code></a> Merge pull request <a href="https://redirect.github.com/matklad/once_cell/issues/287">#287</a> from AbeZbm/add-tests</li> <li><a href="https://github.com/matklad/once_cell/commit/b5b98c09eb9c95376e150eb6bda8c7637bba5aa4"><code>b5b98c0</code></a> Add tests for OnceRef</li> <li>See full diff in <a href="https://github.com/matklad/once_cell/compare/v1.21.3...v1.21.4">compare view</a></li> </ul> </details> <br /> Updates `passterm` from 2.0.1 to 2.0.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/finfet/passterm/blob/main/CHANGELOG.md">passterm's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.6</h2> <p>2025-02-01</p> <ul> <li>Switch to windows-link for windows linking</li> </ul> <h2>Version 2.0.5</h2> <p>2024-12-07</p> <ul> <li>Fix extraneous newline being printed on windows</li> <li>Open tty with O_NOCTTY on unix systems to prevent the prompt from becoming the controlling terminal</li> <li>Fix stdin password prompt to always attempt to disable echo even if stdin is not a tty</li> </ul> <h2>Version 2.0.4</h2> <p>2024-10-27</p> <ul> <li>Various windows fixes. Add check for null stdin handle, and avoid closing it</li> <li>Upgrade zeroize version</li> </ul> <h2>Version 2.0.3</h2> <p>2023-12-15</p> <ul> <li>Remove usage of windows-sys</li> </ul> <h2>Version 2.0.2</h2> <p>2023-12-15</p> <ul> <li>Upgrade dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/finfet/passterm/commit/fe55ce8cca520700a8ee92d621b9d1449ba77471"><code>fe55ce8</code></a> Fix windows-link macro call</li> <li><a href="https://github.com/finfet/passterm/commit/f1a851a61fe4dec73e992bcfec9a5349bf9b9dd4"><code>f1a851a</code></a> passterm v2.0.6</li> <li><a href="https://github.com/finfet/passterm/commit/4fc1d4cba0acc4eec07a52289cff22e9371319ed"><code>4fc1d4c</code></a> Update CHANGELOG</li> <li><a href="https://github.com/finfet/passterm/commit/2f4bcc5587798b998216522ef8bb182d82ad26f2"><code>2f4bcc5</code></a> Fix tty prompt to use O_CNOTTY</li> <li><a href="https://github.com/finfet/passterm/commit/d38759b11665760906417ea3df0df040d3403a17"><code>d38759b</code></a> Fix extraneous newline on windows pass prompts</li> <li><a href="https://github.com/finfet/passterm/commit/6d677ab5f5f69ed8b0a0adf535012f969f2ed43c"><code>6d677ab</code></a> Version 2.0.4</li> <li><a href="https://github.com/finfet/passterm/commit/8f1388d4692e625b48f18fade6c5bc2856c3ec6d"><code>8f1388d</code></a> Various Windows fixes</li> <li><a href="https://github.com/finfet/passterm/commit/79ee0fe86d5436402d4b001bd22d06e51bab089b"><code>79ee0fe</code></a> Version 2.0.3</li> <li><a href="https://github.com/finfet/passterm/commit/064cca7c0bc7470dfc6896f1e9c2fd59464c753c"><code>064cca7</code></a> Remove windows-sys dependency</li> <li><a href="https://github.com/finfet/passterm/commit/21a47e676cfc038c59e49d1f6940b6e9106d8641"><code>21a47e6</code></a> Upgrade deps</li> <li>See full diff in <a href="https://github.com/finfet/passterm/compare/v2.0.1...v2.0.6">compare view</a></li> </ul> </details> <br /> Updates `rmcp` from 1.1.1 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/modelcontextprotocol/rust-sdk/releases">rmcp's releases</a>.</em></p> <blockquote> <h2>rmcp-macros-v1.2.0</h2> <h3>Fixed</h3> <ul> <li><em>(rmcp-macros)</em> use re-exported serde_json path in task_handler (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/735">#735</a>)</li> </ul> <h2>rmcp-v1.2.0</h2> <h3>Added</h3> <ul> <li>add missing constructors for non-exhaustive model types (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/739">#739</a>)</li> <li>include granted scopes in OAuth refresh token request (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/731">#731</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>handle ping requests sent before initialize handshake (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/745">#745</a>)</li> <li>allow deserializing notifications without params field (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/729">#729</a>)</li> </ul> <h3>Other</h3> <ul> <li><em>(deps)</em> update jsonwebtoken requirement from 9 to 10 (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/pull/737">#737</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/3bd75220708b2e9f8c74a3fe3277ac5d4f03f478"><code>3bd7522</code></a> chore: release v1.2.0 (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/736">#736</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/27b00967f17224233bc69ecd836b8a01e6f041c4"><code>27b0096</code></a> feat: transparent session re-init on HTTP 404 (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/743">#743</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/53224307728844aeafc36bce1164c97658562508"><code>5322430</code></a> fix: handle ping requests sent before initialize handshake (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/745">#745</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/3d2c951ca3f3f492fbfbb56df1e830e71a6128ac"><code>3d2c951</code></a> feat: add missing constructors for non-exhaustive model types (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/739">#739</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/656a09a97a5885c0848d702ccfda83a980d9862a"><code>656a09a</code></a> chore(deps): update rig-core requirement from 0.31.0 to 0.32.0 (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/738">#738</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/9fbf91e02157428efc67717e5973a5818695f877"><code>9fbf91e</code></a> chore(deps): update jsonwebtoken requirement from 9 to 10 (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/737">#737</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/54bb522e7f5aae5374b4a1aa955bf87d042b7d91"><code>54bb522</code></a> feat: include granted scopes in OAuth refresh token request (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/731">#731</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/be248980f25a74d1929b1c677d50bcc2b7e13f22"><code>be24898</code></a> fix(rmcp-macros): use re-exported serde_json path in task_handler (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/735">#735</a>)</li> <li><a href="https://github.com/modelcontextprotocol/rust-sdk/commit/fc757d41ca311f16f8fa1e69a17aa9c1b901fcb0"><code>fc757d4</code></a> fix: allow deserializing notifications without params field (<a href="https://redirect.github.com/modelcontextprotocol/rust-sdk/issues/729">#729</a>)</li> <li>See full diff in <a href="https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.1.1...rmcp-v1.2.0">compare view</a></li> </ul> </details> <br /> Updates `serde_with` from 3.17.0 to 3.18.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.18.0</h2> <h3>Added</h3> <ul> <li>Support <code>OneOrMany</code> with more sequence and set types (<a href="https://redirect.github.com/jonasbb/serde_with/issues/929">#929</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Bump MSRV to 1.88 due to the <code>darling</code> dependency</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/d50ec962c6ecad7d8972f95d7ee7cea398b7eb41"><code>d50ec96</code></a> Bump version to 3.18.0 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/931">#931</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/984fe3252ecd47526f452e39736f70f96b503f7c"><code>984fe32</code></a> Bump version to 3.18.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/4ba41c70c7f12b2e543ae81480a50b4d76245419"><code>4ba41c7</code></a> Bump actions/upload-artifact from 6 to 7 in the github-actions group (<a href="https://redirect.github.com/jonasbb/serde_with/issues/927">#927</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/8fb2468ce24e822fc29cd9aa8ebb3feb3ddf1eb3"><code>8fb2468</code></a> Bump actions/upload-artifact from 6 to 7 in the github-actions group</li> <li><a href="https://github.com/jonasbb/serde_with/commit/aec0a23c15943bc4ca82d329695fabefb2b19174"><code>aec0a23</code></a> Bump MSRV to 1.88 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/930">#930</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/25c15a2c5c53f8fa71af91d699877147568338b8"><code>25c15a2</code></a> Update time dependency to 0.3.47</li> <li><a href="https://github.com/jonasbb/serde_with/commit/93bd3f4bebec516e5608a12f09ad1859cdced9a7"><code>93bd3f4</code></a> Update test output after darling update</li> <li><a href="https://github.com/jonasbb/serde_with/commit/f825dbffb12dd758c80247259a271956f1c484b4"><code>f825dbf</code></a> Upgrade darling to 0.23.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/65cbd738f090f25d89ec4b350501b4aa5b38bd9e"><code>65cbd73</code></a> Bump MSRV to 1.88</li> <li><a href="https://github.com/jonasbb/serde_with/commit/daff02ea264c3136131bfcff079304714f359bd9"><code>daff02e</code></a> Extend OneOrMany implementation to more collection types (<a href="https://redirect.github.com/jonasbb/serde_with/issues/929">#929</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v3.17.0...v3.18.0">compare view</a></li> </ul> </details> <br /> Updates `tempfile` from 3.26.0 to 3.27.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.27.0</h2> <p>This release adds <code>TempPath::try_from_path</code> and deprecates <code>TempPath::from_path</code>.</p> <p>Prior to this release, <code>TempPath::from_path</code> made no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:</p> <pre lang="rust"><code>let tmp_path = TempPath::from_path("foo") std::env::set_current_dir("/some/other/path").unwrap(); drop(tmp_path); </code></pre> <p>Now:</p> <ol> <li><code>TempPath::from_path</code> will attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to call <code>std::env::current_dir</code>, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.</li> <li>The <code>TempPath::try_from_path</code> behaves exactly like <code>TempPath::from_path</code>, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).</li> </ol> <p>Neither function attempt to verify the existence of the file in question.</p> <p>Thanks to <a href="https://github.com/meng-xu-cs"><code>@​meng-xu-cs</code></a> for reporting this issue.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/5c8fa12eb584931b4f1bccfde87eb72fbfa7dc61"><code>5c8fa12</code></a> chore: release 3.27.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/e34e5748d66a48073ec8e1e6ba37338eecca4548"><code>e34e574</code></a> test: disable uds conflict test on redox</li> <li><a href="https://github.com/Stebalien/tempfile/commit/772c795a27342089dd0dc48125b82454e75ac38d"><code>772c795</code></a> test: add CWD guards</li> <li><a href="https://github.com/Stebalien/tempfile/commit/2632fb9e9465b86141b5bbe47b07dbf5b7110072"><code>2632fb9</code></a> fix: resolve relative paths when constructing <code>TempPath</code></li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.26.0...v3.27.0">compare view</a></li> </ul> </details> <br /> Updates `tracing-subscriber` from 0.3.22 to 0.3.23 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-subscriber's releases</a>.</em></p> <blockquote> <h2>tracing-subscriber 0.3.23</h2> <h3>Fixed</h3> <ul> <li>Allow ansi sanitization to be disabled (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3484">#3484</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/3484">#3484</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3484">tokio-rs/tracing#3484</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/54ede4d5d85a536aed5485c5213011d9ec961935"><code>54ede4d</code></a> chore: prepare tracing-subscriber 0.3.23 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3490">#3490</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/37558d5f26340e999089bf3a680a800435332312"><code>37558d5</code></a> subscriber: allow ansi sanitization to be disabled (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3484">#3484</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/efc690fa6bd1d9c3a57528b9bc8ac80504a7a6ed"><code>efc690f</code></a> core: add missing const (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3449">#3449</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/0c32367cf9df27e750c4c81803de62a4e64e2ef1"><code>0c32367</code></a> core: Use const initializers instead of <code>once_cell</code></li> <li><a href="https://github.com/tokio-rs/tracing/commit/9feb241133e55e70c7d4399689b8ef72f71d070f"><code>9feb241</code></a> docs: add arcswap reload crate to related (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3442">#3442</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/2d55f6faf9be83e7e4634129fb96813241aac2b8"><code>2d55f6f</code></a> chore: prepare tracing 0.1.44 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3439">#3439</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/10a9e838a35e6ded79d66af246be2ee05417136d"><code>10a9e83</code></a> chore: prepare tracing-core 0.1.36 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3440">#3440</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/ee82cf92a8c750f98cfb7a417cc8defb37e26a00"><code>ee82cf9</code></a> tracing: fix record_all panic (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3432">#3432</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/9978c3663bcd58de14b3cf089ad24cb63d00a922"><code>9978c36</code></a> chore: prepare tracing-mock 0.1.0-beta.3 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3429">#3429</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.22...tracing-subscriber-0.3.23">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 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]
