build(deps): bump the all-deps group across 1 directory with 7 updates#309
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
build(deps): bump the all-deps group across 1 directory with 7 updates#309dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the all-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [bitflags](https://github.com/bitflags/bitflags) | `2.10.0` | `2.11.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.181` | `0.2.182` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.1.3` | `1.1.4` | | [syn](https://github.com/dtolnay/syn) | `2.0.114` | `2.0.117` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.23` | `1.0.24` | | [zmij](https://github.com/dtolnay/zmij) | `1.0.20` | `1.0.21` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) 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.181 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.181...0.2.182) Updates `rustix` from 1.1.3 to 1.1.4 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.3...v1.1.4) Updates `syn` from 2.0.114 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.117) Updates `unicode-ident` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.23...1.0.24) Updates `zmij` from 1.0.20 to 1.0.21 - [Release notes](https://github.com/dtolnay/zmij/releases) - [Commits](dtolnay/zmij@1.0.20...1.0.21) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: libc dependency-version: 0.2.182 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: rustix dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: syn dependency-version: 2.0.117 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: unicode-ident dependency-version: 1.0.24 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: zmij dependency-version: 1.0.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.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 all-deps group with 7 updates in the / directory:
1.0.1011.0.1022.10.02.11.00.2.1810.2.1821.1.31.1.42.0.1142.0.1171.0.231.0.241.0.201.0.21Updates
anyhowfrom 1.0.101 to 1.0.102Release notes
Sourced from anyhow's releases.
Commits
5c657b3Release 1.0.102e737fb6Merge pull request #442 from dtolnay/backtrace7fe62b5Further simply backtrace conditional compilationc8cb5caMerge pull request #441 from dtolnay/backtracede27df7Delete CI use of --features=backtrace9b67e5dMerge pull request #440 from dtolnay/backtraceefdb11aSimplifystd_backtraceconditional codeb8a9a70Merge pull request #439 from dtolnay/backtracea42fc2cRemovefeature = "backtrace"conditional code2a2a3ceRe-word backtrace feature commentUpdates
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.181 to 0.2.182Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
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
rustixfrom 1.1.3 to 1.1.4Commits
c4caf5cchore: Release rustix version 1.1.45953a2cPrune pins in CI that are no longer needed. (#1588)9116c05Bump dependencies (#1567)5ee0ca3hurd: Fix l_type and l_whence types (#1569)8950589Clobber vector registers and do not use preserves_flags in riscv64 syscalls (...7b0d2aeUpdate pins for MSRV compatibility (#1585)99458d8feat(redox):renameatandrenameat_with(#1586)a9c8dcbRemove reference to yanked crate in README.md (#1587)8bf15a0Drop custom makedev implementation for Redox (#1582)74b886dUpdate pins for MSRV compatibility (#1584)Updates
synfrom 2.0.114 to 2.0.117Release notes
Sourced from syn's releases.
Commits
7bcb37cRelease 2.0.1179c6e7d3Merge pull request #1970 from dtolnay/receiver019a848Fix self:: pattern in first function argument23f54f3Update test suite to nightly-2026-02-18b99b9a6Unpin CI miri toolchaina62e54aRelease 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 lintUpdates
unicode-identfrom 1.0.23 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 matchingUpdates
zmijfrom 1.0.20 to 1.0.21Commits
6531ba3Release 1.0.21ec5058eSync to vitaut/zmij@b35b64a9688213Restore support for rustc older than 1.831daaf0cSync to vitaut/zmij@f59cbcfafc76e9Pin CI miri to nightly-2026-02-113812b15Sync to vitaut/zmij@e458b55Dependabot 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