chore(deps): Bump the patches group across 1 directory with 8 updates#198
Merged
chore(deps): Bump the patches group across 1 directory with 8 updates#198
Conversation
Bumps the patches group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.89` | `1.0.92` | | [syn](https://github.com/dtolnay/syn) | `2.0.87` | `2.0.90` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.9` | `0.8.13` | | [mio](https://github.com/tokio-rs/mio) | `1.0.2` | `1.0.3` | | [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.168` | | [io-uring](https://github.com/tokio-rs/io-uring) | `0.7.1` | `0.7.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.23` | Updates `serde` from 1.0.214 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.214...v1.0.215) Updates `proc-macro2` from 1.0.89 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.89...1.0.92) Updates `syn` from 2.0.87 to 2.0.90 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.87...2.0.90) Updates `zerocopy` from 0.8.9 to 0.8.13 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.9...v0.8.13) Updates `mio` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.2...v1.0.3) Updates `libc` from 0.2.162 to 0.2.168 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.162...0.2.168) Updates `io-uring` from 0.7.1 to 0.7.2 - [Commits](https://github.com/tokio-rs/io-uring/commits) Updates `clap` from 4.5.20 to 4.5.23 - [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.20...clap_complete-v4.5.23) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: io-uring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
b97cf15 to
b0b5730
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 patches group with 8 updates in the / directory:
1.0.2141.0.2151.0.891.0.922.0.872.0.900.8.90.8.131.0.21.0.30.2.1620.2.1680.7.10.7.24.5.204.5.23Updates
serdefrom 1.0.214 to 1.0.215Release notes
Sourced from serde's releases.
Commits
8939af4Release 1.0.215fa5d58cUse ui test syntax that does not interfere with rustfmt1a3cf4bUpdate PR 2562 ui tests7d96352Merge pull request #2857 from dtolnay/collide111ecc5Update ui tests for warning on colliding aliasesedd6fe9Revert "Add checks for conflicts for aliases"a20e924Revert "pacify clippy"b1353a9Merge pull request #2856 from dtolnay/denamec59e876Produce a separate warning for every colliding name7f1e697Merge pull request #2855 from dtolnay/namespanUpdates
proc-macro2from 1.0.89 to 1.0.92Release notes
Sourced from proc-macro2's releases.
Commits
acc7d36Release 1.0.920cb443dMerge pull request #487 from dtolnay/mismatchlineae478edChange mismatch panic message to avoid github linkifying5046761Release 1.0.9127c5494Merge pull request #486 from dtolnay/compilerlexa9146d6Ensure that compiler tokenstream parsing only produces a compiler lexerror1ce5f04Merge pull request #485 from dtolnay/fallbackident75d0818Make parser's fallback Ident symmetric with Group and Literal56c3e31Merge pull request #484 from dtolnay/fbliterald2c0e61Fix spanned fallback literal constructionUpdates
synfrom 2.0.87 to 2.0.90Release notes
Sourced from syn's releases.
Commits
ac5b41cRelease 2.0.909037abbMerge pull request #1787 from dtolnay/unparenthesizetest1a549c0Improve test_unparenthesize to catch more false negativesf9aa206Merge pull request #1786 from dtolnay/fieldcall1445ccfDo not parenthesize unnamed tuple struct fields in call48d0101Fix parenthesization of field expressions in function calls0e5c568Add test of parentheses needed in call of field1cf735eMerge pull request #1785 from dtolnay/attrprecedence204c155Lower precedence of expressions containing outer attrs401399fAdd test of attr precedence inside subexpressionUpdates
zerocopyfrom 0.8.9 to 0.8.13Release notes
Sourced from zerocopy's releases.
Commits
2c8ef74Release 0.8.13 (#2130)f436922Practice goodSelfhygiene (#2127)ac7b8e8Release 0.8.12 (#2125)8211fbc[derive] Don't emit #[cfg(coverage_nightly)] (#2123)1cc24c0[ci] Roll pinned stable toolchain (#2121)7431cbdRelease v0.8.11 (#2099)d159e36Add initial support for unsizedMaybeUninitwrapper type (#2055)664b976[ci] Permit skipping cargo-semver-checks step (#2084)6a5860bPinlibcversion to 0.2.163 (#2085)b89e4b7[derive] Suppress non_camel_case_types... (#2057)Updates
miofrom 1.0.2 to 1.0.3Changelog
Sourced from mio's changelog.
Commits
f45f492Release v1.0.3 (#1843)cbb53c7Use poll(2) implementation on AIXd8d68acImplement more I/O safety traits8b6c4b5Remove dependency to hermit-abi (#1830)Updates
libcfrom 0.2.162 to 0.2.168Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
e6082efchore: release v0.2.16826b5337Merge pull request #4190 from tgross35/backport-ci-artifacts4344e54ci: Upload artifacts created by libc-testabe73abMerge pull request #4187 from tgross35/backport-romanesco1e2da75adding POSIX memccpy and mempcpy GNU extension.7457aa1fix: make Debug impl for unions opaque8592ff9Lift IFA_* constants from linux/gnu to linux069c923Test(semver/linux): Add missing PF_* constants05768aaDocs(linux): Add docs forPF_*constants0e89233Feat(linux): Add new process flagsUpdates
io-uringfrom 0.7.1 to 0.7.2Commits
Updates
clapfrom 4.5.20 to 4.5.23Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
7916028chore: Release804498ddocs: Update changelogf9721f1Merge pull request #5695 from epage/valueb04bf72fix(complete)!: Be consistent in value language0e28259chore: Releasee55c986docs: Update changelogc7157dfMerge pull request #5692 from epage/self84252b7fix(complete): Allow completing '.'eded64atest(complete): Verify PathCompleter::dir03d7226chore: ReleaseDependabot 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