chore(deps): Bump the patches group across 1 directory with 6 updates#207
Merged
chore(deps): Bump the patches group across 1 directory with 6 updates#207
Conversation
Bumps the patches group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` | | [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.93` | | [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.13` | `0.8.14` | | [libc](https://github.com/rust-lang/libc) | `0.2.168` | `0.2.169` | | [flexi_logger](https://github.com/emabee/flexi_logger) | `0.29.7` | `0.29.8` | Updates `serde` from 1.0.216 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.216...v1.0.217) Updates `syn` from 2.0.90 to 2.0.93 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.90...2.0.93) Updates `quote` from 1.0.37 to 1.0.38 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.37...1.0.38) Updates `zerocopy` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.13...v0.8.14) Updates `libc` from 0.2.168 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.168...0.2.169) Updates `flexi_logger` from 0.29.7 to 0.29.8 - [Release notes](https://github.com/emabee/flexi_logger/releases) - [Changelog](https://github.com/emabee/flexi_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/emabee/flexi_logger/commits) --- updated-dependencies: - dependency-name: serde 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: quote 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: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: flexi_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... 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 patches group with 6 updates in the / directory:
1.0.2161.0.2172.0.902.0.931.0.371.0.380.8.130.8.140.2.1680.2.1690.29.70.29.8Updates
serdefrom 1.0.216 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401bRelease 1.0.217cb6eaeaFix roundtrip inconsistency:b6f339cResolve repr_packed_without_abi clippy lint in tests2a5caeaMerge pull request #2872 from dtolnay/ehpersonalityb9f93f9Add no-std CI on stable compilereb5cd47Drop #[lang = "eh_personality"] from no-std test8478a3bMerge pull request #2871 from dtolnay/nostdstartdbb9091Replace #[start] with extern fn mainUpdates
synfrom 2.0.90 to 2.0.93Release notes
Sourced from syn's releases.
Commits
3f2acdcRelease 2.0.932ecf36aMerge pull request #1810 from dtolnay/confusable6240d9cRecursive implementation of confusable_with_adjacent_block39c8d4eMerge pull request #1809 from dtolnay/permutationsc770215Add exhaustive expressions parsing test672aca9Exclude slow expressions test from miri52d1ebbMerge pull request #1808 from dtolnay/ifbreak7fbb4aeFixif break x {}6baa793Merge pull request #1807 from dtolnay/rangearrow23f8f3bFixmatch x { _ if .. => {} }Updates
quotefrom 1.0.37 to 1.0.38Release notes
Sourced from quote's releases.
Commits
0245506Release 1.0.38d978c51Merge pull request #286 from dtolnay/array09d1e42Implement repetition for arrays5bba89fAdd repetition test with array of arrayaafba72Prevent upload-artifact step from causing CI failurec889896Update not-quotable ui test for ToTokens impl changes87c247fResolve some needless_lifetimes clippy lints31d7a01Ignore needless_lifetimes clippy lint6cff24bUpload CI Cargo.lock for reproducing failuresUpdates
zerocopyfrom 0.8.13 to 0.8.14Release notes
Sourced from zerocopy's releases.
Commits
f495088Release 0.8.14 (#2188)681561c[derive] Implement a IntoBytes-based Hash derive (#2159)0fa779eSilenceprivate_boundslint inKnownLayoutderive (#2182)Updates
libcfrom 0.2.168 to 0.2.169Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
bb5944cchore: release v0.2.1698ebcf49Merge pull request #4211 from tgross35/backport-openbsd-buildfab6a64Skipc_char_defon OpenBSDc86544fMerge pull request #4206 from tgross35/backport-tomato2ade12cReplace arch-conditionalc_charwith a reexport0567b59Ignore ordering style forc_char3e09b7cDo not re-export c_void in target-specific code7e761a5Fix c_char on various targets9fea17aMirrorc_charconfiguration fromrust-lang/rust3eb9670feat: Update c_char typeUpdates
flexi_loggerfrom 0.29.7 to 0.29.8Changelog
Sourced from flexi_logger's changelog.
Commits
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 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