Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild(deps): bump httparse from 1.3.2 to 1.3.4 #26814
Merged
Conversation
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Jun 8, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p> <blockquote> <h2>v1.3.4</h2> <ul> <li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li> </ul> <h2>v1.3.3</h2> <ul> <li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li> <li><strong>FIX</strong>: Strip trailing whitespace from header values.</li> <li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li> <li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li> <li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li> <li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li> <li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li> <li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=httparse&package-manager=cargo&previous-version=1.3.2&new-version=1.3.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
|
|
Cool. |
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](seanmonstar/httparse@v1.3.2...v1.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
@bors-servo r+ |
|
|
|
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Jun 17, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p> <blockquote> <h2>v1.3.4</h2> <ul> <li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li> </ul> <h2>v1.3.3</h2> <ul> <li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li> <li><strong>FIX</strong>: Strip trailing whitespace from header values.</li> <li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li> <li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li> <li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li> <li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li> <li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li> <li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=httparse&package-manager=cargo&previous-version=1.3.2&new-version=1.3.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
|
|
|
@bors-servo retry |
bors-servo
added a commit
that referenced
this pull request
Jun 17, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p> <blockquote> <h2>v1.3.4</h2> <ul> <li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li> </ul> <h2>v1.3.3</h2> <ul> <li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li> <li><strong>FIX</strong>: Strip trailing whitespace from header values.</li> <li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li> <li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li> <li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li> <li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li> <li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li> <li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=httparse&package-manager=cargo&previous-version=1.3.2&new-version=1.3.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
|
|
|
@bors-servo retry |
bors-servo
added a commit
that referenced
this pull request
Jun 17, 2020
build(deps): bump httparse from 1.3.2 to 1.3.4 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.2 to 1.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/seanmonstar/httparse/releases">httparse's releases</a>.</em></p> <blockquote> <h2>v1.3.4</h2> <ul> <li><strong>FIX</strong>: Allow backslash (<code>\</code>) characters when parsing request-target.</li> </ul> <h2>v1.3.3</h2> <ul> <li><strong>FIX</strong>: Allow {|}^` characters when parsing request-target.</li> <li><strong>FIX</strong>: Strip trailing whitespace from header values.</li> <li><strong>PERF</strong>: Improve selection of AVX2 and SSE4.2 features if both are available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/seanmonstar/httparse/commit/6f696f5d027f35e11a70181c839b574e20335a74"><code>6f696f5</code></a> v1.3.4</li> <li><a href="https://github.com/seanmonstar/httparse/commit/1a791f4eee2dbb4e51f5211195a6f14da9aa5c12"><code>1a791f4</code></a> Fix parsing backslashes in request-targets (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/57">#57</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/84e10de058afbe9f2b0bc1b2c53424a75ef35a03"><code>84e10de</code></a> Fix deprecation warnings (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/56">#56</a>)</li> <li><a href="https://github.com/seanmonstar/httparse/commit/dfe8a56dd343189e7cdce01d7ef835e3920cbdc2"><code>dfe8a56</code></a> v1.3.3</li> <li><a href="https://github.com/seanmonstar/httparse/commit/cf54dd5de651a19a99bfd68b3c0cd1f9d4cf5b06"><code>cf54dd5</code></a> add changelog link to readme</li> <li><a href="https://github.com/seanmonstar/httparse/commit/ebdbfa9237aef64697fff1ff019c04169c2e61d9"><code>ebdbfa9</code></a> remove commented out dead cfg</li> <li><a href="https://github.com/seanmonstar/httparse/commit/e30e85f0be73ffcdf383118d57c124d8b6aa793d"><code>e30e85f</code></a> Add tests from whatwg testsuite</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d1c7dae5c27bb585d582a57dbbe8f261b15c8d5e"><code>d1c7dae</code></a> Allow {|}^` in request-targets</li> <li><a href="https://github.com/seanmonstar/httparse/commit/d92601e680e9cf6a225dfb56bc6279e2cb99d6de"><code>d92601e</code></a> Exclude trailing whitespace in header value.</li> <li><a href="https://github.com/seanmonstar/httparse/commit/79204145cde90447b52d029e4697595d94419d77"><code>7920414</code></a> Allow AVX2 and SSE42 to both be used if available (<a href="https://github-redirect.dependabot.com/seanmonstar/httparse/issues/45">#45</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/httparse/compare/v1.3.2...v1.3.4">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=httparse&package-manager=cargo&previous-version=1.3.2&new-version=1.3.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
|
|
|
@bors-servo retry |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
dependabot-preview bot commentedJun 8, 2020
Bumps httparse from 1.3.2 to 1.3.4.
Release notes
Sourced from httparse's releases.
Commits
6f696f5v1.3.41a791f4Fix parsing backslashes in request-targets (#57)84e10deFix deprecation warnings (#56)dfe8a56v1.3.3cf54dd5add changelog link to readmeebdbfa9remove commented out dead cfge30e85fAdd tests from whatwg testsuited1c7daeAllow {|}^` in request-targetsd92601eExclude trailing whitespace in header value.7920414Allow AVX2 and SSE42 to both be used if available (#45)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: