build(deps): bump the patch-updates group with 7 updates#1055
Merged
build(deps): bump the patch-updates group with 7 updates#1055
Conversation
Bumps the patch-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [config](https://github.com/rust-cli/config-rs) | `0.15.16` | `0.15.17` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` | | [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.227` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.38` | `1.2.39` | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.176` | | [serde_core](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.227` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.227` | Updates `config` from 0.15.16 to 0.15.17 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.16...v0.15.17) Updates `memchr` from 2.7.5 to 2.7.6 - [Commits](BurntSushi/memchr@2.7.5...2.7.6) Updates `serde` from 1.0.225 to 1.0.227 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.225...v1.0.227) Updates `cc` from 1.2.38 to 1.2.39 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.38...cc-v1.2.39) Updates `libc` from 0.2.175 to 0.2.176 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.176) Updates `serde_core` from 1.0.225 to 1.0.227 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.225...v1.0.227) Updates `serde_derive` from 1.0.225 to 1.0.227 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.225...v1.0.227) --- updated-dependencies: - dependency-name: config dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: memchr dependency-version: 2.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde dependency-version: 1.0.227 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: cc dependency-version: 1.2.39 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: libc dependency-version: 0.2.176 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_core dependency-version: 1.0.227 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_derive dependency-version: 1.0.227 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1055 +/- ##
=======================================
Coverage 88.64% 88.64%
=======================================
Files 47 47
Lines 13681 13681
=======================================
Hits 12128 12128
Misses 1553 1553 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 patch-updates group with 7 updates:
0.15.160.15.172.7.52.7.61.0.2251.0.2271.2.381.2.390.2.1750.2.1761.0.2251.0.2271.0.2251.0.227Updates
configfrom 0.15.16 to 0.15.17Changelog
Sourced from config's changelog.
Commits
d652aaechore: Release config version 0.15.17088dfe5docs: Update changelog84c3ea1feat: add corn file format (#694)0aca5defeat(format): Add corn supportc625059chore: Update from '_rust/main' template (#697)654debdchore: Update from '_rust/main' template664d430chore: Upgrade dependencies (#696)c27a29cchore: Upgrade dependencies69288bdchore(deps): Update Rust Stable to v1.90 (#692)6c0f9bdstyle: Fix rustc warningUpdates
memchrfrom 2.7.5 to 2.7.6Commits
9ba486e2.7.6ec25b80aarch64: fix NEON optimization on big-endianUpdates
serdefrom 1.0.225 to 1.0.227Release notes
Sourced from serde's releases.
Commits
415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleaa2d9b2Merge pull request #2989 from dtolnay/pr29873a7c11cRename enum_untagged::generate_newtype_variant -> deserialize_newtype_variant11ce440Rename enum_untagged::generate_variant -> deserialize_variantUpdates
ccfrom 1.2.38 to 1.2.39Changelog
Sourced from cc's changelog.
Commits
f53e817chore(cc): release v1.2.39 (#1570)6d3e241Fix cross compilation to xtensa-esp32s3-espidf (#1569)b083806Fix autodetect_wasi_compiler: support non utf-8 path (#1568)53997acRegenerate target info (#1567)9347e45Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#1564)9a2e7ceUse$WASI_SDK_PATHon WASI targets by default (#1562)d740f9bFix atomicity violations in concurrent cache operations (#1559)Updates
libcfrom 0.2.175 to 0.2.176Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
15e1389chore: Release libc 0.2.1766ca5571Warn on missing debug implementationse653c54cleanup: Remove theconst_fn!macroe447441cleanup: Simplify the syntax off!and similar macros776a614cleanup: Usetarget_vendor = "apple"d32f60ddoc: Remove an unneeded link to the old ctest repo8c8584bResolve a ctest FIXME regarding use ofsize_ofin array lengths09c8436Remove thelibc_ctestfeaturefd3ffe4Removelibc_const_extern_fn9b77a49Add a note about whyPaddingrequiresT: CopyUpdates
serde_corefrom 1.0.225 to 1.0.227Release notes
Sourced from serde_core's releases.
Commits
415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleaa2d9b2Merge pull request #2989 from dtolnay/pr29873a7c11cRename enum_untagged::generate_newtype_variant -> deserialize_newtype_variant11ce440Rename enum_untagged::generate_variant -> deserialize_variantUpdates
serde_derivefrom 1.0.225 to 1.0.227Release notes
Sourced from serde_derive's releases.
Commits
415d9fcRelease 1.0.2277c58427Merge pull request #2991 from dtolnay/inlinecoredoc9d3410eMerge pull request #2992 from dtolnay/inplaceseed2fb6748Remove InPlaceSeed public re-exportf8137c7Inline serde_core into serde in docsrs modeb7dbf7eMerge pull request #2990 from dtolnay/integer1287c83691No longer macro_use integer128 moduleaa2d9b2Merge pull request #2989 from dtolnay/pr29873a7c11cRename enum_untagged::generate_newtype_variant -> deserialize_newtype_variant11ce440Rename enum_untagged::generate_variant -> deserialize_variantDependabot 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