-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[deps] Platform: Update Rust crate libc to v0.2.169 #12131
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
bitwarden-bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.164
[PM-15327] [deps] Platform: Update Rust crate libc to v0.2.164
Nov 25, 2024
Internal tracking:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #12131 +/- ##
=======================================
Coverage 33.44% 33.44%
=======================================
Files 2918 2918
Lines 91302 91302
Branches 17362 17362
=======================================
Hits 30535 30535
Misses 58367 58367
Partials 2400 2400 ☔ View full report in Codecov by Sentry. |
renovate
bot
changed the title
[PM-15327] [deps] Platform: Update Rust crate libc to v0.2.164
[deps] Platform: Update Rust crate libc to v0.2.164
Nov 25, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x
branch
2 times, most recently
from
November 25, 2024 22:01
91ceacf
to
3641fcf
Compare
renovate
bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.164
[deps] Platform: Update Rust crate libc to v0.2.165
Nov 25, 2024
renovate
bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.165
[deps] Platform: Update Rust crate libc to v0.2.164
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x
branch
2 times, most recently
from
November 27, 2024 01:25
8ccf58f
to
a987d97
Compare
renovate
bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.164
[deps] Platform: Update Rust crate libc to v0.2.166
Nov 27, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x
branch
from
November 28, 2024 09:04
a987d97
to
978bfea
Compare
renovate
bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.166
[deps] Platform: Update Rust crate libc to v0.2.167
Nov 29, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x
branch
from
November 29, 2024 11:14
978bfea
to
4d77110
Compare
renovate
bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.167
[deps] Platform: Update Rust crate libc to v0.2.168
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x
branch
from
December 9, 2024 10:31
4d77110
to
0082931
Compare
renovate
bot
force-pushed
the
renovate/libc-0.x
branch
from
December 19, 2024 08:03
0082931
to
52a7177
Compare
renovate
bot
changed the title
[deps] Platform: Update Rust crate libc to v0.2.168
[deps] Platform: Update Rust crate libc to v0.2.169
Dec 19, 2024
New Issues
Fixed Issues
|
addisonbeck
approved these changes
Jan 2, 2025
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.
This PR contains the following updates:
=0.2.162
->=0.2.169
Release Notes
rust-lang/libc (libc)
v0.2.169
Compare Source
Added
sockaddr_vm
definition #4194Fixed
Breaking: rust-lang/rust#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 tolibc
, including the following specific pull requests:c_char
with a reexport #4195c_char
on various targets #4199c_char
configuration fromrust-lang/rust
#4198Cleanup
c_void
in target-specific code #4200v0.2.168
Compare Source
Added
IFA_*
constants available on all Linux targets #4185MAP_DROPPABLE
#4173SIGRTMIN
andSIGRTMAX
#4171memccpy
andmempcpy
GNU extension [https://github.com/rust-lang/libc/pull/4186](https://github.com/rust-lang/libc/pull/4186)6.Deprecated
Fixed
Debug
implementation for unions opaque (#4176)Other
unpredictable_function_pointer_comparisons
lint where needed #4177v0.2.167
Compare Source
Added
st_fstype
tostat
#4145intptr_t
anduintptr_t
(#4161)Fixed
rustc-dep-of-std
#4158clockid_t
static variables (#4157)Cleanup
unused_qualifications
#4132Other
wasm32-wasi
#4157Removed
v0.2.166
Compare Source
Fixed
This release resolves two cases of unintentional breakage from the previous release:
const extern
functions are always enabled #4151v0.2.165
Compare Source
Added
mkostemp
,mkostemps
#3601in6_ifreq
#3617sysctl
net types #4022 (before release: removeif_family_id
(#4137))kcmp
call support #3746MAP_32BIT
andMAP_EXCL
#4127domainname
field toutsname
(#4089)f_flags
to structstatfs
for arm, mips, powerpc and x86 #3663malloc_stats
#3596ptp_*
structs #4113ptp_clock_caps
#4128ptp_pin_function
and mostPTP_
constants #4114mount_setattr
syscall #4046len8_dlc
field ofcan_frame
#3357utmpx
API #3213mcontext
-related data for RISCV64 #3468netinet
constants #3586)_POSIX_VDISABLE
(#4103)const extern fn
macro works #4134std
#3616htonl
,htons
,ntohl
,ntohs
#3669aligned_alloc
#3843aligned_realloc
#3592Fixed
MAP_HASSEMAPHORE
name (#4127)SA_*
mismatched types (#3211)Elf{32,64}_Relr
-related tests #3647loongarch64-linux-musl
riscv64gc-unknown-freebsd
#4129Deprecated
iconv_open
25e022a
mach_task_self
#4095mach
deprecation notices for things that were removed inmain
#4097Cleanup
f!
macro to be more flexible #4107libc_align
conditionalb5b553d
libc_cfg_target_vendor
conditional #4060libc_const_size_of
conditional5a43dd2
libc_core_cvoid
conditional #4060libc_int128
conditional #4060libc_non_exhaustive
conditional #4060libc_packedN
conditional #4060libc_priv_mod_use
conditional19c5937
libc_union
conditionalb9e4d80
long_array
conditional #4096ptr_addr_of
conditional #4065struct_formatter
#4074d63be8b
siginfo_t
(#3261)27ee6fe
77de375
Other
fanotify_event_info_fid
to FAM-exempt types #4038loongarch64-unknown-linux-musl
#4092aarch64-apple-darwin
not a nightly-only target #4068libc_const_extern_fn
conditional674cc1f
libc_underscore_const_names
conditionalf0febd5
git-blame-ignore-revs
file #4107ATF_*
constants for OpenBSD #4088v0.2.164
Compare Source
MSRV
This release increases the MSRV of
libc
to 1.63.Other
v0.2.163
Compare Source
Added
dlopen
flags #4044TCP_FUNCTION_BLK
andTCP_FUNCTION_ALIAS
#4047confstr
#3612aio
#4033arc4random*
#3944Changed
ssize_t = isize
#4029confstr
anducontext_t
#4035Other
i686-unknown-freebsd
#3997sort
do not depend on locale #4026rust-version
inCargo.toml
#4041Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.