dependabot[bot] opened a new pull request, #2189: URL: https://github.com/apache/iggy/pull/2189
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` | | [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` | | [rustls](https://github.com/rustls/rustls) | `0.23.31` | `0.23.32` | | [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.226` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.14.0` | `3.14.1` | | [toml](https://github.com/toml-rs/toml) | `0.9.6` | `0.9.7` | Updates `anyhow` from 1.0.99 to 1.0.100 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.100</h2> <ul> <li>Teach clippy to lint formatting arguments in <code>bail!</code>, <code>ensure!</code>, <code>anyhow!</code> (<a href="https://redirect.github.com/dtolnay/anyhow/issues/426">#426</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/18c2598afa0f996f56217ef128aa3a20ea1e9512"><code>18c2598</code></a> Release 1.0.100</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f2719888cb2f4f033c441cf6723cea1c532c0c87"><code>f271988</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/426">#426</a> from dtolnay/clippyfmt</li> <li><a href="https://github.com/dtolnay/anyhow/commit/52f2115a1fe22a79110747f19e35f01d52bdd1af"><code>52f2115</code></a> Mark macros with clippy::format_args</li> <li><a href="https://github.com/dtolnay/anyhow/commit/da5fd9d5a33c2949bc3ee3075d8d6f9e224363d5"><code>da5fd9d</code></a> Raise minimum tested compiler to rust 1.76</li> <li><a href="https://github.com/dtolnay/anyhow/commit/211e4092b7e1fb1c6f5d22063474e5b2f8dd0f16"><code>211e409</code></a> Opt in to generate-macro-expansion when building on docs.rs</li> <li><a href="https://github.com/dtolnay/anyhow/commit/b48fc02c327c502a81fcc2b46318eb61fda6b7b3"><code>b48fc02</code></a> Enforce trybuild >= 1.0.108</li> <li><a href="https://github.com/dtolnay/anyhow/commit/d5f59fbd45db00982bc0ea490edbe331ef8cab26"><code>d5f59fb</code></a> Update ui test suite to nightly-2025-09-07</li> <li><a href="https://github.com/dtolnay/anyhow/commit/238415d25b65dcf73ab2e3741d7adc56615af8c3"><code>238415d</code></a> Update ui test suite to nightly-2025-08-24</li> <li><a href="https://github.com/dtolnay/anyhow/commit/3bab0709a347b90de15c5eaaf3779904cfcc1ac6"><code>3bab070</code></a> Update actions/checkout@v4 -> v5</li> <li><a href="https://github.com/dtolnay/anyhow/commit/42492546e3b5510378d0ee32b659fefee1f26158"><code>4249254</code></a> Order cap-lints flag in the same order as thiserror build script</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.47 to 4.5.48 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.48</h2> <h2>[4.5.48] - 2025-09-19</h2> <h3>Documentation</h3> <ul> <li>Add a new CLI Concepts document as another way of framing clap</li> <li>Expand the <code>typed_derive</code> cookbook entry</li> </ul> </blockquote> </details> <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.48] - 2025-09-19</h2> <h3>Documentation</h3> <ul> <li>Add a new CLI Concepts document as another way of framing clap</li> <li>Expand the <code>typed_derive</code> cookbook entry</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/c3a1ddc1182fa7cf2cfe6d6dba4f76db83d48178"><code>c3a1ddc</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/4460ff44b375c8d596fb70b848ff401fe12942c0"><code>4460ff4</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/54947a1b4bc70745cd5787fb92a830081c6ed291"><code>54947a1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5981">#5981</a> from mernen/fix-bash-clap-complete-space</li> <li><a href="https://github.com/clap-rs/clap/commit/fd3f6d271defef2aa2f111555a005689f71f6acb"><code>fd3f6d2</code></a> fix(complete): Restore nospace in bash</li> <li><a href="https://github.com/clap-rs/clap/commit/2f6a1083d94b832af96b791fc934beb043a969cb"><code>2f6a108</code></a> test(complete): Demonstrate current behavior</li> <li><a href="https://github.com/clap-rs/clap/commit/f88be5738e33018f3298fabb7b67835eefbc55e0"><code>f88be57</code></a> style: Ensure consistent newlines</li> <li><a href="https://github.com/clap-rs/clap/commit/f209bce2203498e743b171b7ac64f0fb9d3ae590"><code>f209bce</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/f33ff7f81ab78c227a127fbd2dbd0fed1455a6fb"><code>f33ff7f</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/bf06e6f8f6efc5af03a52c5e4cfea39c682aa500"><code>bf06e6f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5974">#5974</a> from kryvashek/support-clearing-args-matches</li> <li><a href="https://github.com/clap-rs/clap/commit/5d357ada532d430290c2de14c918833564f12795"><code>5d357ad</code></a> feat(parser): Added ArgMatches::try_clear_id()</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.47...clap_complete-v4.5.48">compare view</a></li> </ul> </details> <br /> Updates `rustls` from 0.23.31 to 0.23.32 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rustls/commit/6a188a70a0e1bf4547884a9cdd7710936d653a22"><code>6a188a7</code></a> Take semver-compatible updates</li> <li><a href="https://github.com/rustls/rustls/commit/5abe33e71d150aa93ebab1dde400b63af5f198c0"><code>5abe33e</code></a> Prepare 0.23.32</li> <li><a href="https://github.com/rustls/rustls/commit/d3c502e0f5b6ffa8e3c8fa0bb6c1d9b7406fda89"><code>d3c502e</code></a> Improve compatibility of TLS1.2 with ECDSA+SHA512</li> <li><a href="https://github.com/rustls/rustls/commit/ef7063d21f2c2cb7bbd497786ab3ac6f9e11e702"><code>ef7063d</code></a> take webpki 0.103.5</li> <li><a href="https://github.com/rustls/rustls/commit/77a01488bfea41607cbb518e6ef4c56d15b38a83"><code>77a0148</code></a> ci-bench: RUSTSEC-2025-0057 fxhash -> rustc-hash</li> <li><a href="https://github.com/rustls/rustls/commit/1492c951b237815de35b60e67bec37efc791fa1f"><code>1492c95</code></a> Fix <code>clippy::needless_borrows_for_generic_args</code></li> <li><a href="https://github.com/rustls/rustls/commit/e029d31522a672a61c9ff21851694334578adf3e"><code>e029d31</code></a> cargo-check-external-types: take updated nightly</li> <li><a href="https://github.com/rustls/rustls/commit/2d03fa7bef575577590fdd69ba3e45e2e4cb0e59"><code>2d03fa7</code></a> Remove test of async-std example</li> <li><a href="https://github.com/rustls/rustls/commit/20f548aab7642d4193ff7f89ca4a0554525731e7"><code>20f548a</code></a> Withdraw use of async-std in example code</li> <li><a href="https://github.com/rustls/rustls/commit/0cb4244a9c1029ffdc8c9b798fec9acbebe9fc11"><code>0cb4244</code></a> Track 1.89 lint changes</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rustls/compare/v/0.23.31...v/0.23.32">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.225 to 1.0.226 <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.226</h2> <ul> <li>Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (<a href="https://redirect.github.com/serde-rs/serde/issues/2935">#2935</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/179954784683f35942ac2e1f076e0361b47f8178"><code>1799547</code></a> Release 1.0.226</li> <li><a href="https://github.com/serde-rs/serde/commit/2dbeefb11bd7fb97aceb49a09e8ba5a25e268b2e"><code>2dbeefb</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2935">#2935</a> from Mingun/dedupe-adj-enums</li> <li><a href="https://github.com/serde-rs/serde/commit/8a3c29ff19126ca021c29039bfcd1e829b1dfab3"><code>8a3c29f</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2986">#2986</a> from dtolnay/didnotwork</li> <li><a href="https://github.com/serde-rs/serde/commit/defc24d361552d872f92d9e7b98afee64c414d6d"><code>defc24d</code></a> Remove "did not work" comment from test suite</li> <li><a href="https://github.com/serde-rs/serde/commit/23166107601322080d19e8600f9ac84f5ace8b9b"><code>2316610</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2929">#2929</a> from Mingun/flatten-enum-tests</li> <li><a href="https://github.com/serde-rs/serde/commit/c09e2bd690b2e12cd355e93ca4c9beb8b3ff98e9"><code>c09e2bd</code></a> Add tests for flatten unit variant in adjacently tagged (tag + content) enums</li> <li><a href="https://github.com/serde-rs/serde/commit/fe7dcc4cd8b74682c97f8d8fec18ca91c23c6177"><code>fe7dcc4</code></a> Test all possible orders of map entries for enum-flatten-in-struct representa...</li> <li><a href="https://github.com/serde-rs/serde/commit/a20e66e1313f64f1ebadd29da1e90eecfd06fdbd"><code>a20e66e</code></a> Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...</li> <li><a href="https://github.com/serde-rs/serde/commit/1c1a5d95cd32fa0d5bc1456098b5ebc113a97190"><code>1c1a5d9</code></a> Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...</li> <li><a href="https://github.com/serde-rs/serde/commit/ee3c2372fbe0019ec19b6327213c6acfade435fe"><code>ee3c237</code></a> Opt in to generate-macro-expansion when building on docs.rs</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.225...v1.0.226">compare view</a></li> </ul> </details> <br /> Updates `serde_with` from 3.14.0 to 3.14.1 <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.14.1</h2> <h3>Fixed</h3> <ul> <li>Show macro expansion in the docs.rs generated rustdoc. Since macros are used to generate trait implementations, this is useful to understand the exact generated code.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/15022b19fd7601f8ef20c9a9923c77d0d40f44c4"><code>15022b1</code></a> Bump version to 3.14.1 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/886">#886</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/69d8cea3b05a78ae7a6c174ead87558b2e3e4f8b"><code>69d8cea</code></a> Enable crates.io trusted publishing (<a href="https://redirect.github.com/jonasbb/serde_with/issues/885">#885</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/2e30bbb0811a6dc8bc10d09dec815557a2efd8da"><code>2e30bbb</code></a> Bump version to 3.14.1</li> <li><a href="https://github.com/jonasbb/serde_with/commit/afd1333dd86ea4fc4bd2a532926b31a1c723f85f"><code>afd1333</code></a> Enable crates.io trusted publishing</li> <li><a href="https://github.com/jonasbb/serde_with/commit/eec78a034d7e8417a92b99111d2dd1a164e65e42"><code>eec78a0</code></a> Add 1.90 to CI matrix (<a href="https://redirect.github.com/jonasbb/serde_with/issues/884">#884</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/ea091d1d442717a08ad0a702fc19d5175f468c4b"><code>ea091d1</code></a> Generate macro expansion in rustdoc (<a href="https://redirect.github.com/jonasbb/serde_with/issues/883">#883</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/8876010b46df78a52e53b82bd139b1f8309996e8"><code>8876010</code></a> Add 1.90 to CI matrix</li> <li><a href="https://github.com/jonasbb/serde_with/commit/555d2bb78b334831aec91fcc568b0e455094dbf4"><code>555d2bb</code></a> Update formatting for nightly rust (<a href="https://redirect.github.com/jonasbb/serde_with/issues/882">#882</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/b852142b8eb8dfa25ce648d0f975329e1f1e9bbe"><code>b852142</code></a> Generate macro expansion in rustdoc</li> <li><a href="https://github.com/jonasbb/serde_with/commit/f4144635bd78c7428b4057de1a0b738e3f1fd780"><code>f414463</code></a> Update formatting for nightly rust</li> <li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v3.14.0...v3.14.1">compare view</a></li> </ul> </details> <br /> Updates `toml` from 0.9.6 to 0.9.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/669b4a6f332ddbac696ff7a83eb40745cee85cc4"><code>669b4a6</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/a3153be44b915e0af24a38b5f45f973b9f0c9454"><code>a3153be</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/8105f25811c0388db548c7bf9d3542ad7d78e2ba"><code>8105f25</code></a> chore: Update dependencies (<a href="https://redirect.github.com/toml-rs/toml/issues/1039">#1039</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/53768e7655f43efcdae6a7f8287e7b1ec393cda1"><code>53768e7</code></a> chore: Update from '_rust/main' template (<a href="https://redirect.github.com/toml-rs/toml/issues/1040">#1040</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/82d738bfd8b68b37fdeb9876662bccb2b298c346"><code>82d738b</code></a> chore: Update from '_rust/main' template</li> <li><a href="https://github.com/toml-rs/toml/commit/3bfcdc25c23a6f7a39793a17a79e0f06bff81a91"><code>3bfcdc2</code></a> chore: Add license for libfuzzer</li> <li><a href="https://github.com/toml-rs/toml/commit/68dec6e013af3600ca132533fc5047c72369412e"><code>68dec6e</code></a> chore: Upgrade foldhash</li> <li><a href="https://github.com/toml-rs/toml/commit/0df630d3f8219c2ac7dc7bb193719b5003bad8ce"><code>0df630d</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/toml-rs/toml/commit/eb51e86c8f167eb349660563745b8c68d94cdcaf"><code>eb51e86</code></a> chore: Bump MSRV to 1.76</li> <li><a href="https://github.com/toml-rs/toml/commit/56774e779f464699de1ce0f2e48d719c8018a5b5"><code>56774e7</code></a> chore: Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.9.6...toml-v0.9.7">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]
