-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix(deps): update rust crate libc to v0.2.168 #53
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/libc-0.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
May 17, 2024 01:35
62eca61
to
3d339c3
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.154
fix(deps): update rust crate libc to v0.2.153
May 17, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
May 18, 2024 01:58
3d339c3
to
04aae6a
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.153
fix(deps): update rust crate libc to v0.2.155
May 18, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
August 15, 2024 21:29
04aae6a
to
c3dd8eb
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.155
fix(deps): update rust crate libc to v0.2.156
Aug 15, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
August 18, 2024 02:24
c3dd8eb
to
72af282
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.156
fix(deps): update rust crate libc to v0.2.157
Aug 18, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
August 19, 2024 09:15
72af282
to
82bbaa3
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.157
fix(deps): update rust crate libc to v0.2.158
Aug 19, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
September 24, 2024 15:54
82bbaa3
to
6ec90fb
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.158
fix(deps): update rust crate libc to v0.2.159
Sep 24, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
October 17, 2024 07:52
6ec90fb
to
2453e4e
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.159
fix(deps): update rust crate libc to v0.2.160
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
October 17, 2024 19:58
2453e4e
to
e970d36
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.160
fix(deps): update rust crate libc to v0.2.161
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
November 10, 2024 13:23
e970d36
to
4f60078
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.161
fix(deps): update rust crate libc to v0.2.162
Nov 10, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
November 19, 2024 10:47
4f60078
to
7a30f9b
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.162
fix(deps): update rust crate libc to v0.2.164
Nov 19, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
November 30, 2024 01:08
7a30f9b
to
4ae1c16
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.164
fix(deps): update rust crate libc to v0.2.166
Nov 30, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
December 2, 2024 14:36
4ae1c16
to
2cbf564
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.166
fix(deps): update rust crate libc to v0.2.167
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/libc-0.x-lockfile
branch
from
December 12, 2024 11:04
2cbf564
to
b1c7812
Compare
renovate
bot
changed the title
fix(deps): update rust crate libc to v0.2.167
fix(deps): update rust crate libc to v0.2.168
Dec 12, 2024
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.137
->0.2.168
Release Notes
rust-lang/libc (libc)
v0.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://redirect.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
#4041v0.2.162
Compare Source
Added
uc_mcontext
on arm64 #3894host_cpu_load_info
#3916CLOSE_RANGE_CLOEXEC
flag#3996__gregset_t
#3995ucontext_t
andmcontext_t
available on all architectures #3848getentropy
#3991syncfs
#3990ioctl
flags #3960pthread_[get/set]name_np
#4003arc4random_buf
#3989Fixed
-lc
#4002st_fsid
field tost_dev
#3785utsname
#3992FNM_CASEFOLD
definition #4004Other
extern crate
usage #3897mode_t
constants to octal #3634wasm32-wasi
target that has been deleted upstream #4013v0.2.161
Compare Source
Fixed
FNM_PATHNAME
andFNM_NOESCAPE
values #3983v0.2.160
Compare Source
Added
PR_GET_NAME
andPR_SET_NAME
#3941F_TRANSFEREXTENTS
#3925mach_error_string
#3913pthread
APIs #3846LOCAL_PEERTOKEN
socket option #3929RTF_*
,RTA_*
,RTAX_*
, andRTM_*
definitions #3714AT_EACCESS
#3911getgrgid
,getgrnam
,getgrnam_r
andgetgrgid_r
#3912getpwnam_r
andgetpwuid_r
#3906POLLRDHUP
#3936arc4random
#3945ptsname_r
#3867fanotify
interfaces #3695tcp_info
#3480iopl
andioperm
#3720posix_spawn
chdir functions #3949utmpx.h
constants #3908sysctlnametomib
,CLOCK_THREAD_CPUTIME_ID
andCLOCK_PROCESS_CPUTIME_ID
#3927getentropy
#3973POLLRDHUP
,POSIX_FADV_*
,O_RSYNC
, andposix_fallocate
#3936fnmatch.h
#3937Changed
ino_t
to bec_ulonglong
#3919Fixed
struct stat
on FreeBSD 12+ #3946Other
windows-sys
#3915v0.2.159
Compare Source
Added
AT_*
constants in #3779NOTE_*
constants in #3883__timeval
for 64-bit support in #3786epoll_pwait2
in #3868mq_notify
in #3849NFT_CT_*
constants in #3844fchmodat2
syscall in #3588mseal
syscall in #3798sendmmsg
andrecvmmsg
in #3831IN6ADDR_ANY_INIT
andIN6ADDR_LOOPBACK_INIT
in #3693S_ISVTX
in #3768vxCpuLib
andtaskLib
functions #3861std::net
support in #3892Fixed
clippy-driver
is used #3893Changed
ioctl
APIs in #3722v0.2.158
Compare Source
Other
Iterator
withrustc-dep-of-std
in #3856 (comment)v0.2.157
Compare Source
Added
_NSGetArgv
,_NSGetArgc
and_NSGetProgname
in #3702RUSTC_WRAPPER
support in #3845execvpe
support from 14.1 release in #3745SO_BINDTOIFINDEX
klogctl
in #3777fcntl
OFD commands in #3563_lwp_park
in #3721pthread_equal
in #3773select
,FD_SET
,FD_ZERO
,FD_ISSET
in #3681Fixed
O_*
constants in #3841Changed
rustc_dep_of_std
is set in #3723v0.2.156
Compare Source
Added
F_ALLOCATEPERSIST
in #3712os_sync_wait_on_address
and related definitions in #3769IPV6_DONTFRAG
to all BSD targets in #3716IP_RECVTTL
/IPV6_RECVHOPLIMIT
in #3751XATTR_CREATE
,XATTR_REPLACE
in #3739confstr
API and_CS_*
in #3771preadv2
andpwritev2
(1.2.5 min.) in #3762SOMAXCONN
in #3761Fixed
ifa_flags
type to u64 in #3729libregex
in #3775Changed
addr_of!(EXTERN_STATIC)
is now considered safe in #3776Removed
rmx_state
in #3776Other
v0.2.155
Compare Source
What's Changed
SYS_lseek
andSYS_mmap
for aarch64 Android by @lberrymage in https://github.com/rust-lang/libc/pull/3632posix_spawn{_file_actions_t,attr_t}
on Android by @tesuji in https://github.com/rust-lang/libc/pull/36900.2.155
by @madsmtm in https://github.com/rust-lang/libc/pull/3682New Contributors
Full Changelog: rust-lang/libc@0.2.154...0.2.155
v0.2.154
Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/libc@0.2.153...0.2.154
v0.2.153
Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/libc@0.2.152...0.2.153
v0.2.152
Compare Source
What's Changed
i686-pc-windows-gnu
CI by @JohnTitor in https://github.com/rust-lang/libc/pull/3489ifreq
,ifconf
and related constants to Android by @arctic-alpaca in https://github.com/rust-lang/libc/pull/3487TFD_TIMER_*
constants on FreeBSD. by @sunfishcode in https://github.com/rust-lang/libc/pull/3506clockid_t
by @JohnTitor in https://github.com/rust-lang/libc/pull/3516include/linux/sched.h
header by @GuillaumeGomez in https://github.com/rust-lang/libc/pull/3515New Contributors
Full Changelog: rust-lang/libc@0.2.151...0.2.152
v0.2.151
Compare Source
What's Changed
IP_RECVTTL
andIPV6_RECVHOPLIMIT
for Apple platforms by @larseggert in https://github.com/rust-lang/libc/pull/3450aarch64-linux-android
by @JohnTitor in https://github.com/rust-lang/libc/pull/3438if_xdp.h
structs and constants and addSOL_XDP
to musl by @arctic-alpaca in https://github.com/rust-lang/libc/pull/3453aarch64-apple-darwin
docs on docs.rs by @JohnTitor in https://github.com/rust-lang/libc/pull/3470New Contributors
Full Changelog: rust-lang/libc@0.2.150...0.2.151
v0.2.150
[Compare Source](https://redirect.github.com/rus
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.