Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the non-critical group with 7 updates (#1153)
Bumps the non-critical group with 7 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` | | [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.1.2` | `2.2.0` | | [darling](https://github.com/TedDriggs/darling) | `0.20.5` | `0.20.6` | | [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) | `0.13.0` | `0.20.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.48` | `2.0.49` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.4` | `0.22.6` | | [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) | `0.8.8` | `0.8.10` | Updates `anyhow` from 1.0.79 to 1.0.80 <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.80</h2> <ul> <li>Fix unused_imports warnings when compiled by rustc 1.78</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/54437197ee79c20678db433d98616fab7ddff1a5"><code>5443719</code></a> Release 1.0.80</li> <li><a href="https://github.com/dtolnay/anyhow/commit/dfc7bc07d4c41b61093c3251ed82becb51810bd4"><code>dfc7bc0</code></a> Work around prelude redundant import warnings</li> <li><a href="https://github.com/dtolnay/anyhow/commit/6e4f86b48b5182ec71dbc8e308db9dc91e2ec8a5"><code>6e4f86b</code></a> Import from alloc not std, where possible</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f885a133ede579c45e90ab489455126403d05db1"><code>f885a13</code></a> Ignore incompatible_msrv clippy false positives in test</li> <li><a href="https://github.com/dtolnay/anyhow/commit/fefbcbcb0b336a2d6c2ce6f0ee6d3fd02ef2cd3b"><code>fefbcbc</code></a> Ignore incompatible_msrv clippy lint</li> <li><a href="https://github.com/dtolnay/anyhow/commit/78f2d81cc71b79050a2fda270c45ff267557d853"><code>78f2d81</code></a> Update ui test suite to nightly-2024-02-08</li> <li><a href="https://github.com/dtolnay/anyhow/commit/edd88d3a43f11f1931330d3dd54189353ef00203"><code>edd88d3</code></a> Update ui test suite to nightly-2024-01-31</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.79...1.0.80">compare view</a></li> </ul> </details> <br /> Updates `clap-verbosity-flag` from 2.1.2 to 2.2.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md">clap-verbosity-flag's changelog</a>.</em></p> <blockquote> <h2>[2.2.0] - 2024-02-14</h2> <h3>Compatibility</h3> <ul> <li>Raised MSRV to 1.73</li> </ul> <h3>Features</h3> <ul> <li>Add <code>is_present()</code> to see if one of the flags is present on the command-line</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/42895a2d186379985958355f999b7f152d228d6b"><code>42895a2</code></a> chore: Release clap-verbosity-flag version 2.2.0</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/527c6e3278d0854142c128d4efa260d162fc96b1"><code>527c6e3</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/ca600f135c095201c8dca35cc01bf8dbfd6935e6"><code>ca600f1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/94">#94</a> from BTOdell/feature/is_set</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/ef150436118d5dfeae7a3be384b218994a8b9fa4"><code>ef15043</code></a> Update function name and docs.</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/2fc747010b8746b876da245024cf6cd5b83fb59a"><code>2fc7470</code></a> Add <code>is_set</code> public function.</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/6420685f6907aac10d4aef5cf07e832baaccf1ee"><code>6420685</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/92">#92</a> from clap-rs/renovate/rust-1.x</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/1e32275c9003ae5f0f9c27e1f738321a08b1274c"><code>1e32275</code></a> chore(deps): update msrv to v1.73</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/84b3db26b757cb2876a92729f76f49e3d9c088d2"><code>84b3db2</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap-verbosity-flag/issues/91">#91</a> from clap-rs/renovate/env_logger-0.x</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/bb266d01c5ed75a3ca19b4df0a763abc1c7b287e"><code>bb266d0</code></a> chore(deps): update rust crate env_logger to 0.11.1</li> <li><a href="https://github.com/clap-rs/clap-verbosity-flag/commit/63f6db4008fce815aa58c7e516b26fb0949678c3"><code>63f6db4</code></a> chore(deps): update rust crate clap to 4.4.18</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0">compare view</a></li> </ul> </details> <br /> Updates `darling` from 0.20.5 to 0.20.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TedDriggs/darling/releases">darling's releases</a>.</em></p> <blockquote> <h2>v0.20.6</h2> <ul> <li>Fix some missing syn invisible group handling in <code>FromMeta</code> impls <a href="https://redirect.github.com/TedDriggs/darling/pull/263">#263</a></li> <li>Fix misleading error message on <code>Error::unexpected_type</code> so it no longer implies the type was a literal <a href="https://redirect.github.com/TedDriggs/darling/pull/264">#264</a></li> <li>Impl <code>FromMeta</code> <code>Vec</code> of literals, e.g. <code>LitStr</code> <a href="https://github.com/TedDriggs/pull/265">#265</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md">darling's changelog</a>.</em></p> <blockquote> <h2>v0.20.6 (February 14, 2024)</h2> <ul> <li>Fix some missing syn invisible group handling in <code>FromMeta</code> impls <a href="https://redirect.github.com/TedDriggs/darling/pull/263">#263</a></li> <li>Fix misleading error message on <code>Error::unexpected_type</code> so it no longer implies the type was a literal <a href="https://redirect.github.com/TedDriggs/darling/pull/264">#264</a></li> <li>Impl <code>FromMeta</code> <code>Vec</code> of literals, e.g. <code>LitStr</code> <a href="https://github.com/TedDriggs/pull/265">#265</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TedDriggs/darling/commit/90ceafc5f54dea4493c0a355e48fc84e605f6879"><code>90ceafc</code></a> Bump version to 0.20.6</li> <li><a href="https://github.com/TedDriggs/darling/commit/a43190f6cab0350916c6f3978e1c05926fa5e2c8"><code>a43190f</code></a> Add FromMeta for Vec of literals(<a href="https://redirect.github.com/TedDriggs/darling/issues/265">#265</a>)</li> <li><a href="https://github.com/TedDriggs/darling/commit/db0e40fca933d8b29a40b76f8471390183fff41d"><code>db0e40f</code></a> Add unit test to confirm negative integer literals work without quotation marks</li> <li><a href="https://github.com/TedDriggs/darling/commit/3ee36d90db1ffb623dea70ea22330842d28bec5d"><code>3ee36d9</code></a> Fix some missing syn invisible group handling in FromMeta implementations (<a href="https://redirect.github.com/TedDriggs/darling/issues/263">#263</a>)</li> <li><a href="https://github.com/TedDriggs/darling/commit/9decd6aac0fae2188c15d975fd16e0687edb3e8e"><code>9decd6a</code></a> CI: Bump GitHub actions/checkout to v4</li> <li><a href="https://github.com/TedDriggs/darling/commit/fbcc1b4dc24ad1aa43b157ff7c4cacf4823c4b43"><code>fbcc1b4</code></a> Fix misleading error message on UnexpectedType</li> <li>See full diff in <a href="https://github.com/TedDriggs/darling/compare/v0.20.5...v0.20.6">compare view</a></li> </ul> </details> <br /> Updates `derive_builder` from 0.13.0 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colin-kiegel/rust-derive-builder/releases">derive_builder's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <ul> <li>Bump <code>syn</code> to version 2 <a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/308">#308</a></li> <li>Bump <code>darling</code> to version 0.20.6 <a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/308">#308</a></li> <li><strong>BREAKING CHANGE</strong>: Remove support for <code>field(type = "...")</code> as <code>syn</code> no longer allows this. <a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/308">#308</a></li> <li>Allow omitting quotes on <code>builder(default = ...)</code> expressions <a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/308">#308</a></li> </ul> <h2>v0.13.1</h2> <ul> <li>Accept <code>field(ty = "...")</code> as an alias for <code>field(type = "...")</code> in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. <a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/306">#306</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/07b8bcf00e1f9156da83cb4a01e0df50fa23cc20"><code>07b8bcf</code></a> Make dev/publish.sh executable</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/15ba883f3f2661194ae6da9865108dc7d39a9ca7"><code>15ba883</code></a> Bump version to 0.20.0</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/e567abf8b1004f83c26ddff5f466169f5d240680"><code>e567abf</code></a> Add updated publish script</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/04bcde66855f8fec6852a848bb861328a656dab7"><code>04bcde6</code></a> Update to syn 2 and darling 0.20.6 (<a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/308">#308</a>)</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/1f0a761d4ae984d47e7086c967880f912a52181c"><code>1f0a761</code></a> CI: Use latest version of actions/checkout</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/213dd7de5c8154161e199be5e3e76488ed95b156"><code>213dd7d</code></a> Bump version to 0.13.1</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/977d023715c842f467494c47e8cbd71e902cd3ab"><code>977d023</code></a> Merge pull request <a href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/306">#306</a> from colin-kiegel/accept-field-ty</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/02589bf3288bf20c70e597daf63d93aef3c9d3f7"><code>02589bf</code></a> Accept field(ty = "...") to ease migration to syn 2.0</li> <li>See full diff in <a href="https://github.com/colin-kiegel/rust-derive-builder/compare/v0.13.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.48 to 2.0.49 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.49</h2> <ul> <li>Improve error location when parsing from an empty string literal using <code>LitStr::parse</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1590">#1590</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/e64c0636042bcd8cf56f9e6c3e828a49cb434649"><code>e64c063</code></a> Release 2.0.49</li> <li><a href="https://github.com/dtolnay/syn/commit/981359c5f46f25f3db42d1b341cc607f634688e7"><code>981359c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1590">#1590</a> from dtolnay/streof</li> <li><a href="https://github.com/dtolnay/syn/commit/51298d40a447b9e5b3cd8c898c2ea9d24b31cd6d"><code>51298d4</code></a> Improve error location at eof in LitStr::parse</li> <li><a href="https://github.com/dtolnay/syn/commit/270c63384a9d891f65880a03a5a92f0bf4605bbf"><code>270c633</code></a> Update test suite to nightly-2024-02-13</li> <li><a href="https://github.com/dtolnay/syn/commit/dc9cf16b9b0601d2d393d059c46a8f8e0220cc21"><code>dc9cf16</code></a> Remove FilterAttrs trait when unused</li> <li><a href="https://github.com/dtolnay/syn/commit/7dcfac79eda716fa806d68cc0aa811f3be717dc0"><code>7dcfac7</code></a> Ignore dead_code warning in test</li> <li><a href="https://github.com/dtolnay/syn/commit/98318441089f9a9bb596fc010ed14c3b593d4bda"><code>9831844</code></a> Update signature of Emitter::emit_diagnostic in nightly-2024-02-07</li> <li><a href="https://github.com/dtolnay/syn/commit/9e8033f63da93dfb6a3e698449c6edff5e56727d"><code>9e8033f</code></a> Update test suite to nightly-2024-02-07</li> <li><a href="https://github.com/dtolnay/syn/commit/cb3348cd94be50995054796facdfa055b6e0e9e8"><code>cb3348c</code></a> Update test suite to nightly-2024-01-23</li> <li><a href="https://github.com/dtolnay/syn/commit/15b9dbcd67bc56f3da7d33bbede46f7380fc7164"><code>15b9dbc</code></a> Update test suite to nightly-2024-01-19</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.48...2.0.49">compare view</a></li> </ul> </details> <br /> Updates `toml_edit` from 0.22.4 to 0.22.6 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/c4b62fda23343037ebe5ea93db9393cb25fcf233"><code>c4b62fd</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/854d95b1d3c9cd86d85896545143f5955eca07ec"><code>854d95b</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/28d6054da0d2fb461f2ad4784bd48a8d575eae9e"><code>28d6054</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/688">#688</a> from epage/deprecated</li> <li><a href="https://github.com/toml-rs/toml/commit/16a97f3c91f450ba09233f68639459e74cb30036"><code>16a97f3</code></a> docs: Fix deprecation replacements</li> <li><a href="https://github.com/toml-rs/toml/commit/1dc806c132ed3962089fa2c7d8f0852739ddf0ff"><code>1dc806c</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/2d2e2dd0ec9d82bf1dd53f9e2e75f00c78ae7cc7"><code>2d2e2dd</code></a> doc: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/57b4a005bec7b62efdc71a38b271dc1158febc30"><code>57b4a00</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/686">#686</a> from epage/winnow</li> <li><a href="https://github.com/toml-rs/toml/commit/065b9f99524acc5c81b87222a95183ccc4c9ce72"><code>065b9f9</code></a> chore: Update winnow</li> <li><a href="https://github.com/toml-rs/toml/commit/7bc8a90178358ddb5934f8e6f78e70a1afe8bb42"><code>7bc8a90</code></a> chore: Update winnow</li> <li><a href="https://github.com/toml-rs/toml/commit/7ad85b63f36f11a639aad7d7045b829e96ac7d66"><code>7ad85b6</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/684">#684</a> from epage/kstring</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/v0.22.4...v0.22.6">compare view</a></li> </ul> </details> <br /> Updates `xxhash-rust` from 0.8.8 to 0.8.10 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DoumanAsh/xxhash-rust/commits">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information