-
Notifications
You must be signed in to change notification settings - Fork 1
Update all dependencies #2
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
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.
Open
+40
−53
Conversation
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
ce115b9
to
7306b6f
Compare
a4fb62b
to
a72917d
Compare
7543c9a
to
d74ab88
Compare
94a7254
to
2d82425
Compare
f0c73d0
to
ddb329b
Compare
ddb329b
to
98a10ab
Compare
de8047d
to
31d864e
Compare
81f0ab4
to
6295901
Compare
f3ba3d8
to
ec7903a
Compare
0031369
to
2c1bf0b
Compare
2c1bf0b
to
a482046
Compare
960912f
to
08eeb2c
Compare
08eeb2c
to
80f74eb
Compare
dbd8ea2
to
c08bf51
Compare
ffada6b
to
43e3a79
Compare
e06edff
to
44dd936
Compare
97b5561
to
7d3e4c2
Compare
7d3e4c2
to
e9bb727
Compare
9262952
to
0d16129
Compare
5693664
to
89a940e
Compare
f2939d3
to
27c77f2
Compare
d5bca39
to
822e1db
Compare
25148f1
to
a7bbe43
Compare
a7bbe43
to
44da752
Compare
44da752
to
de520e8
Compare
de520e8
to
4317ffc
Compare
4317ffc
to
d76933f
Compare
60111ed
to
353163b
Compare
353163b
to
346f876
Compare
346f876
to
02b8e27
Compare
02b8e27
to
9f79f99
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.63.0
->0.72.0
98cc5a0
->6ae5c78
0.2.144
->0.2.174
v3.6.0
->v3.12.0
Release Notes
rust-lang/rust-bindgen (bindgen)
v0.72.0
Compare Source
Added
Changed
Removed
Fixed
rustfmt --format ...
paramv0.71.1
Compare Source
Fixed
--version
and--generate-shell-completions
(#3040)v0.71.0
Compare Source
Added
ParseCallbacks::new_item_found
callback to expose the original and final name of structs, unions and enums (#2658).field_type_name
field toFieldInfo
to expose the name of the type of a field (#2863)--with-attribute-custom
flag (#2866)--rust-target
to any Rust version supported by bindgen (#2993)--generate-cstr
flag is used for Rust targets after 1.77 under the 2021 edition (#2996)--rust-edition
flag which allows to select which Rust edition to target. (#3002, #3013)unsafe extern
instead ofextern
in blocks for any Rust target after 1.82. (#3015)Changed
--wrap-static-fns
related options no longer require the experimental feature or flag (#2928)Display
implementation instead of theDebug
one forBindgenError
inbindgen-cli
(#3005)Removed
Fixed
libloading
are now wrapped inunsafe
blocks when using dynamic loading (#2961)ParseCallbacks::field_visibility
callback is now called for newtypes as well (#2967)addr_of
andaddr_of_mut
macros under the 1.51 rust version (#2988)v0.70.1
Compare Source
Added
Changed
Removed
Fixed
const
layout tests were triggering theunnecessary_operation
andidentity_op
clippy warnings.Security
v0.70.0
Compare Source
Added
Changed
bindgen-cli
errors to stderr instead of stdout (#2840)Removed
Fixed
--formatter=prettyplease
not working inbindgen-cli
by addingprettyplease
feature andenabling it by default for
bindgen-cli
(#2789) .--allowlist-item
so anonymous enums are no longer ignored (#2827).f64::INFINITY
,f64::NEG_ INFINITY
,f64::NAN
(#2854).Security
tempfile
andrustix
due to GHSA-c827-hfw6-qwvm.v0.69.5
Compare Source
Install bindgen-cli 0.69.5
Install prebuilt binaries via shell script
Download bindgen-cli 0.69.5
v0.69.4
Compare Source
Added
Changed
Removed
Fixed
Security
v0.69.3
Compare Source
Added
Changed
Removed
Fixed
Security
v0.69.2
Compare Source
Added
Changed
Removed
Fixed
Security
v0.69.1
Compare Source
Fixed
bindgen -v
without an input header argument.v0.69.0
Compare Source
Added
ParseCallbacks::header_file
callback which runs on every filename passed toBuilder::header
.CargoCallbacks::new
constructor which emits a cargo-rerun linefor every input header file by default.
CargoCallbacks::rerun_on_header_files
method to configure whethera cargo-rerun line should be emitted for every input header file.
Changed
--wrap-static-fns
feature was updated so function types that has noargument use
void
as its sole argument.CargoCallbacks
is no longer a unit-likestruct and the
CargoCallbacks
constant was added to mitigate the breaking nature of thischange. This constant has been marked as deprecated and users will have to
use the new
CargoCallbacks::new
method in the future.Removed
Fixed
bindgen-cli
with a static libclang.as the target's pointer size.
Self
,self
,crate
orsuper
.Security
v0.68.1
Compare Source
Fixed
v0.68.0
Compare Source
Added
system
ABI is now supported as an option for the--override-abi
flag.allowlist_item
method and the--allowlist-item
flag have beenincluded to filter items regardless or their kind.
Changed
Clone
implementation for_BindgenUnionField
has been changed to passthe
incorrect_clone_impl_on_copy_type
Clippy lint.c_unwind
ABI can be used without a feature gate for any Rust target versionequal to or greater than 1.71.
This comes as a result of the ABI being stabilised (in Rust 1.71).
prettyplease version.
CStr
constants when using the--generate-cstr
option.
Removed
extra_assert
andextra_assert_eq
macros are no longer exported.Fixed
Rust keyword that cannot be a raw identifier, such as:
self
,crate
,super
orSelf
.v0.66.1
Compare Source
Removed
v0.66.0
Compare Source
Added
--generate-cstr
CLI flag to generate string constants as&CStr
instead of
&[u8]
. (Requires Rust 1.59 or higher.)--generate-shell-completions
CLI flag to generate completions fordifferent shells.
--wrap-static-fns
option can now wrapva_list
functions as variadic functionswith the experimental
ParseCallbacks::wrap_as_variadic_fn
method.ParseCallbacks::field_visibility
method to modify field visibility.Changed
&[u8; SIZE]
)instead of arrays (
[u8; SIZE]
) to match UTF-8 strings.void
no longer contain areturn
statement and only call the static function instead.
--wrap-static-fns
option no longer emits wrappers for static variadicfunctions.
--depfile
orBuilder::depfile
will now properlygenerate module names and paths that include spaces by escaping them. To make
the escaping clear and consistent, backslashes are also escaped.
bitflags
dependency to 2.2.1. This changes the API ofCodegenConfig
.feature when depending on
bindgen
as a library.auto-generated
_bindgen_*
names having a different index.always public. Now, they follow the default visibility for the type they are
in.
bitfield unit field and its related functions now have their visibility
determined based on the most private between the default visibility and the
actual visibility of the bitfields within the unit.
Removed
Remove redundant Cargo features, which were all implicit:
env_logger
andlog
removed in favor oflogging
log
removed in favor oflogging
which
removed in favor ofwhich-logging
annotate-snippets
removed in favor ofexperimental
Prettyplease is available as a
Formatter
variant now.v0.65.1
Compare Source
Fixed
Builder::rustfmt_bindings
method was added back and tagged asdeprecated instead of being removed.
v0.65.0
Compare Source
Added
Builder::default_visibility
method and the--default-visibility
flag to set the default visibility of fields. (#2338)--formatter
CLI flag with the valuesnone
,rustfmt
andprettyplease
to select which tool will be used to format the bindings. Thedefault value is
rustfmt
. (#2453)Builder::formatter
method and theFormatter
type to selectwhich tool will be used to format the bindings. (#2453)
Builder::emit_diagnostics
method and the--emit-diagnostics
flag to enable emission of diagnostic messages under the
experimental
feature. (#2436)
"efiapi"
calling convention (#2490).ParseCallbacks::read_env_var
method which runs everytimebindgen
reads and environment variable. (#2400)ParseCallbacks::generated_link_name_override
method which allowoverriding the link name of items. (#2425)
enum
s when generating code while using the--wrap-static-fns
feature. (#2415)Changed
void
as their single argumentinstead of having no arguments when the
--wrap-static-fns
flag is used.(#2443)
--wrap-static-fns
flag is enabled nowcontains
#include
directives with all the input headers and all the sourcecode added with the
header_contents
method. (#2447)--wrap-static-fns
flag no longer usesasm
labeling and the link name of static wrapper functions is allowed tobe mangled. (#2448)
type
aliases now matches the commentsof their
typedef
counterparts instead of using the comments of the aliasedtypes. (#2463)
Builder::rustfmt_bindings
methods and the--no-rustfmt-bindings
flagare now deprecated in favor of the formatter API. (#2453)
Removed
--use-msvc-mangling
,--rustfmt-bindings
and--size_t-is-usize
. (#2408)Bindings::emit_warnings
andBindings::warnings
methods were removedin favor of
--emit-diagnostics
. (#2436)byte slices. (#2487)
v0.64.0
Compare Source
Added
--with-derive-custom
,--with-derive-custom-struct
,--with-derive-custom-enum
and--with-derive-custom-enum
to add custom derives from the CLI.--experimental
flag onbindgen-cli
and theexperimental
feature on
bindgen
to gate experimental features whose implementation isincomplete or are prone to change in a non-backwards compatible manner.
--wrap-static-fns
,--wrap-static-fns-suffix
and--wrap-static-fns-path
to generate C function wrappers for
static
orstatic inline
functions.This feature is experimental.
Changed
enum
and atypedef
with the samename.
ParseCallbacks::generated_name_override
method now receivesItemInfo<'_>
asargument instead of a
&str
.clang-sys
crate version to 1.4.0 to support clang 15.void
.clap
dependency forbindgen-cli
to 4.bindgen-cli
argument parser which could introduce unexpectedbehavior changes.
ParseCallbacks::add_derives
method now receivesDeriveInfo<'_>
asargument instead of a
&str
. This type also includes the kind of target type.rust-lang/libc (libc)
v0.2.174
Compare Source
Added
pidfd_info
fields pub (#4487)Fixed
timespec.tv_nsec
(#4497)nlink_t
type forst_nlink
instruct stat
definition (#4483)Other
unpredictable_function_pointer_comparisons
lints (#4489)pointer::cast
. (#4490)CMSG_NXTHDR
. (#4492)v0.2.173
Compare Source
Added
SO_SPLICE
socket option support for FreeBSD >= 14.2 (#4451)_TIME_BITS=64
(#4433)nsfs
ioctls (#4436)prctls
(#4400)linux/cn_proc.h
andlinux/connector.h
(#4434)pwritev2
andpreadv2
(#4452)MADV_SOFT_OFFLINE
constant (#4448)struct tcp_info
(#4443)arc4random
andarc4random_buf
(#4464)MADV_SOFT_OFFLINE
definition (#4447)time.h
functions (#4427)Changed
SA_
constants. (#4426)CMSG_ALIGN
,CMSG_LEN
, andCMSG_SPACE
const functions (#4441)Fixed
fpos_t
(#4472)struct ipc_perm
bindings (#4384)O_LARGEFILE
constant value. (#4443)v0.2.172
Compare Source
Added
getauxval
for 32-bit targets (#4338)if_tun.h
ioctls (#4379)SO_BINDTOIFINDEX
(#4391)posix_spawn_file_actions_add[f]chdir[_np]
(#4387)filedesc
andfdescenttbl
(#4327)AF_UNSPEC
(#4344)AF_VSOCK
(#4344)timerfd
APIs (#4333)_IO
,_IOW
,_IOR
,_IOWR
to the exported API (#4325)tcp_info
to uClibc bindings (#4347)input-event-codes.h
(#4326)seccomp.h
(#4330)ptrace_sud_config
and relatedPTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG
. (#4386)pthread_attr_setstack
(#4349)utmpx
API (#4332)getrandom
on all platforms (#4346)io-sock
(#4169)sys/socket.h
andsys/uio.h
definitions (#4388)O_DIRECT
andSIGINFO
(#4348)secure_getenv
(#4342)d_type
member todirent
(#4352)Deprecated
TCP_PCAP_OUT
andTCP_PCAP_IN
(#4381)Fixed
statfs
(#4324)AF_INET = 3
(#4344)SA_ONSTACK
on RISC-V-32 (#4335)waitpid
parameter name (#4334)Removed
O_FSYNC
on RISC-V-32 (useO_SYNC
instead) (#4335)RTLD_DEEPBIND
on RISC-V-32 (#4335)Other
MFD_EXEC
andMFD_NOEXEC_SEAL
on sparc64" (#)$PWD
instead of$(pwd)
in run-docker (#4345)openpty
andforkpty
polyfills to Illumos, replace Solaris implementation with bindings (#4329)v0.2.171
Compare Source
Added
if_nameindex
/if_freenameindex
support (#4247)devname
(#4285)spawn.h
interfaces available on all FreeBSD-like systems (#4294)AF_XDP
structs for all Linux environments (#4163)F_SEAL_EXEC
(#4316)SO_PREFER_BUSY_POLL
andSO_BUSY_POLL_BUDGET
(#3917)devmem
structs (#4299)SO_DEVMEM_DONTNEED
(#4299)closefrom
(#4290)pw_passwd
field topasswd
(#4222)IP_BOUND_IF
andIPV6_BOUND_IF
(#4287)wasm32-wali-linux-musl
target (#4244)Changed
sa_sigaction
instead of a union (#4250)msqid_ds.__msg_cbytes
public (#4301)major
,minor
,makedev
intoconst fn
(#4208)Deprecated
Fixed
stat::st_size
signed (#4298)SI_TIMER
,SI_MESGQ
,SI_ASYNCIO
(#4292)tm_zone
andd_name
fields to usec_char
type (#4222)c_int
(#4304)Other
--no-self-update
torustup update
(#4306)i586-pc-windows-msvc
target (#4311)check_cfg
job (#4322)ctest
problems (#4311)Removed
pthread_set_name_np
(#4251)v0.2.170
Compare Source
Added
setdomainname
andgetdomainname
#4212evdev
structures #3756st_filerev
field tostat32
(#4254)SI_*`` and
TRAP_*`` signal codes #4225RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
. #4148Deprecated
Changed
Fixed
WEXITSTATUS
#4213getmntinfo
(#4265time_t
#426Other
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://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
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.