-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump libc from 0.2.168 to 0.2.169 #762
Merged
Merged
Conversation
This file contains 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
Bumps [libc](https://github.com/rust-lang/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) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 19, 2024
@dependabot merge
…On Thu, Dec 19, 2024 at 2:55 PM dependabot[bot] ***@***.***> wrote:
Bumps libc <https://github.com/rust-lang/libc> from 0.2.168 to 0.2.169.
Release notes
*Sourced from libc's releases
<https://github.com/rust-lang/libc/releases>.*
0.2.169 Added
- FreeBSD: add more socket TCP stack constants rust-lang/libc#4193
<https://redirect.github.com/rust-lang/libc/pull/4193>
- Fuchsia: add a sockaddr_vm definition rust-lang/libc#4194
<https://redirect.github.com/rust-lang/libc/pull/4194>
Fixed
*Breaking*: rust-lang/rust#132975
<https://redirect.github.com/rust-lang/rust/pull/132975> corrected the
signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms
(mostly Arm and RISC-V) to match Clang. This release contains the
corresponding changes to libc, including the following specific pull
requests:
- ESP-IDF: Replace arch-conditional c_char with a reexport
rust-lang/libc#4195
<https://redirect.github.com/rust-lang/libc/pull/4195>
- Fix c_char on various targets rust-lang/libc#4199
<https://redirect.github.com/rust-lang/libc/pull/4199>
- Mirror c_char configuration from rust-lang/rust rust-lang/libc#4198
<https://redirect.github.com/rust-lang/libc/pull/4198>
Cleanup
- Do not re-export c_void in target-specific code rust-lang/libc#4200
<https://redirect.github.com/rust-lang/libc/pull/4200>
Changelog
*Sourced from libc's changelog
<https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md>.*
0.2.169 <rust-lang/libc@0.2.168...0.2.169> -
2024-12-18 Added
- FreeBSD: add more socket TCP stack constants rust-lang/libc#4193
<https://redirect.github.com/rust-lang/libc/pull/4193>
- Fuchsia: add a sockaddr_vm definition rust-lang/libc#4194
<https://redirect.github.com/rust-lang/libc/pull/4194>
Fixed
*Breaking*: rust-lang/rust#132975
<https://redirect.github.com/rust-lang/rust/pull/132975> corrected the
signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms
(mostly Arm and RISC-V) to match Clang. This release contains the
corresponding changes to libc, including the following specific pull
requests:
- ESP-IDF: Replace arch-conditional c_char with a reexport
rust-lang/libc#4195
<https://redirect.github.com/rust-lang/libc/pull/4195>
- Fix c_char on various targets rust-lang/libc#4199
<https://redirect.github.com/rust-lang/libc/pull/4199>
- Mirror c_char configuration from rust-lang/rust rust-lang/libc#4198
<https://redirect.github.com/rust-lang/libc/pull/4198>
Cleanup
- Do not re-export c_void in target-specific code rust-lang/libc#4200
<https://redirect.github.com/rust-lang/libc/pull/4200>
Commits
- bb5944c
<rust-lang/libc@bb5944c>
chore: release v0.2.169
- 8ebcf49
<rust-lang/libc@8ebcf49>
Merge pull request #4211
<https://redirect.github.com/rust-lang/libc/issues/4211> from
tgross35/backport-openbsd-build
- fab6a64
<rust-lang/libc@fab6a64>
Skip c_char_def on OpenBSD
- c86544f
<rust-lang/libc@c86544f>
Merge pull request #4206
<https://redirect.github.com/rust-lang/libc/issues/4206> from
tgross35/backport-tomato
- 2ade12c
<rust-lang/libc@2ade12c>
Replace arch-conditional c_char with a reexport
- 0567b59
<rust-lang/libc@0567b59>
Ignore ordering style for c_char
- 3e09b7c
<rust-lang/libc@3e09b7c>
Do not re-export c_void in target-specific code
- 7e761a5
<rust-lang/libc@7e761a5>
Fix c_char on various targets
- 9fea17a
<rust-lang/libc@9fea17a>
Mirror c_char configuration from rust-lang/rust
- 3eb9670
<rust-lang/libc@3eb9670>
feat: Update c_char type
- Additional commits viewable in compare view
<rust-lang/libc@0.2.168...0.2.169>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#762
Commit Summary
- b74e7a7
<b74e7a7>
Bump libc from 0.2.168 to 0.2.169
File Changes
(2 files <https://github.com/andrewdavidmackenzie/pigg/pull/762/files>)
- *M* Cargo.lock
<https://github.com/andrewdavidmackenzie/pigg/pull/762/files#diff-13ee4b2252c9e516a0547f2891aa2105c3ca71c6d7a1e682c69be97998dfc87e>
(4)
- *M* Cargo.toml
<https://github.com/andrewdavidmackenzie/pigg/pull/762/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542>
(2)
Patch Links:
- https://github.com/andrewdavidmackenzie/pigg/pull/762.patch
- https://github.com/andrewdavidmackenzie/pigg/pull/762.diff
—
Reply to this email directly, view it on GitHub
<#762>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LC6I7KNCZTTJGAJAJ32GLF4LAVCNFSM6AAAAABT5BN5S2VHI2DSMVQWIX3LMV43ASLTON2WKOZSG42TANBRGIYTMMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #762 +/- ##
=====================================
Coverage 29% 29%
=====================================
Files 45 45
Lines 5829 5829
=====================================
Hits 1637 1637
Misses 4192 4192
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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 libc from 0.2.168 to 0.2.169.
Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
bb5944c
chore: release v0.2.1698ebcf49
Merge pull request #4211 from tgross35/backport-openbsd-buildfab6a64
Skipc_char_def
on OpenBSDc86544f
Merge pull request #4206 from tgross35/backport-tomato2ade12c
Replace arch-conditionalc_char
with a reexport0567b59
Ignore ordering style forc_char
3e09b7c
Do not re-export c_void in target-specific code7e761a5
Fix c_char on various targets9fea17a
Mirrorc_char
configuration fromrust-lang/rust
3eb9670
feat: Update c_char typeDependabot 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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)