build(deps): bump the crates group across 1 directory with 9 updates#3221
Merged
Ylarod merged 1 commit intoMar 26, 2026
Merged
Conversation
ee0b50b to
145733d
Compare
457f602 to
98094c6
Compare
Bumps the crates group with 9 updates in the /userspace/ksuinit directory: | Package | From | To | | --- | --- | --- | | [goblin](https://github.com/m4b/goblin) | `0.10.4` | `0.10.5` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [syscalls](https://github.com/jasonwhite/syscalls) | `0.7.0` | `0.8.1` | | [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.182` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.106` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.44` | | [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.116` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.22` | `1.0.24` | Updates `goblin` from 0.10.4 to 0.10.5 - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) Updates `syscalls` from 0.7.0 to 0.8.1 - [Changelog](https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md) - [Commits](jasonwhite/syscalls@0.7.0...0.8.1) Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.10.0...2.11.0) Updates `libc` from 0.2.178 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.178...0.2.182) Updates `proc-macro2` from 1.0.103 to 1.0.106 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.106) Updates `quote` from 1.0.42 to 1.0.44 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.44) Updates `syn` from 2.0.111 to 2.0.116 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.111...2.0.116) Updates `unicode-ident` from 1.0.22 to 1.0.24 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.22...1.0.24) --- updated-dependencies: - dependency-name: goblin dependency-version: 0.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: syscalls dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: libc dependency-version: 0.2.182 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: proc-macro2 dependency-version: 1.0.106 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: quote dependency-version: 1.0.44 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-version: 2.0.116 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: unicode-ident dependency-version: 1.0.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
98094c6 to
70e38d1
Compare
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 crates group with 9 updates in the /userspace/ksuinit directory:
0.10.40.10.51.0.1001.0.1010.7.00.8.12.10.02.11.00.2.1780.2.1821.0.1031.0.1061.0.421.0.442.0.1112.0.1161.0.221.0.24Updates
goblinfrom 0.10.4 to 0.10.5Changelog
Sourced from goblin's changelog.
Commits
Updates
anyhowfrom 1.0.100 to 1.0.101Release notes
Sourced from anyhow's releases.
Commits
80bfe29Release 1.0.101dff8c43Merge pull request #437 from Ibitier/inline-ok-helper85d9ea9Add #[inline] to anyhow::Ok helper54036ccUpdate ui test suite to nightly-2026-01-21cce0579Update actions/upload-artifact@v5 -> v6f2c598cUpdate actions/upload-artifact@v4 -> v52c0bda4Update to 2021 edition0d82268Remove rustc version requirement from readme67df012Merge pull request #436 from dtolnay/upc898488Raise required compiler to Rust 1.68Updates
syscallsfrom 0.7.0 to 0.8.1Changelog
Sourced from syscalls's changelog.
Commits
692bcf0v0.8.1c095aaeUpdate to Linux v6.18fb554a2v0.8.073b6ffbFix riscv32/riscv64 syscall listsdbfc15cUpdate README.mdUpdates
bitflagsfrom 2.10.0 to 2.11.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
60c6a72Merge pull request #474 from bitflags/cargo/2.11.079f4c05prepare for 2.11.0 release81d5facMerge pull request #473 from WaterWhisperer/feat/get-unknown-bitsa1c40f0Fix clippy errorb5d15b6Add tests2041dc3Add methods to get the known/unknown bits from a flags value90488e5Merge pull request #462 from james7132/serde_corebc3c4faUse serde_core instead of serdeUpdates
libcfrom 0.2.178 to 0.2.182Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
e879ee9chore: Release libc 0.2.1822efe72fremove copyright year in LICENSE-MIT634bc4eci: Update the list of tested and documented targetsd7aa109Revert "Disable hexagon-unknown-linux-musl testing for now"14e2f56Revert "ci: Skip hexagon-unknown-linux-musl"b7807c3Revert "aix: Temporarily skip checking powerpc64-ibm-aix builds"abe93a0feat(linux): addtgkillfor Linux and Android25f7ddefeat(redox): addRENAME_NOREPLACE4b4ce4ffeat(redox): addrenameat2ab8c36cbuild(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0Updates
proc-macro2from 1.0.103 to 1.0.106Release notes
Sourced from proc-macro2's releases.
Commits
58ab776Release 1.0.1061e18a0bMerge pull request #530 from dtolnay/byterange7f5973bMake char count bidirectional08d1dd0Cache span end positions8c4135fRelease 1.0.1052825fb1Make same crates available during probe as in crate rootcc5819cMerge pull request #528 from dtolnay/nostde78151eDisable std prelude2fbddd4Delete html_root_url commentaa54fc3Patch rustc-literal-escaper std dependenciesUpdates
quotefrom 1.0.42 to 1.0.44Release notes
Sourced from quote's releases.
Commits
ad9fb40Release 1.0.446df23cdMerge pull request #323 from dtolnay/lifetimef784891Support raw lifetime508dbddAdd test of raw lifetime27cb8c9Update ui test suite to nightly-2026-01-21bdd36fcTouch up PR 321d62d6ecMerge pull request #321 from tamird/doc-alloc-format242c683doc: restore link toformat!635ee67Release 1.0.435f605a6Reorder module-level attributes in crate rootUpdates
synfrom 2.0.111 to 2.0.116Release notes
Sourced from syn's releases.
Commits
a62e54aRelease 2.0.1165a8ed9fMerge pull request #1968 from dtolnay/receiver813afccOptimize parse_fn_arg_or_variadic for less lookahead on erroneous receiverc172150Add regression test for issue 17180071ab3Ignore type_complexity clippy lint3610c34Release 2.0.115f22e806Merge pull request #1966 from dtolnay/constrainta3faba7Enable GenericArgument::Constraint parsing in non-full mode9065157Pin CI miri to nightly-2026-02-11530e7e7Update toml from 0.9 to 1.0Updates
unicode-identfrom 1.0.22 to 1.0.24Release notes
Sourced from unicode-ident's releases.
Commits
5b54a63Release 1.0.24e55318fIgnore unwrap_or_default clippy lint5155402Touch up PR 4657872e3Wrap PR 46 comments to 80 columns98ccaf8Format PR 46 with rustfmte0549d6Ignore items_after_statements pedantic clippy lint73d7aaaMerge pull request #46 from yongqli/master5aed899Replace greedy half-chunk compression with optimal bipartite matching94f16bdRelease 1.0.234fb03abMerge pull request #45 from dtolnay/randYou can trigger a rebase of this PR 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