ci: bump the all-deps group with 6 updates#902
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the all-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.187` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.106` | `1.0.107` | | [quote](https://github.com/dtolnay/quote) | `1.0.46` | `1.0.47` | | [syn](https://github.com/dtolnay/syn) | `2.0.118` | `2.0.119` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.54` | `0.8.55` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.54` | `0.8.55` | Updates `libc` from 0.2.186 to 0.2.187 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.187/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.186...0.2.187) Updates `proc-macro2` from 1.0.106 to 1.0.107 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.106...1.0.107) Updates `quote` from 1.0.46 to 1.0.47 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.46...1.0.47) Updates `syn` from 2.0.118 to 2.0.119 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.118...2.0.119) Updates `zerocopy` from 0.8.54 to 0.8.55 - [Release notes](https://github.com/google/zerocopy/releases) - [Commits](google/zerocopy@v0.8.54...v0.8.55) Updates `zerocopy-derive` from 0.8.54 to 0.8.55 - [Release notes](https://github.com/google/zerocopy/releases) - [Commits](google/zerocopy@v0.8.54...v0.8.55) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.187 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: proc-macro2 dependency-version: 1.0.107 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: quote dependency-version: 1.0.47 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: syn dependency-version: 2.0.119 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: zerocopy dependency-version: 0.8.55 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: zerocopy-derive dependency-version: 0.8.55 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 6 updates:
0.2.1860.2.1871.0.1061.0.1071.0.461.0.472.0.1182.0.1190.8.540.8.550.8.540.8.55Updates
libcfrom 0.2.186 to 0.2.187Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
ee05190libc: Release 0.2.18713b2218unix: add preadv2 and pwritev2 to androidabc9903docs: Improve the pull request template and CONTRIBUTING.mdc452b48util: Restructure to use one class per subcommandcbc70c9nuttx: more document comments2589ea3nuttx: add TCP_MAXSEG definitions6be50c1nuttx: add pipe2 definitions4500344nuttx: add poll definitions60c1cc9nuttx: add fcntl definitions3b2c2d4nuttx: add eventfd definitionsUpdates
proc-macro2from 1.0.106 to 1.0.107Release notes
Sourced from proc-macro2's releases.
Commits
ed8a549Release 1.0.107d2550fbUpdate documentation links to syn 30bf387dResolve redundant_else pedantic clippy lint949d696Update actions/upload-artifact@v6 -> v7294a2bbUpdate actions/checkout@v6 -> v7cd46c1bLintclippy::from_iter_instead_of_collecthas been removedbb38d83Update afl fuzzer from 0.17 to 0.180f510dbUnpin CI miri toolchainb3c5fe3Pin CI miri to nightly-2026-02-117e2a990Raise required compiler to Rust 1.71Updates
quotefrom 1.0.46 to 1.0.47Release notes
Sourced from quote's releases.
Commits
723dcb4Release 1.0.4786e2967Update documentation links to syn 3b56db87Update ui test suite to nightly-2026-07-14cba5d96Update actions/upload-artifact@v6 -> v7Updates
synfrom 2.0.118 to 2.0.119Release notes
Sourced from syn's releases.
Commits
3295f9eRelease 2.0.1196ae9c18Merge pull request #1996 from dtolnay/fieldrepresenting8ebd963Parse field-representing types builtin540ccf8Drop unneeded lifetime on covariant Cursor in verbatim::betweenaa05887Merge pull request #1995 from dtolnay/cursorb7160d3Reduce forking for Verbatim constructionefdc925Merge pull request #1994 from dtolnay/tailcallde6424cPreserve attribute on tail-call expression in statement position050dd73Stricter const move closure grammarc7d514bMerge pull request #1992 from dtolnay/scanconstmoveUpdates
zerocopyfrom 0.8.54 to 0.8.55Release notes
Sourced from zerocopy's releases.
Commits
93ea10bRelease 0.8.55 (#3491)830bc15[derive] SupportIntoByteson homogeneous generic structs (#3488)5f118f8[CI] Bump the all-actions group with 3 updates (#3490)bac77f0[CI] Bump the all-actions group with 3 updates (#3484)9fa46daMakeByteOrder::ORDERandOrderpublic; release 0.8.54 (#3475)Updates
zerocopy-derivefrom 0.8.54 to 0.8.55Release notes
Sourced from zerocopy-derive's releases.
Commits
93ea10bRelease 0.8.55 (#3491)830bc15[derive] SupportIntoByteson homogeneous generic structs (#3488)5f118f8[CI] Bump the all-actions group with 3 updates (#3490)bac77f0[CI] Bump the all-actions group with 3 updates (#3484)9fa46daMakeByteOrder::ORDERandOrderpublic; release 0.8.54 (#3475)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