chore(deps): Bump the patches group across 1 directory with 8 updates#196
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): Bump the patches group across 1 directory with 8 updates#196dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
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.11` | | [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.167` | | [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.21` | 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.11 - [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.11) 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.167 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.162...0.2.167) 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.21 - [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.21) --- 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>
Contributor
Author
|
Superseded by #198. |
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.111.0.21.0.30.2.1620.2.1670.7.10.7.24.5.204.5.21Updates
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.11Release notes
Sourced from zerocopy's releases.
Commits
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)ad47fa2Release 0.8.10 (#2056)6681065Suppot the unstable f16 and f128 types (#2042)e3b2ec1AddFromBytes::read_from_ioandIntoBytes::write_to_io(#2016)af9179eDocument that derives imply supertraits, where applicable. (#2038)9733196[ci] Roll pinned nightly toolchain (#2031)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.167Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
3831e59chore: release v0.2.1677cbac14Merge pull request #4167 from tgross35/backport-fix-rustc-dep-of-std70b1487Alowstatic_mut_refswithrustc-dep-of-std96db1f4ci: test withrustc-dep-of-std4ca22faFix the build withrustc-dep-of-std0acb8d6Merge pull request #4166 from tgross35/backport-crate-preludeb52375dAdd a.git-blame-ignore-revsentry for adding the prelude108310dMake use of the crate's prelude to replace individual imports877b6f6Create an internal prelude1abd74btrusty: Addintptr_tanduintptr_tUpdates
io-uringfrom 0.7.1 to 0.7.2Commits
Updates
clapfrom 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
03d7226chore: Release3df70fbdocs: Update changelog3266c36Merge pull request #5691 from epage/custom951762dfeat(complete): Allow any OsString-compatible type to be a CompletionCandidatebb6493efeat(complete): Offer - as a path option27b348drefactor(complete): Simplify ArgValueCandidates code49b8108feat(complete): Add PathCompleter82a360afeat(complete): Add ArgValueCompleter47aedc6fix(complete): Ensure paths are sorted431e2bctest(complete): Ensure ArgValueCandidates get filteredDependabot 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