-
Notifications
You must be signed in to change notification settings - Fork 1.2k
build(deps): bump the patch-updates group with 24 updates #6470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Bumps the patch-updates group with 24 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.90` | `1.0.91` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.82` | `2.0.85` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` | | [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` | `0.2.6` | | [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` | `1.1.2` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.4` | `3.0.6` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` | | [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` | | [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.5` | `0.3.6` | | [minicov](https://github.com/Amanieu/minicov) | `0.3.5` | `0.3.6` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.6` | `1.1.7` | | [pin-project-internal](https://github.com/taiki-e/pin-project) | `1.1.6` | `1.1.7` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.14` | `0.2.15` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.88` | `1.0.89` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.37` | `0.38.38` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` | | [wayland-client](https://github.com/smithay/wayland-rs) | `0.31.6` | `0.31.7` | | [wayland-cursor](https://github.com/smithay/wayland-rs) | `0.31.6` | `0.31.7` | Updates `anyhow` from 1.0.90 to 1.0.91 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.90...1.0.91) Updates `serde` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.213) Updates `thiserror` from 1.0.64 to 1.0.65 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.65) Updates `tokio` from 1.40.0 to 1.41.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.0) Updates `syn` from 2.0.82 to 2.0.85 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.82...2.0.85) Updates `anstream` from 0.6.15 to 0.6.17 - [Commits](rust-cli/anstyle@anstream-v0.6.15...anstream-v0.6.17) Updates `anstyle` from 1.0.8 to 1.0.9 - [Commits](rust-cli/anstyle@v1.0.8...v1.0.9) Updates `anstyle-parse` from 0.2.5 to 0.2.6 - [Commits](rust-cli/anstyle@anstyle-parse-v0.2.5...anstyle-parse-v0.2.6) Updates `anstyle-query` from 1.1.1 to 1.1.2 - [Commits](rust-cli/anstyle@anstyle-query-v1.1.1...anstyle-query-v1.1.2) Updates `anstyle-wincon` from 3.0.4 to 3.0.6 - [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.4...anstyle-wincon-v3.0.6) Updates `bytes` from 1.7.2 to 1.8.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.7.2...v1.8.0) Updates `colorchoice` from 1.0.2 to 1.0.3 - [Commits](rust-cli/anstyle@colorchoice-v1.0.2...colorchoice-v1.0.3) Updates `fdeflate` from 0.3.5 to 0.3.6 - [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md) - [Commits](image-rs/fdeflate@v0.3.5...v0.3.6) Updates `minicov` from 0.3.5 to 0.3.6 - [Changelog](https://github.com/Amanieu/minicov/blob/master/CHANGELOG.md) - [Commits](Amanieu/minicov@v0.3.5...v0.3.6) Updates `pin-project` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.6...v1.1.7) Updates `pin-project-internal` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.6...v1.1.7) Updates `pin-project-lite` from 0.2.14 to 0.2.15 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.14...v0.2.15) Updates `proc-macro2` from 1.0.88 to 1.0.89 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.88...1.0.89) Updates `regex` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.1) Updates `rustix` from 0.38.37 to 0.38.38 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](bytecodealliance/rustix@v0.38.37...v0.38.38) Updates `serde_derive` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.213) Updates `thiserror-impl` from 1.0.64 to 1.0.65 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.65) Updates `wayland-client` from 0.31.6 to 0.31.7 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) Updates `wayland-cursor` from 0.31.6 to 0.31.7 - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anstyle-parse dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anstyle-query dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: anstyle-wincon dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: colorchoice dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fdeflate dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: minicov dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pin-project dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pin-project-internal dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: regex dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-client dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: wayland-cursor dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Wumpf
approved these changes
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 patch-updates group with 24 updates:
1.0.901.0.911.0.2101.0.2131.0.641.0.651.40.01.41.02.0.822.0.850.6.150.6.171.0.81.0.90.2.50.2.61.1.11.1.23.0.43.0.61.7.21.8.01.0.21.0.30.3.50.3.60.3.50.3.61.1.61.1.71.1.61.1.70.2.140.2.151.0.881.0.891.11.01.11.10.38.370.38.381.0.2101.0.2131.0.641.0.650.31.60.31.70.31.60.31.7Updates
anyhowfrom 1.0.90 to 1.0.91Release notes
Sourced from anyhow's releases.
Commits
6c52daaRelease 1.0.914986853Merge pull request #388 from dtolnay/outdirf130b76Clean up dep-info files from OUT_DIRUpdates
serdefrom 1.0.210 to 1.0.213Release notes
Sourced from serde's releases.
Commits
58a8d22Release 1.0.213ef0ed22Merge pull request #2847 from dtolnay/newtypewith79925acIgnore dead_code warning in regression testb60e409Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5Add regression test for issue 284649e11ceIgnore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5fRelease 1.0.2121ac054bMerge pull request #2845 from dtolnay/withlocal1e36ef5Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72Add regression test for issue 2844Updates
thiserrorfrom 1.0.64 to 1.0.65Release notes
Sourced from thiserror's releases.
Commits
5088592Release 1.0.653309b37Merge pull request #325 from dtolnay/outdirf563b1dClean up dep-info files from OUT_DIRa72ea77Resolve extra_unused_lifetimes clippy lint1b15d6eIgnore needless_lifetimes clippy lintUpdates
tokiofrom 1.40.0 to 1.41.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
01e04dachore: prepare Tokio v1.41.0 (#6917)92ccaderuntime: fix stability feature flags for docs (#6909)fbfeb9ametrics: rename*_poll_count_*to*_poll_time_*(#6924)da745ffmetrics: add H2 Histogram option to improve histogram granularity (#6897)ce1c74fmetrics: fix deadlock in injection_queue_depth_multi_thread test (#6916)28c9a14metrics: renameinjection_queue_depthtoglobal_queue_depth(#6918)32e0b43ci: freeze FreeBSD and wasm-unknown-unknown on rustc 1.81 (#6911)1656d8esync: addmpsc::Receiver::blocking_recv_many(#6867)c9e998eci: print the correct sort order of the dictionary on failure (#6905)512e9dert: add LocalRuntime (#6808)Updates
synfrom 2.0.82 to 2.0.85Release notes
Sourced from syn's releases.
Commits
293d7c9Release 2.0.85c94df74Merge pull request #1773 from dtolnay/unsafestatic8d7814aPreserve extern static unsafety in ForeignItem::Verbatim2e159bcRelease 2.0.84058e7d0Merge pull request #1772 from dtolnay/selfcapture2a9e9fbParse self captures:impl Sized + use\<Self>e478e03Merge pull request #1771 from dtolnay/up19baaa6Categorize newly failing rust repo source filesf89eca2Update test suite to nightly-2024-10-2383e3b08Merge pull request #1768 from dtolnay/safeUpdates
anstreamfrom 0.6.15 to 0.6.17Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstylefrom 1.0.8 to 1.0.9Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-parsefrom 0.2.5 to 0.2.6Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-queryfrom 1.1.1 to 1.1.2Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-winconfrom 3.0.4 to 3.0.6Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
bytesfrom 1.7.2 to 1.8.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
c45697cchore: prepare bytes v1.8.0 (#741)0ac54caGuarantee address in split_off/split_to for empty slices (#740)Updates
colorchoicefrom 1.0.2 to 1.0.3Commits
5628f47chore: Release42d4175chore: Release924fc50chore: Release313e16adocs: Update changelog2bbc343Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08feat: Implement AsLockedWrite generically toof4a1f98Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7feat: Implement AutoStream for dyn Write + auto traits8a57dccMerge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88refactor: Implement RawStream for Box<T> genericallyUpdates
fdeflatefrom 0.3.5 to 0.3.6Changelog
Sourced from fdeflate's changelog.
Commits
4610c91Release v0.3.6 (#36)464a904Cover test files when publishing (#35)f406b48Split decoding loop (#34)797304dDon't hardcode deflate tables (#32)de4c8ffFix MSRV and CI (#33)1b782e8Optimize deflate table building (#31)Updates
minicovfrom 0.3.5 to 0.3.6Changelog
Sourced from minicov's changelog.
Commits
ddae0a3Bump version to 0.3.641b5d55Merge pull request #24 from Amanieu/v108b3c9fbUpgrade LLVM profiling runtime to version 10Updates
pin-projectfrom 1.1.6 to 1.1.7Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
31fb40cRelease 1.1.70e79b89Update changelogf6c7504Work around negative_impls that allows unsound overlapping Unpin impls0009800ci: Auto-update cspell dictionary43839a9tests: Update ui test output to nightly-2024-10-17f875d22tests: Update lint testUpdates
pin-project-internalfrom 1.1.6 to 1.1.7Release notes
Sourced from pin-project-internal's releases.
Changelog
Sourced from pin-project-internal's changelog.
Commits
31fb40cRelease 1.1.70e79b89Update changelogf6c7504Work around negative_impls that allows unsound overlapping Unpin impls0009800ci: Auto-update cspell dictionary43839a9tests: Update ui test output to nightly-2024-10-17f875d22tests: Update lint testUpdates
pin-project-litefrom 0.2.14 to 0.2.15Release notes
Sourced from pin-project-lite's releases.
Changelog
Sourced from pin-project-lite's changelog.
Commits
a335953Release 0.2.159c4bec1Update changelog57d5679Work around negative_impls that allows unsound overlapping Unpin impls0a3bfbbci: Auto-update cspell dictionary1904d6etests: Update ui test output to nightly-2024-10-176d4b8dbtests: Update lint test1512397tests: Update lint test41e0430Fix typo9d73aaetools: Update tidy.shd96e89bci: Use taiki-e/github-actions/install-rust actionUpdates
proc-macro2from 1.0.88 to 1.0.89Release notes
Sourced from proc-macro2's releases.
Commits
671d87dRelease 1.0.899574d98Merge pull request #474 from dtolnay/outdir3e8962cClean up dep-info files from OUT_DIRUpdates
regexfrom 1.11.0 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c061.11.180df54echangelog: 1.11.1991ba88unstable: fixPatterntrait implementationUpdates
rustixfrom 0.38.37 to 0.38.38Commits
80d17a6chore: Release rustix version 0.38.384f8a508Add safety comments formmapetc. (#1188)ec78479Add arustix::fs::ABSconstant. (#1189)c004964Add some unit tests forsplit_init. (#1190)511203cAdd O_RSYNC + fallocate on solarish, and fadvise on illumos (#1191)de3ac20Remove potential panic insplit_init(#1184)e19ec13Fix compilation on platforms withoutSO_RCVBUFFORCE.0775a8eExpose socket option SO_RCVBUFFORCE (#1174)fc28250s390x linux_raw support (#1179)c3875fdImplementselect. (#1162)Updates
serde_derivefrom 1.0.210 to 1.0.213Release notes
Sourced from serde_derive's releases.
Commits
58a8d22Release 1.0.213ef0ed22Merge pull request #2847 from dtolnay/newtypewith79925acIgnore dead_code warning in regression testb60e409Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5Add regression test for issue 284649e11ceIgnore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5fRelease 1.0.2121ac054bMerge pull request #2845 from dtolnay/withlocal1e36ef5Fix hygiene of macro-generated local variable accesses in serde(with) wrappers0058c72Add regression test for issue 2844Updates
thiserror-implfrom 1.0.64 to 1.0.65Release notes
Sourced from thiserror-impl's releases.
Commits
5088592Release 1.0.653309b37Merge pull request #325 from dtolnay/outdirf563b1dClean up dep-info files from OUT_DIRa72ea77Resolve extra_unused_lifetimes clippy lint1b15d6eIgnore needless_lifetimes clippy lintUpdates
wayland-clientfrom 0.31.6 to 0.31.7Commits
Updates
wayland-cursorfrom 0.31.6 to 0.31.7Commits
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 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