chore(deps): bump the rust-dependencies group with 3 updates - #1626
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | 2c78999 | Commit Preview URL Branch Preview URL |
May 16 2026, 10:49 PM |
Bumps the rust-dependencies group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [getrandom](https://github.com/rust-random/getrandom) and [toml](https://github.com/toml-rs/toml). Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `getrandom` from 0.3.4 to 0.4.2 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.4...v0.4.2) Updates `toml` from 0.8.23 to 1.1.2+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: getrandom dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
chaliy
force-pushed
the
dependabot/cargo/rust-dependencies-981071eb89
branch
from
May 16, 2026 22:48
98036fc to
2c78999
Compare
chaliy
added a commit
that referenced
this pull request
May 17, 2026
Reverts the lockfile portion of 1fa272b. CI's `cargo vet --locked` fails with 29 unvetted dependencies for the patch bumps, which require trusted-party certification imports that this branch can't perform from the sandbox. Patch bumps will land via dependabot's weekly group PRs (e.g. #1626) which already handle vet certification. The deny.toml cleanup from 1fa272b stays — both `advisory-not-detected` ignores are legitimately stale and the change is unrelated to vetting.
chaliy
added a commit
that referenced
this pull request
May 30, 2026
Bumps the rust-dependencies group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [getrandom](https://github.com/rust-random/getrandom) and [toml](https://github.com/toml-rs/toml). Updates `tokio` from 1.52.1 to 1.52.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> <blockquote> <h2>Tokio v1.52.3</h2> <h1>1.52.3 (May 8th, 2026)</h1> <h3>Fixed</h3> <ul> <li>sync: fix underflow in mpsc channel <code>len()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8062">#8062</a>)</li> <li>sync: notify receivers in mpsc <code>OwnedPermit::release()</code> method (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8075">#8075</a>)</li> <li>sync: require that an <code>RwLock</code> has <code>max_readers != 0</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8076">#8076</a>)</li> <li>sync: return <code>Empty</code> from <code>try_recv()</code> when mpsc is closed with outstanding permits (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8074">#8074</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/8062">#8062</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8062">tokio-rs/tokio#8062</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8074">#8074</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8074">tokio-rs/tokio#8074</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8075">#8075</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8075">tokio-rs/tokio#8075</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8076">#8076</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8076">tokio-rs/tokio#8076</a></p> <h2>Tokio v1.52.2</h2> <h1>1.52.2 (May 4th, 2026)</h1> <p>This release reverts the LIFO slot stealing change introduced in 1.51.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>), due to [its performance impact]<a href="https://redirect.github.com/tokio-rs/tokio/issues/8065">#8065</a>. (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>)</p> <p><a href="https://redirect.github.com/tokio-rs/tokio/issues/7431">#7431</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/7431">tokio-rs/tokio#7431</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8065">#8065</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8065">tokio-rs/tokio#8065</a> <a href="https://redirect.github.com/tokio-rs/tokio/issues/8100">#8100</a>: <a href="https://redirect.github.com/tokio-rs/tokio/pull/8100">tokio-rs/tokio#8100</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/d87569164fb61145e79e7ffe0b25783569cc8f93"><code>d875691</code></a> chore: prepare Tokio v1.52.3 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8130">#8130</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e1aebb031cb24bdb52289561343308f4a44a4d81"><code>e1aebb0</code></a> Merge 'tokio-1.51.3' into 'tokio-1.52.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8129">#8129</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/fd63094ee0d34b4f3f93f59507e91c65919a2d71"><code>fd63094</code></a> chore: prepare Tokio v1.51.3 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8127">#8127</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/8c600d0fd2cdebea4828fe9f699ced4dfd8aad3b"><code>8c600d0</code></a> Merge 'tokio-1.47.5' into 'tokio-1.51.x' (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8123">#8123</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/11bfc1345bbd5e901187e2b3702de10b0efbffdc"><code>11bfc13</code></a> chore: prepare Tokio v1.47.5 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8122">#8122</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f085b6211b8ebb6aba21f1f1f91e7b8b243aa815"><code>f085b62</code></a> sync: notify receivers in mpsc <code>OwnedPermit::release()</code> method (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8075">#8075</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/30d25ccb8bc91ca811773ee243e71e31772275d2"><code>30d25cc</code></a> sync: require that an <code>RwLock</code> has <code>max_readers != 0</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8076">#8076</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9fccf5339d41c1f2f863f97b9133bc8a5a10bc28"><code>9fccf53</code></a> sync: return <code>Empty</code> from <code>try_recv()</code> when mpsc is closed with outstanding p...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/ebf61b45b5184018f00bc666887ebccf3d4fe51b"><code>ebf61b4</code></a> sync: fix underflow in mpsc channel <code>len()</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8062">#8062</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4abe9d732eb01f7b092a571c3dcc4fbd266f4067"><code>4abe9d7</code></a> chore: prepare Tokio v1.52.2 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/8115">#8115</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.52.3">compare view</a></li> </ul> </details> <br /> Updates `getrandom` from 0.3.4 to 0.4.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md">getrandom's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-random/getrandom/compare/v0.4.1...v0.4.2">0.4.2</a> - 2026-03-03</h2> <h3>Changed</h3> <ul> <li>Bump <code>r-efi</code> dependency to v6 <a href="https://redirect.github.com/rust-random/getrandom/issues/814">#814</a></li> </ul> <h3>Fixed</h3> <ul> <li>Read <code>errno</code> only when it is set <a href="https://redirect.github.com/rust-random/getrandom/issues/810">#810</a></li> <li>Check the return value of <code>ProcessPrng</code> on Windows <a href="https://redirect.github.com/rust-random/getrandom/issues/811">#811</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/810">#810</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/810">rust-random/getrandom#810</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/811">#811</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/811">rust-random/getrandom#811</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/814">#814</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/814">rust-random/getrandom#814</a></p> <h2><a href="https://github.com/rust-random/getrandom/compare/v0.4.0...v0.4.1">0.4.1</a> - 2026-02-03</h2> <h3>Fixed</h3> <ul> <li>Documentation build on docs.rs <a href="https://redirect.github.com/rust-random/getrandom/issues/801">#801</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/801">#801</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/801">rust-random/getrandom#801</a></p> <h2><a href="https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.0">0.4.0</a> - 2026-02-02</h2> <h3>Added</h3> <ul> <li><code>RawOsError</code> type alias <a href="https://redirect.github.com/rust-random/getrandom/issues/739">#739</a></li> <li><code>SysRng</code> behind new feature <code>sys_rng</code> <a href="https://redirect.github.com/rust-random/getrandom/issues/751">#751</a></li> <li>WASIp3 support <a href="https://redirect.github.com/rust-random/getrandom/issues/779">#779</a></li> <li><code>extern_impl</code> opt-in backend <a href="https://redirect.github.com/rust-random/getrandom/issues/786">#786</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/794">#794</a></li> <li>Motor OS support <a href="https://redirect.github.com/rust-random/getrandom/issues/797">#797</a></li> </ul> <h3>Changed</h3> <ul> <li>Use Edition 2024 and MSRV 1.85 <a href="https://redirect.github.com/rust-random/getrandom/issues/749">#749</a></li> </ul> <p><a href="https://redirect.github.com/rust-random/getrandom/issues/739">#739</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/739">rust-random/getrandom#739</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/749">#749</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/749">rust-random/getrandom#749</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/751">#751</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/751">rust-random/getrandom#751</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/779">#779</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/779">rust-random/getrandom#779</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/786">#786</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/786">rust-random/getrandom#786</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/794">#794</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/794">rust-random/getrandom#794</a> <a href="https://redirect.github.com/rust-random/getrandom/issues/797">#797</a>: <a href="https://redirect.github.com/rust-random/getrandom/pull/797">rust-random/getrandom#797</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/getrandom/commit/4d826731b20a09e69cca91c66aea57ab3cf00072"><code>4d82673</code></a> Release v0.4.2 (<a href="https://redirect.github.com/rust-random/getrandom/issues/821">#821</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/158fdd495f54126c9bea8e1113ef3e074d56a0f3"><code>158fdd4</code></a> build(deps): bump the all-deps group with 3 updates (<a href="https://redirect.github.com/rust-random/getrandom/issues/818">#818</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/5b0adcce74b4c5886f856993f9006985270dc777"><code>5b0adcc</code></a> changelog: fix Motor OS PR link (<a href="https://redirect.github.com/rust-random/getrandom/issues/816">#816</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/f19d321427171f7a3d472cf2614d21b30399ae9d"><code>f19d321</code></a> changelog: move version links to relevant sections (<a href="https://redirect.github.com/rust-random/getrandom/issues/815">#815</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/b83c77981255bd2fd0b700496062b0130714434d"><code>b83c779</code></a> Avoid accessing <code>errno</code> on unexpected return values. (<a href="https://redirect.github.com/rust-random/getrandom/issues/810">#810</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/3d1b15101b501fed2918e19a7cf176d24f690c76"><code>3d1b151</code></a> Update <code>r-efi</code> to v6 (<a href="https://redirect.github.com/rust-random/getrandom/issues/814">#814</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/73c17f7074085de6f1ec838a322240de8cd5b6c5"><code>73c17f7</code></a> windows: check return value of <code>ProcessPrng</code> (<a href="https://redirect.github.com/rust-random/getrandom/issues/811">#811</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/75895571b0eb4f9137381a0ddad876d3be5cfe53"><code>7589557</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/809">#809</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/6dfd5cb456cbb0e502ddcd283d749cc635272e19"><code>6dfd5cb</code></a> Unify lazy types (<a href="https://redirect.github.com/rust-random/getrandom/issues/804">#804</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/5e6b0224b77226ce426a807568b41a10fb8a1c81"><code>5e6b022</code></a> Update Cargo.lock (<a href="https://redirect.github.com/rust-random/getrandom/issues/806">#806</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.2">compare view</a></li> </ul> </details> <br /> Updates `toml` from 0.8.23 to 1.1.2+spec-1.1.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/a3d0047c95dfc6e82997d508dd93c9908650a418"><code>a3d0047</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/cc37615fc8d9213594250043e0e3b6cf73ed1e69"><code>cc37615</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/7f5e9e130ae2cb17497cd7811a4a1e78fb5715d7"><code>7f5e9e1</code></a> fix(parser): Consolidate invalid unquoted key into one error (<a href="https://redirect.github.com/toml-rs/toml/issues/1138">#1138</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/52feb9070cca1734db13d22796efd1115835881b"><code>52feb90</code></a> fix(parser): Consolidate invalid unquoted key into one error</li> <li><a href="https://github.com/toml-rs/toml/commit/aad85d4921e8eb500cc7a26ac1165f111a59c433"><code>aad85d4</code></a> chore(deps): Update j178/prek-action action to v2 (<a href="https://redirect.github.com/toml-rs/toml/issues/1136">#1136</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/8b1ac44bcae5ffc4e58e8809a031ab05f486ccbe"><code>8b1ac44</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/toml-rs/toml/issues/1135">#1135</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/9effd79ff2ea692420931e2e4d58969525e6c398"><code>9effd79</code></a> chore(deps): Update j178/prek-action action to v2</li> <li><a href="https://github.com/toml-rs/toml/commit/9db8aad6eafbc62f6b9d1950117649cc41eaf695"><code>9db8aad</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/e55a6633d9e16e4406db8a9fb8ce26fa84fb1553"><code>e55a663</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/c11d7d7ad38781b66e7df34371ce3969677bc62d"><code>c11d7d7</code></a> Optimisations (<a href="https://redirect.github.com/toml-rs/toml/issues/1133">#1133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v1.1.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mykhailo Chalyi <mykhailo.chalyi-contractor@procore.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 3 updates: tokio, getrandom and toml.
Updates
tokiofrom 1.52.1 to 1.52.3Release notes
Sourced from tokio's releases.
Commits
d875691chore: prepare Tokio v1.52.3 (#8130)e1aebb0Merge 'tokio-1.51.3' into 'tokio-1.52.x' (#8129)fd63094chore: prepare Tokio v1.51.3 (#8127)8c600d0Merge 'tokio-1.47.5' into 'tokio-1.51.x' (#8123)11bfc13chore: prepare Tokio v1.47.5 (#8122)f085b62sync: notify receivers in mpscOwnedPermit::release()method (#8075)30d25ccsync: require that anRwLockhasmax_readers != 0(#8076)9fccf53sync: returnEmptyfromtry_recv()when mpsc is closed with outstanding p...ebf61b4sync: fix underflow in mpsc channellen()(#8062)4abe9d7chore: prepare Tokio v1.52.2 (#8115)Updates
getrandomfrom 0.3.4 to 0.4.2Changelog
Sourced from getrandom's changelog.
Commits
4d82673Release v0.4.2 (#821)158fdd4build(deps): bump the all-deps group with 3 updates (#818)5b0adccchangelog: fix Motor OS PR link (#816)f19d321changelog: move version links to relevant sections (#815)b83c779Avoid accessingerrnoon unexpected return values. (#810)3d1b151Updater-efito v6 (#814)73c17f7windows: check return value ofProcessPrng(#811)7589557Update Cargo.lock (#809)6dfd5cbUnify lazy types (#804)5e6b022Update Cargo.lock (#806)Updates
tomlfrom 0.8.23 to 1.1.2+spec-1.1.0Commits
a3d0047chore: Releasecc37615docs: Update changelog7f5e9e1fix(parser): Consolidate invalid unquoted key into one error (#1138)52feb90fix(parser): Consolidate invalid unquoted key into one erroraad85d4chore(deps): Update j178/prek-action action to v2 (#1136)8b1ac44chore(deps): Update compatible (dev) (#1135)9effd79chore(deps): Update j178/prek-action action to v29db8aadchore: Releasee55a663docs: Update changelogc11d7d7Optimisations (#1133)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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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