summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-18 09:51:32 +0000
committerGitHub <noreply@github.com>2022-12-18 09:51:32 +0000
commit5fd7b54c1f2673234ffa5b483340da49b8615738 (patch)
treea40519d6fa6859269c25ebe213b0bb0fc63631d7
parent80ff73f1c7d6a0362be351413127851dff708826 (diff)
parent212d690bdc35e82532ee98b13f981bc77015d582 (diff)
parentfcc3e1924656608167ce4dcbe2a3462583b01031 (diff)
parent00e16379d5baf7fd20c7a800efc7b7faac9b0a1f (diff)
parentddf37f384f9a3bec823e1dbf88fe6188fe849f8a (diff)
Merge #14 #15 #16 #17
14: Bump swatinem/rust-cache from 1 to 2 r=matthiasbeyer a=dependabot[bot] Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swatinem/rust-cache/releases">swatinem/rust-cache's releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <ul> <li>The action code was refactored to allow for caching multiple workspaces and different <code>target</code> directory layouts.</li> <li>The <code>working-directory</code> and <code>target-dir</code> input options were replaced by a single <code>workspaces</code> option that has the form of <code>$workspace -&gt; $target</code>.</li> <li>Support for considering <code>env-vars</code> as part of the cache key.</li> <li>The <code>sharedKey</code> input option was renamed to <code>shared-key</code> for consistency.</li> </ul> <h2>v1.4.0</h2> <ul> <li>Clean both debug and release target directories.</li> </ul> <h2>v1.3.0</h2> <ul> <li>Use Rust toolchain file as additional cache key.</li> <li>Allow for a configurable target-dir.</li> </ul> <h2>v1.2.0</h2> <ul> <li>Cache <code>~/.cargo/bin</code>.</li> <li>Support for custom <code>$CARGO_HOME</code>.</li> <li>Add a <code>cache-hit</code> output.</li> <li>Add a new <code>sharedKey</code> option that overrides the automatic job-name based key.</li> </ul> <h2>v1.1.0</h2> <ul> <li>Add a new <code>working-directory</code> input.</li> <li>Support caching git dependencies.</li> <li>Lots of other improvements.</li> </ul> <h2>v1.0.1</h2> <ul> <li>Improved logging output.</li> <li>Make sure to consider <code>all-features</code> dependencies when pruning.</li> <li>Work around macOS cache corruption.</li> <li>Remove git-db cache for now.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md">swatinem/rust-cache's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>2.2.0</h2> <ul> <li>Add new <code>save-if</code> option to always restore, but only conditionally save the cache.</li> </ul> <h2>2.1.0</h2> <ul> <li>Only hash <code>Cargo.{lock,toml}</code> files in the configured workspace directories.</li> </ul> <h2>2.0.2</h2> <ul> <li>Avoid calling <code>cargo metadata</code> on pre-cleanup.</li> <li>Added <code>prefix-key</code>, <code>cache-directories</code> and <code>cache-targets</code> options.</li> </ul> <h2>2.0.1</h2> <ul> <li>Primarily just updating dependencies to fix GitHub deprecation notices.</li> </ul> <h2>2.0.0</h2> <ul> <li>The action code was refactored to allow for caching multiple workspaces and different <code>target</code> directory layouts.</li> <li>The <code>working-directory</code> and <code>target-dir</code> input options were replaced by a single <code>workspaces</code> option that has the form of <code>$workspace -&gt; $target</code>.</li> <li>Support for considering <code>env-vars</code> as part of the cache key.</li> <li>The <code>sharedKey</code> input option was renamed to <code>shared-key</code> for consistency.</li> </ul> <h2>1.4.0</h2> <ul> <li>Clean both <code>debug</code> and <code>release</code> target directories.</li> </ul> <h2>1.3.0</h2> <ul> <li>Use Rust toolchain file as additional cache key.</li> <li>Allow for a configurable target-dir.</li> </ul> <h2>1.2.0</h2> <ul> <li>Cache <code>~/.cargo/bin</code>.</li> <li>Support for custom <code>$CARGO_HOME</code>.</li> <li>Add a <code>cache-hit</code> output.</li> <li>Add a new <code>sharedKey</code> option that overrides the automatic job-name based key.</li> </ul> <h2>1.1.0</h2> <ul> <li>Add a new <code>working-directory</code> input.</li> <li>Support caching git dependencies.</li> <li>Lots of other improvements.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Swatinem/rust-cache/commit/359a70e43a0bb8a13953b04a90f76428b4959bb6"><code>359a70e</code></a> 2.2.0</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/ecee04e7b3bb7e01aa0e74847926637ed30cece1"><code>ecee04e</code></a> feat: add save-if option, closes <a href="https://github-redirect.dependabot.com/swatinem/rust-cache/issues/66">#66</a> (<a href="https://github-redirect.dependabot.com/swatinem/rust-cache/issues/91">#91</a>)</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/b894d59a8d236e2979b247b80dac8d053ab340dd"><code>b894d59</code></a> 2.1.0</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/e78327dd9e1bcfc7649184444ae8237927d9d642"><code>e78327d</code></a> small code style improvements, README and CHANGELOG updates</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/ccdddcc049ade70033bdfbaaf5faacbd36db0529"><code>ccdddcc</code></a> only hash Cargo.toml/Cargo.lock that belong to a configured workspace (<a href="https://github-redirect.dependabot.com/swatinem/rust-cache/issues/90">#90</a>)</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/b5ec9edd911d3bf82c74038b0a28791e0aa24d6f"><code>b5ec9ed</code></a> 2.0.2</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/3f2513fdf484da3bcfe60b1b40921055681bcdbf"><code>3f2513f</code></a> avoid calling cargo metadata on pre-cleanup</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/19c46583c5f55acd15dfe7d621a72aa406d76eb2"><code>19c4658</code></a> update dependencies</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/b8e72aae8381e4b9942ff10e8ec0fcd359dc5246"><code>b8e72aa</code></a> Added <code>prefix-key</code> <code>cache-directories</code> and <code>cache-targets</code> options (<a href="https://github-redirect.dependabot.com/swatinem/rust-cache/issues/85">#85</a>)</li> <li><a href="https://github.com/Swatinem/rust-cache/commit/22c9328bcba27aa81a32b1bef27c7e3c78052531"><code>22c9328</code></a> 2.0.1</li> <li>Additional commits viewable in <a href="https://github.com/swatinem/rust-cache/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swatinem/rust-cache&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 15: Update env_logger requirement from 0.7 to 0.10 r=matthiasbeyer a=dependabot[bot] Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.10.0">0.10.0</a> - 2022-11-24</h2> <p>MSRV changed to 1.60 to hide optional dependencies</p> <h3>Fixes</h3> <ul> <li>Resolved soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> <h3>Breaking Changes</h3> <p>To open room for changing dependencies:</p> <ul> <li>Renamed <code>termcolor</code> feature to <code>color</code></li> <li>Renamed <code>atty</code> feature to <code>auto-color</code></li> </ul> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.9.2...v0.9.3">0.9.3</a> - 2022-11-07</h2> <ul> <li>Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.</li> </ul> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.9.2">0.9.2</a> - 2022-11-07</h2> <ul> <li>Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.</li> </ul> <h2><a href="https://github.com/rust-cli/env_logger/compare/v0.8.4...v0.9.0">0.9.0</a> -- 2022-07-14</h2> <h3>Breaking Changes</h3> <ul> <li>Default message format now prints the target instead of the module</li> </ul> <h3>Improvements</h3> <ul> <li>Added a method to print the module instead of the target</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/ff029fa8b6258ed926134f51d38ee85ebd553c35"><code>ff029fa</code></a> chore: Release</li> <li><a href="https://github.com/rust-cli/env_logger/commit/389cc52d5a14b45286c6478b00148abeaeccf4a7"><code>389cc52</code></a> docs: Fix changelog links</li> <li><a href="https://github.com/rust-cli/env_logger/commit/2979c4b7b8a42e0247dee69a513249976afcd1ed"><code>2979c4b</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/env_logger/commit/4c379170f7824ac10eab9af52f5645ecae9214cd"><code>4c37917</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-cli/env_logger/issues/248">#248</a> from epage/atty</li> <li><a href="https://github.com/rust-cli/env_logger/commit/d55d26980f338179e5d1829fb8d16b1d509530f1"><code>d55d269</code></a> style: Make clippy happy</li> <li><a href="https://github.com/rust-cli/env_logger/commit/066c2192c187f047ae178e786ff36e6cabed21f7"><code>066c219</code></a> fix: Replace atty with is_terminal</li> <li><a href="https://github.com/rust-cli/env_logger/commit/4db5e8793162e33e17efce36057afaa41d988788"><code>4db5e87</code></a> fix!: Rename termcolor/atty features</li> <li><a href="https://github.com/rust-cli/env_logger/commit/660cf7feb27e07bd308c3952637c5ae21c438846"><code>660cf7f</code></a> fix: Bump MSRV to 1.60.0</li> <li><a href="https://github.com/rust-cli/env_logger/commit/e572d048722c0af9c891df4ac8ef0716353c807d"><code>e572d04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-cli/env_logger/issues/244">#244</a> from epage/update</li> <li><a href="https://github.com/rust-cli/env_logger/commit/f1ff331fa2e3f1111cd918ba91b22ad5a7070777"><code>f1ff331</code></a> docs: Fix typos</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.7.0...v0.10.0">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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 16: Update uuid requirement from 0.8 to 1.2 r=matthiasbeyer a=dependabot[bot] Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. <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>1.2.2</h2> <h2>What's Changed</h2> <ul> <li>CI Cleanups by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/640">uuid-rs/uuid#640</a></li> <li>Remove extern crate alloc by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/645">uuid-rs/uuid#645</a></li> <li>Prepare for 1.2.2 release by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/646">uuid-rs/uuid#646</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2">https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuid-rs/uuid/commit/60ca9af4c18e9a5131ceb43f54af308ded4ae6c0"><code>60ca9af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/646">#646</a> from uuid-rs/cargo/1.2.2</li> <li><a href="https://github.com/uuid-rs/uuid/commit/d413ed6e637a614dd56c2448df9884d3ab8e3786"><code>d413ed6</code></a> prepare for 1.2.2 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/ce445a23c09794a5c43e09bfd4c037548ad79772"><code>ce445a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/645">#645</a> from uuid-rs/fix/extern-alloc</li> <li><a href="https://github.com/uuid-rs/uuid/commit/b7c845fa67e0e6d9936580cd806d02fc36cd535f"><code>b7c845f</code></a> remove extern crate alloc</li> <li><a href="https://github.com/uuid-rs/uuid/commit/f5a29cf3d11f8a6a431e0aae3e3a6f9530498a4e"><code>f5a29cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/640">#640</a> from uuid-rs/ci/cleanups</li> <li><a href="https://github.com/uuid-rs/uuid/commit/876e466f1db4bf37bf4ee5c67f56752ca720956b"><code>876e466</code></a> remove missing moniker from job names</li> <li><a href="https://github.com/uuid-rs/uuid/commit/6944c0d3f01260fe1bc291d34b37b30b64854c79"><code>6944c0d</code></a> simplify CI and unpin arbitrary</li> <li><a href="https://github.com/uuid-rs/uuid/commit/b87760df5b0cdbdc0d86d374ba2b54e4a4f3a05a"><code>b87760d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/637">#637</a> from KodrAus/cargo/1.2.1</li> <li><a href="https://github.com/uuid-rs/uuid/commit/b21f0cb88fa428b0c6fcca7c2738462fad95f5de"><code>b21f0cb</code></a> prepare for 1.2.1 release</li> <li><a href="https://github.com/uuid-rs/uuid/commit/cac99f55a7b10bf4488a5fd4137c1919b174db4a"><code>cac99f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/636">#636</a> from KodrAus/fix/v1-breakage</li> <li>Additional commits viewable in <a href="https://github.com/uuid-rs/uuid/compare/0.8.0...1.2.2">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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 17: Update derive_builder requirement from 0.9.0 to 0.12.0 r=matthiasbeyer a=dependabot[bot] Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version. <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.12.0</h2> <ul> <li>Produce error when <code>default</code> is used with <code>field(type = &quot;...&quot;)</code> rather than silently ignoring <code>default</code> <a href="https://github-redirect.dependabot.com/colin-kiegel/rust-derive-builder/issues/269">#269</a></li> <li>Add support for <code>crate = &quot;...&quot;</code> to support re-export scenarios <a href="https://github-redirect.dependabot.com/colin-kiegel/rust-derive-builder/issues/274">#274</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/5705f00f23e3bd77c453a1c0bbd3de34b572b049"><code>5705f00</code></a> Bump version to 0.12.0</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/378a3a387982394cbc77ba70461eb2e0dbe1388f"><code>378a3a3</code></a> Don't hide the Builder macro in docs</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/2439b97b3afa804991a4f73446d90d470022c529"><code>2439b97</code></a> Add compile tests for crate = &quot;...&quot;</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/757a8c536d42773fb5284499351ffe134eb5e9dd"><code>757a8c5</code></a> Update unit tests to use ::db</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/e872fafa5cc14c3bf2d9108bcf500ca4e08c9e26"><code>e872faf</code></a> Add #[builder(crate = &quot;...&quot;)] at struct level</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/53fd62fe6eb2782f65e2abf62d998b24308af19d"><code>53fd62f</code></a> Fix spelling: <code>conusuming</code> -&gt; <code>consuming</code></li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/48a3033a1bed0d7b8096c939a3ad57bc29fc3a3a"><code>48a3033</code></a> Fix typo in custom setter documentation</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/e2a1a7bb3ded249757f8ce1950550e77eeacb7f6"><code>e2a1a7b</code></a> Produce error for <code>default</code> with <code>field.type</code></li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/5cf5f0a9127cf0d62067e3cbc1fe022ce8e22df9"><code>5cf5f0a</code></a> Split trybuild tests out to own job</li> <li><a href="https://github.com/colin-kiegel/rust-derive-builder/commit/45cf09a5906a207dfd5dca9dff53924c2bf58541"><code>45cf09a</code></a> NFC: Remove unused lifetime</li> <li>Additional commits viewable in <a href="https://github.com/colin-kiegel/rust-derive-builder/compare/v0.9.0...v0.12.0">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` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>