Update Patch dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
clap | dependencies | patch |
4.3 -> 4.4
|
libc | dependencies | patch |
0.2.150 -> 0.2.152
|
tracing-subscriber (source) | dependencies | patch |
0.3.17 -> 0.3.18
|
tracing-subscriber (source) | dev-dependencies | patch |
0.3.17 -> 0.3.18
|
Release Notes
clap-rs/clap (clap)
v4.4.14
Documentation
- Fix
find
cookbook entry to allow repeats of flags/options
Features
- Allow
num_args(0)
on options which allows making them emulate being a flag for position-tracking flags
v4.4.13
Documentation
- Fix link to structopt migration guide
v4.4.12
Performance
- Only ask
TypedValueParser
for possible values if needed
v4.4.11
Features
- Add
Command::mut_group
v4.4.10
Documentation
- Link out to changelog
- Cross link derive's attribute reference to derive tutorial
v4.4.9
Fixes
-
(help) Show correct
Command::about
under flattened headings -
(help) Respect
hide
when flattening subcommands
v4.4.8
Features
- Add
Command::flatten_help
to allowgit stash -h
like help for subcommands
v4.4.7
Performance
- Reduced code size
rust-lang/libc (libc)
v0.2.152
What's Changed
- openbsd: syscall() has been removed in upcoming OpenBSD 7.5 by @semarie in https://github.com/rust-lang/libc/pull/3479
- adding tcp_info to openbsd by @devnexen in https://github.com/rust-lang/libc/pull/3481
- iadding yser_fpxregs_struct data to linux/musl i686. by @devnexen in https://github.com/rust-lang/libc/pull/3477
- strftime* api for *BSD by @devnexen in https://github.com/rust-lang/libc/pull/3483
- strftime_l for Linux glibc/musl by @devnexen in https://github.com/rust-lang/libc/pull/3484
- adding iocb data for io_submit syscall for linux/glibc. by @devnexen in https://github.com/rust-lang/libc/pull/3486
- Re-enable
i686-pc-windows-gnu
CI by @JohnTitor in https://github.com/rust-lang/libc/pull/3489 - Stop testing on FreeBSD 12 by @asomers in https://github.com/rust-lang/libc/pull/3475
- Add
ifreq
,ifconf
and related constants to Android by @arctic-alpaca in https://github.com/rust-lang/libc/pull/3487 - Add waitid function for OpenBSD by @lcheylus in https://github.com/rust-lang/libc/pull/3490
- adding SOMAXCONN to redox by @devnexen in https://github.com/rust-lang/libc/pull/3491
- Fix typos in comments by @asomers in https://github.com/rust-lang/libc/pull/3492
- fix typos in libc by @Takashiidobe in https://github.com/rust-lang/libc/pull/3496
- apple adding tcp_connection_info struct by @devnexen in https://github.com/rust-lang/libc/pull/3482
- Improve the version parser of Emscripten by @kleisauke in https://github.com/rust-lang/libc/pull/3498
- Add constants from <include/linux/sched.h> by @GuillaumeGomez in https://github.com/rust-lang/libc/pull/3505
- Define
TFD_TIMER_*
constants on FreeBSD. by @sunfishcode in https://github.com/rust-lang/libc/pull/3506 - Add support for posix_spawn on OpenBSD by @nuudlman in https://github.com/rust-lang/libc/pull/3502
- clock_nanosleep for dragonflybsd, moving constants freebsd only too. by @devnexen in https://github.com/rust-lang/libc/pull/3509
- solarish add fcntl's O_DIRECT constant. by @devnexen in https://github.com/rust-lang/libc/pull/3503
- Unpin cc dependency version by @JohnTitor in https://github.com/rust-lang/libc/pull/3511
- redox: add openpty, login_tty, TIOCSCTTY, and organize functions by @jackpot51 in https://github.com/rust-lang/libc/pull/3512
- Move all seccomp consts and structs into top-level mod by @boustrophedon in https://github.com/rust-lang/libc/pull/3343
- freebsd 15 support proposal. by @devnexen in https://github.com/rust-lang/libc/pull/3508
- Prepare workflow for merge queue by @JohnTitor in https://github.com/rust-lang/libc/pull/3514
- Allow dead_code on
clockid_t
by @JohnTitor in https://github.com/rust-lang/libc/pull/3516 - Add more items from
include/linux/sched.h
header by @GuillaumeGomez in https://github.com/rust-lang/libc/pull/3515 - fix typo by @shuoer86 in https://github.com/rust-lang/libc/pull/3517
- Add sigsuspend to more targets: bsd, haiku, and solarish by @asomers in https://github.com/rust-lang/libc/pull/3518
- Tweak libc-0.2 CI by @JohnTitor in https://github.com/rust-lang/libc/pull/3519
- fuchsia adding pthread_set/getname_np by @devnexen in https://github.com/rust-lang/libc/pull/3520
- Prepare docs for libc v0.3 by @JohnTitor in https://github.com/rust-lang/libc/pull/3510
- Merge main into libc-0.2 by @JohnTitor in https://github.com/rust-lang/libc/pull/3521
- Prepare release for v0.2.152 by @JohnTitor in https://github.com/rust-lang/libc/pull/3522
New Contributors
- @Takashiidobe made their first contribution in https://github.com/rust-lang/libc/pull/3496
- @nuudlman made their first contribution in https://github.com/rust-lang/libc/pull/3502
- @boustrophedon made their first contribution in https://github.com/rust-lang/libc/pull/3343
- @shuoer86 made their first contribution in https://github.com/rust-lang/libc/pull/3517
Full Changelog: https://github.com/rust-lang/libc/compare/0.2.151...0.2.152
v0.2.151
What's Changed
- Add new constants to be used in (linux) sysctl by @GuillaumeGomez in https://github.com/rust-lang/libc/pull/3423
- openbsd ifreq implementation refinement ifru_data member using proper… by @devnexen in https://github.com/rust-lang/libc/pull/3390
- adding reboot to netbsd/openbsd. by @devnexen in https://github.com/rust-lang/libc/pull/3426
- feat: add GSO flags for linux and android by @elecm in https://github.com/rust-lang/libc/pull/3420
- Use a unique name for the Docker image used by CI. by @Arnavion in https://github.com/rust-lang/libc/pull/3427
- Add more definitions from linux/tls.h by @Arnavion in https://github.com/rust-lang/libc/pull/3422
- hurd: Complete C API interface by @sthibaul in https://github.com/rust-lang/libc/pull/3428
- Fix a typo in getnameinfo() by @adder32 in https://github.com/rust-lang/libc/pull/3431
- hurd: Fix C API interface completion by @sthibaul in https://github.com/rust-lang/libc/pull/3430
- Downgrade CI support for MIPS by @JohnTitor in https://github.com/rust-lang/libc/pull/3429
- Upgrade FreeBSD ABi used on std to 12 by @JohnTitor in https://github.com/rust-lang/libc/pull/3434
- Upgrade Android NDK version by @JohnTitor in https://github.com/rust-lang/libc/pull/3435
- feat: Added wireless.h constants by @Brijeshkrishna in https://github.com/rust-lang/libc/pull/3415
- feat: eventfd_read/write for Android/FreeBSD/Linux by @SteveLauC in https://github.com/rust-lang/libc/pull/3437
- Upgrade macOS image to 13 by @JohnTitor in https://github.com/rust-lang/libc/pull/3442
- Add the NI_IDN getnameinfo() extension by @adder32 in https://github.com/rust-lang/libc/pull/3433
- adding getentropy for apple devices. by @devnexen in https://github.com/rust-lang/libc/pull/3443
- Add ioctl FS_IOC_* version and flag constants by @fsavy-tehtris in https://github.com/rust-lang/libc/pull/3396
- haiku adding subset of cpu topology api. by @devnexen in https://github.com/rust-lang/libc/pull/3440
- add vm_allocate for apple by @hjmallon in https://github.com/rust-lang/libc/pull/3448
- Remove asmjs-unknown-emscripten target by @JohnTitor in https://github.com/rust-lang/libc/pull/3451
- add more pthread_attr functions and related constants: by @Ncerzzk in https://github.com/rust-lang/libc/pull/3447
- Add
IP_RECVTTL
andIPV6_RECVHOPLIMIT
for Apple platforms by @larseggert in https://github.com/rust-lang/libc/pull/3450 - Unignore
aarch64-linux-android
by @JohnTitor in https://github.com/rust-lang/libc/pull/3438 - Fix libc-tests for illumos/solaris target by @pfmooney in https://github.com/rust-lang/libc/pull/3455
- expose solarish's SFV_FD_SELF for sendfilev purpose by @devnexen in https://github.com/rust-lang/libc/pull/3452
- Do not dereference uninhabited types refs in Clone implementations by @samueltardieu in https://github.com/rust-lang/libc/pull/3456
- Update docs for contributors by @JohnTitor in https://github.com/rust-lang/libc/pull/3458
- adding RFSIGSHARE flag for FreeBSD's rfork by @devnexen in https://github.com/rust-lang/libc/pull/3457
- MAP_HUGE_SHIFT & HUGETLB_FLAG_ENCODE_SHIFT for Andorid/Fuchsia by @SteveLauC in https://github.com/rust-lang/libc/pull/3444
- netbsd arm* registers and reorder per architecture. by @devnexen in https://github.com/rust-lang/libc/pull/3467
- add pthread_cond_timedwait for teeos by @Sword-Destiny in https://github.com/rust-lang/libc/pull/3464
- Add
if_xdp.h
structs and constants and addSOL_XDP
to musl by @arctic-alpaca in https://github.com/rust-lang/libc/pull/3453 - Generate
aarch64-apple-darwin
docs on docs.rs by @JohnTitor in https://github.com/rust-lang/libc/pull/3470 - openbsd riscv64 adding sigcontext by @devnexen in https://github.com/rust-lang/libc/pull/3469
- openbsd/netbsd MAP_TRYFIXED constant by @devnexen in https://github.com/rust-lang/libc/pull/3471
- Prepare release for v0.2.151 by @JohnTitor in https://github.com/rust-lang/libc/pull/3472
New Contributors
- @elecm made their first contribution in https://github.com/rust-lang/libc/pull/3420
- @Arnavion made their first contribution in https://github.com/rust-lang/libc/pull/3427
- @adder32 made their first contribution in https://github.com/rust-lang/libc/pull/3431
- @fsavy-tehtris made their first contribution in https://github.com/rust-lang/libc/pull/3396
- @hjmallon made their first contribution in https://github.com/rust-lang/libc/pull/3448
- @Ncerzzk made their first contribution in https://github.com/rust-lang/libc/pull/3447
- @larseggert made their first contribution in https://github.com/rust-lang/libc/pull/3450
- @samueltardieu made their first contribution in https://github.com/rust-lang/libc/pull/3456
- @arctic-alpaca made their first contribution in https://github.com/rust-lang/libc/pull/3453
Full Changelog: https://github.com/rust-lang/libc/compare/0.2.150...0.2.151
tokio-rs/tracing (tracing-subscriber)
v0.3.18
: tracing-subscriber 0.3.18
This release of tracing-subscriber
adds support for the [NO_COLOR
][NO_COLOR] environment
variable (an informal standard to disable emitting ANSI color escape codes) in
fmt::Layer
, reintroduces support for the [chrono
][chrono] crate, and increases the
minimum supported Rust version (MSRV) to Rust 1.63.0.
It also introduces several minor API improvements.
Added
-
chrono: Add [
chrono
][chrono] implementations ofFormatTime
(#2690) -
subscriber: Add support for the [
NO_COLOR
][NO_COLOR] environment variable infmt::Layer
(#2647) -
fmt: make
format::Writer::new()
public (#2680) -
filter: Implement
layer::Filter
forOption<Filter>
(#2407)
Changed
-
log: bump version of
tracing-log
to 0.2 (#2772) - Increased minimum supported Rust version (MSRV) to 1.63.0+.
Thanks to @shayne-fletcher, @dmlary, @kaifastromai, and @jsgf for contributing!
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.