build(deps): bump the patch group across 2 directories with 6 updates#914
Merged
Benoît Cortier (CBenoit) merged 1 commit intoAug 12, 2025
Merged
Conversation
Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [clap](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` | | [whoami](https://github.com/ardaku/whoami) | `1.6.0` | `1.6.1` | | [slab](https://github.com/tokio-rs/slab) | `0.4.10` | `0.4.11` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.1` | `1.23.2` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.14` | Bumps the patch group with 2 updates in the /fuzz directory: [slab](https://github.com/tokio-rs/slab) and [thiserror](https://github.com/dtolnay/thiserror). Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `clap` from 4.5.42 to 4.5.44 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.44) Updates `whoami` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/ardaku/whoami/releases) - [Commits](https://github.com/ardaku/whoami/commits) Updates `slab` from 0.4.10 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.10...v0.4.11) Updates `bytemuck` from 1.23.1 to 1.23.2 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.23.1...v1.23.2) Updates `thiserror` from 2.0.12 to 2.0.14 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.14) Updates `slab` from 0.4.10 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.10...v0.4.11) Updates `thiserror` from 2.0.12 to 2.0.14 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.14) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-version: 4.5.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: whoami dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: slab dependency-version: 0.4.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: bytemuck dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch - dependency-name: thiserror dependency-version: 2.0.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
Benoît Cortier (CBenoit)
approved these changes
Aug 12, 2025
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 patch group with 6 updates in the / directory:
1.0.981.0.994.5.424.5.441.6.01.6.10.4.100.4.111.23.11.23.22.0.122.0.14Bumps the patch group with 2 updates in the /fuzz directory: slab and thiserror.
Updates
anyhowfrom 1.0.98 to 1.0.99Release notes
Sourced from anyhow's releases.
Commits
f2b963aRelease 1.0.992c64c15Merge pull request #420 from dtolnay/enotempty8cf66f7Allow build-script cleanup failure with NFSv3 output directory to be non-fatalf5e145cRevert "Pin nightly toolchain used for miri job"1d7ef1dUpdate ui test suite to nightly-2025-06-306929572Update ui test suite to nightly-2025-06-1837224e3Ignore mismatched_lifetime_syntaxes lint11f0e81Pin nightly toolchain used for miri jobd04c999Raise required compiler for backtrace feature to rust 1.82219d163Update test suite to nightly-2025-05-01Updates
clapfrom 4.5.42 to 4.5.44Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
8e2c2c5chore: Release427d4fcdocs: Update changelog3b99593Merge pull request #5896 from epage/envf5fc765feat(complete): Provide a way to disable env completionsc4105bdchore: Releasea029b20docs: Update changelogcf15d48Merge pull request #5893 from 8LWXpg/patch-27e54542Merge pull request #5892 from 8LWXpg/patch-16ffc88ffix(complete): Check if help string is empty7d8470efix(complete): Fix single quote escaping in PowerShellUpdates
whoamifrom 1.6.0 to 1.6.1Commits
Updates
slabfrom 0.4.10 to 0.4.11Release notes
Sourced from slab's releases.
Changelog
Sourced from slab's changelog.
Commits
2e5779fRelease v0.4.11 (#153)2d65c51Fix get_disjoint_mut error condition (#152)Updates
bytemuckfrom 1.23.1 to 1.23.2Changelog
Sourced from bytemuck's changelog.
Commits
c069a2fchore: Release bytemuck version 1.23.28b48ef3.7fef8d9bump derive minimum version. should be a semver patch effect.2524f62chore: Release bytemuck_derive version 1.10.1c4873c9.374df78Make thePod/NoUninitderive macros useassert!to check size equality,...6633a51Fix a typo (#319)1c9e7bachore: Release bytemuck_derive version 1.10.05e58cf7changelog0e11472add support for deriving NoUninit on enums with fields (#292)Updates
thiserrorfrom 2.0.12 to 2.0.14Release notes
Sourced from thiserror's releases.
Commits
eea6799Release 2.0.14a2aa6d7Merge pull request #426 from dtolnay/enotemptyf00ebc5Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28daRelease 2.0.1389872e3Unindent crate-level markdown linksaee87e5Wrap PR 425 to 80 columns0f94e99Merge pull request #425 from Kriskras99/feat/doc_linksf1eb081Add links to more itemsf301423Revert "Pin nightly toolchain used for miri job"7a5fbc6Update ui test suite to nightly-2025-07-30Updates
slabfrom 0.4.10 to 0.4.11Release notes
Sourced from slab's releases.
Changelog
Sourced from slab's changelog.
Commits
2e5779fRelease v0.4.11 (#153)2d65c51Fix get_disjoint_mut error condition (#152)Updates
thiserrorfrom 2.0.12 to 2.0.14Release notes
Sourced from thiserror's releases.
Commits
eea6799Release 2.0.14a2aa6d7Merge pull request #426 from dtolnay/enotemptyf00ebc5Allow build-script cleanup failure with NFSv3 output directory to be non-fatal61f28daRelease 2.0.1389872e3Unindent crate-level markdown linksaee87e5Wrap PR 425 to 80 columns0f94e99Merge pull request #425 from Kriskras99/feat/doc_linksf1eb081Add links to more itemsf301423Revert "Pin nightly toolchain used for miri job"7a5fbc6Update ui test suite to nightly-2025-07-30Dependabot 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