Keruspe/async-global-executor
### [`v2.3.0`](https://togithub.com/Keruspe/async-global-executor/blob/HEAD/CHANGELOG.md#Version-230)
[Compare Source](https://togithub.com/Keruspe/async-global-executor/compare/v2.2.0...v2.3.0)
- Switch back to edition 2021 and MSRV 1.59, dropping num-cups dependency
### [`v2.2.0`](https://togithub.com/Keruspe/async-global-executor/blob/HEAD/CHANGELOG.md#Version-220)
[Compare Source](https://togithub.com/Keruspe/async-global-executor/compare/v2.1.0...v2.2.0)
- Revert back to edition 2018 and MSRV 1.49
dtolnay/async-trait
### [`v0.1.58`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.58)
[Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.57...0.1.58)
- Improve rust-analyzer "go to definition" on the method names of an async trait ([#218](https://togithub.com/dtolnay/async-trait/issues/218))
### [`v0.1.57`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.57)
[Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.56...0.1.57)
- Add categories to crates.io metadata
### [`v0.1.56`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.56)
[Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.55...0.1.56)
- Fix build errors that involve use parentheses to disambiguate: \`(impl 'async_trait + Trait)\` ([#204](https://togithub.com/dtolnay/async-trait/issues/204))
### [`v0.1.55`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.55)
[Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.54...0.1.55)
- Fix drop order of uncaptured arguments (`_`) when compiling in 2021 edition's closure capture rules ([#199](https://togithub.com/dtolnay/async-trait/issues/199))
### [`v0.1.54`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.54)
[Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.53...0.1.54)
- Fix lifetime issue when using `impl Trait` in an async function argument type ([#177](https://togithub.com/dtolnay/async-trait/issues/177))
crossbeam-rs/crossbeam
### [`v0.5.6`](https://togithub.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-channel-0.5.6)
[Compare Source](https://togithub.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.5...crossbeam-channel-0.5.6)
- Bump the minimum supported Rust version to 1.38. ([#877](https://togithub.com/crossbeam-rs/crossbeam/issues/877))
### [`v0.5.5`](https://togithub.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-channel-0.5.5)
[Compare Source](https://togithub.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.4...crossbeam-channel-0.5.5)
- Replace Spinlock with Mutex. ([#835](https://togithub.com/crossbeam-rs/crossbeam/issues/835))
rust-lang/libc
### [`v0.2.135`](https://togithub.com/rust-lang/libc/releases/tag/0.2.135)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.134...0.2.135)
#### What's Changed
- Deploy GitHub Pages via GitHub Actions by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2933](https://togithub.com/rust-lang/libc/pull/2933)
- mmap/madvise specific solaris additional flags. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2922](https://togithub.com/rust-lang/libc/pull/2922)
- linux add ptrace_rseq_configuration by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2923](https://togithub.com/rust-lang/libc/pull/2923)
- Update FreeBSD 13 CI image to 13.1 by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2936](https://togithub.com/rust-lang/libc/pull/2936)
- add major/minor/makedev on apple OSes by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2937](https://togithub.com/rust-lang/libc/pull/2937)
- gha: Downgrade macOS image to 11 as workaround by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2939](https://togithub.com/rust-lang/libc/pull/2939)
- GitHub Workflows security hardening by [@sashashura](https://togithub.com/sashashura) in [https://github.com/rust-lang/libc/pull/2938](https://togithub.com/rust-lang/libc/pull/2938)
- Finish darwin os/lock.h bindings by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2940](https://togithub.com/rust-lang/libc/pull/2940)
- solarish amd64 regset constants by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2930](https://togithub.com/rust-lang/libc/pull/2930)
- add fgetpwent_r and fgetgrent_r on GNU/Linux by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2943](https://togithub.com/rust-lang/libc/pull/2943)
- Don't link against iconv on apple targets when used by `std` by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2944](https://togithub.com/rust-lang/libc/pull/2944)
- os_log/signpost for apple api subset by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2946](https://togithub.com/rust-lang/libc/pull/2946)
- add euidaccess and eaccess on gnu/musl linux by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2947](https://togithub.com/rust-lang/libc/pull/2947)
- add xfs super magic to android targets by [@MrCroxx](https://togithub.com/MrCroxx) in [https://github.com/rust-lang/libc/pull/2949](https://togithub.com/rust-lang/libc/pull/2949)
- add missing STATX_ATTR_\* constants on gnu/linux by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2941](https://togithub.com/rust-lang/libc/pull/2941)
- add faccessat on illumos/solaris and euidaccess on solaris by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2953](https://togithub.com/rust-lang/libc/pull/2953)
- add eaccess on freebsd and dragonfly by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2952](https://togithub.com/rust-lang/libc/pull/2952)
- Ignore `i686-linux-android` on bors by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2954](https://togithub.com/rust-lang/libc/pull/2954)
- Bump to 0.2.135 by [@MrCroxx](https://togithub.com/MrCroxx) in [https://github.com/rust-lang/libc/pull/2951](https://togithub.com/rust-lang/libc/pull/2951)
#### New Contributors
- [@sashashura](https://togithub.com/sashashura) made their first contribution in [https://github.com/rust-lang/libc/pull/2938](https://togithub.com/rust-lang/libc/pull/2938)
- [@MrCroxx](https://togithub.com/MrCroxx) made their first contribution in [https://github.com/rust-lang/libc/pull/2949](https://togithub.com/rust-lang/libc/pull/2949)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.134...0.2.135
### [`v0.2.134`](https://togithub.com/rust-lang/libc/releases/tag/0.2.134)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.133...0.2.134)
#### What's Changed
- refactor: use grep -E instead of egrep by [@kxxt](https://togithub.com/kxxt) in [https://github.com/rust-lang/libc/pull/2916](https://togithub.com/rust-lang/libc/pull/2916)
- Exposed malloc_size on Mac by [@naricc](https://togithub.com/naricc) in [https://github.com/rust-lang/libc/pull/2921](https://togithub.com/rust-lang/libc/pull/2921)
- fs: add NSFS_MAGIC constant by [@tammela](https://togithub.com/tammela) in [https://github.com/rust-lang/libc/pull/2928](https://togithub.com/rust-lang/libc/pull/2928)
- CPU_SETSIZE constant to dragonflybsd. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2925](https://togithub.com/rust-lang/libc/pull/2925)
- Update Docker image to Ubuntu 22.04 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2915](https://togithub.com/rust-lang/libc/pull/2915)
- Use `::Option` and not `Option` for `pthread_jit_write_callback_t` by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2931](https://togithub.com/rust-lang/libc/pull/2931)
- Prepare 0.2.134 release by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2932](https://togithub.com/rust-lang/libc/pull/2932)
#### New Contributors
- [@kxxt](https://togithub.com/kxxt) made their first contribution in [https://github.com/rust-lang/libc/pull/2916](https://togithub.com/rust-lang/libc/pull/2916)
- [@naricc](https://togithub.com/naricc) made their first contribution in [https://github.com/rust-lang/libc/pull/2921](https://togithub.com/rust-lang/libc/pull/2921)
- [@tammela](https://togithub.com/tammela) made their first contribution in [https://github.com/rust-lang/libc/pull/2928](https://togithub.com/rust-lang/libc/pull/2928)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.133...0.2.134
### [`v0.2.133`](https://togithub.com/rust-lang/libc/releases/tag/0.2.133)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.132...0.2.133)
#### What's Changed
- freebsd adding ptsname_r by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2878](https://togithub.com/rust-lang/libc/pull/2878)
- openbsd: ignore ci error about unexistent KERN_NSELCOLL constant by [@semarie](https://togithub.com/semarie) in [https://github.com/rust-lang/libc/pull/2879](https://togithub.com/rust-lang/libc/pull/2879)
- Add ENOTSUP constant for riscv32/musl by [@kraj](https://togithub.com/kraj) in [https://github.com/rust-lang/libc/pull/2884](https://togithub.com/rust-lang/libc/pull/2884)
- freebsd cpuset affinity flags. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2885](https://togithub.com/rust-lang/libc/pull/2885)
- IEEE EUI-64 callss for freebsd/dragonflybsd. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2882](https://togithub.com/rust-lang/libc/pull/2882)
- apple SEEK\_{DATA,HOLE} O\_{EVTONLY,NOFOLLOW_ANY} by [@youknowone](https://togithub.com/youknowone) in [https://github.com/rust-lang/libc/pull/2886](https://togithub.com/rust-lang/libc/pull/2886)
- Add `confstr` and guaranteed `_CS_*` constants on apple by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2883](https://togithub.com/rust-lang/libc/pull/2883)
- add freebsd's cpusetid_t api by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2887](https://togithub.com/rust-lang/libc/pull/2887)
- Add CPU_SETSIZE const for FreeBSD by [@lwhsu](https://togithub.com/lwhsu) in [https://github.com/rust-lang/libc/pull/2888](https://togithub.com/rust-lang/libc/pull/2888)
- linux: add missing netfilter definitions by [@phi-gamma](https://togithub.com/phi-gamma) in [https://github.com/rust-lang/libc/pull/2876](https://togithub.com/rust-lang/libc/pull/2876)
- Upgrade Ubuntu image on GHA to 22.04 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2890](https://togithub.com/rust-lang/libc/pull/2890)
- add missing SOF_TIMESTAMPING flags by [@folkertdev](https://togithub.com/folkertdev) in [https://github.com/rust-lang/libc/pull/2881](https://togithub.com/rust-lang/libc/pull/2881)
- freebsd add shm_largepage_conf data and its ioctl request. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2892](https://togithub.com/rust-lang/libc/pull/2892)
- Add musl's lib folder to library search path by [@wesleywiser](https://togithub.com/wesleywiser) in [https://github.com/rust-lang/libc/pull/2893](https://togithub.com/rust-lang/libc/pull/2893)
- linux: add rtnetlink mcast group definitions by [@phi-gamma](https://togithub.com/phi-gamma) in [https://github.com/rust-lang/libc/pull/2889](https://togithub.com/rust-lang/libc/pull/2889)
- apple add pthread_jit_write_callback_t api related. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2896](https://togithub.com/rust-lang/libc/pull/2896)
- Fix the tests on the latest FreeBSD 14.0-CURRENT by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2898](https://togithub.com/rust-lang/libc/pull/2898)
- Added missing constants from elf.h by [@paandahl](https://togithub.com/paandahl) in [https://github.com/rust-lang/libc/pull/2897](https://togithub.com/rust-lang/libc/pull/2897)
- apple: Add the attrlist set of functions by [@beetrees](https://togithub.com/beetrees) in [https://github.com/rust-lang/libc/pull/2902](https://togithub.com/rust-lang/libc/pull/2902)
- Add makedev for the BSDs by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2891](https://togithub.com/rust-lang/libc/pull/2891)
- solarish SHM\* flags by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2905](https://togithub.com/rust-lang/libc/pull/2905)
- fcntl F_DUPFD_CLOEXEC has different values on Solaris and Illumos by [@gco](https://togithub.com/gco) in [https://github.com/rust-lang/libc/pull/2900](https://togithub.com/rust-lang/libc/pull/2900)
- Solaris TCP_KEEPINTVL and TCP_KEEPCNT have wrong values by [@gco](https://togithub.com/gco) in [https://github.com/rust-lang/libc/pull/2901](https://togithub.com/rust-lang/libc/pull/2901)
- Add new Linux system call constants by [@cd-work](https://togithub.com/cd-work) in [https://github.com/rust-lang/libc/pull/2904](https://togithub.com/rust-lang/libc/pull/2904)
- openbsd: add getmntinfo(3) and getfsstat(2) support by [@semarie](https://togithub.com/semarie) in [https://github.com/rust-lang/libc/pull/2907](https://togithub.com/rust-lang/libc/pull/2907)
- Update s390x installer to [`2022091`](https://togithub.com/rust-lang/libc/commit/20220914) by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2912](https://togithub.com/rust-lang/libc/pull/2912)
- expose setgrent/getgrent/endgrent on fuchsia by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2910](https://togithub.com/rust-lang/libc/pull/2910)
- netbsd mcontext x86\_64 constants. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2911](https://togithub.com/rust-lang/libc/pull/2911)
- Compatibility with ESP-IDF V5 by [@ivmarkov](https://togithub.com/ivmarkov) in [https://github.com/rust-lang/libc/pull/2913](https://togithub.com/rust-lang/libc/pull/2913)
- linux add FICLONE\* ioctl. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2899](https://togithub.com/rust-lang/libc/pull/2899)
- Bump version to 0.2.133 by [@beetrees](https://togithub.com/beetrees) in [https://github.com/rust-lang/libc/pull/2906](https://togithub.com/rust-lang/libc/pull/2906)
#### New Contributors
- [@thomcc](https://togithub.com/thomcc) made their first contribution in [https://github.com/rust-lang/libc/pull/2883](https://togithub.com/rust-lang/libc/pull/2883)
- [@lwhsu](https://togithub.com/lwhsu) made their first contribution in [https://github.com/rust-lang/libc/pull/2888](https://togithub.com/rust-lang/libc/pull/2888)
- [@folkertdev](https://togithub.com/folkertdev) made their first contribution in [https://github.com/rust-lang/libc/pull/2881](https://togithub.com/rust-lang/libc/pull/2881)
- [@wesleywiser](https://togithub.com/wesleywiser) made their first contribution in [https://github.com/rust-lang/libc/pull/2893](https://togithub.com/rust-lang/libc/pull/2893)
- [@paandahl](https://togithub.com/paandahl) made their first contribution in [https://github.com/rust-lang/libc/pull/2897](https://togithub.com/rust-lang/libc/pull/2897)
- [@beetrees](https://togithub.com/beetrees) made their first contribution in [https://github.com/rust-lang/libc/pull/2902](https://togithub.com/rust-lang/libc/pull/2902)
- [@gco](https://togithub.com/gco) made their first contribution in [https://github.com/rust-lang/libc/pull/2900](https://togithub.com/rust-lang/libc/pull/2900)
- [@cd-work](https://togithub.com/cd-work) made their first contribution in [https://github.com/rust-lang/libc/pull/2904](https://togithub.com/rust-lang/libc/pull/2904)
- [@SteveLauC](https://togithub.com/SteveLauC) made their first contribution in [https://github.com/rust-lang/libc/pull/2910](https://togithub.com/rust-lang/libc/pull/2910)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.132...0.2.133
### [`v0.2.132`](https://togithub.com/rust-lang/libc/releases/tag/0.2.132)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.131...0.2.132)
#### What's Changed
- Add FUTEX_LOCK_PI2 on Linux by [@rtzoeller](https://togithub.com/rtzoeller) in [https://github.com/rust-lang/libc/pull/2874](https://togithub.com/rust-lang/libc/pull/2874)
- Add pthread_sigqueue. by [@pirocks](https://togithub.com/pirocks) in [https://github.com/rust-lang/libc/pull/2873](https://togithub.com/rust-lang/libc/pull/2873)
- Fix incorrect constant for O_LARGEFILE on mips64-linux-musl by [@jam1garner](https://togithub.com/jam1garner) in [https://github.com/rust-lang/libc/pull/2875](https://togithub.com/rust-lang/libc/pull/2875)
- Bump version to 0.2.132 by [@pirocks](https://togithub.com/pirocks) in [https://github.com/rust-lang/libc/pull/2877](https://togithub.com/rust-lang/libc/pull/2877)
#### New Contributors
- [@pirocks](https://togithub.com/pirocks) made their first contribution in [https://github.com/rust-lang/libc/pull/2873](https://togithub.com/rust-lang/libc/pull/2873)
- [@jam1garner](https://togithub.com/jam1garner) made their first contribution in [https://github.com/rust-lang/libc/pull/2875](https://togithub.com/rust-lang/libc/pull/2875)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.131...0.2.132
### [`v0.2.131`](https://togithub.com/rust-lang/libc/releases/tag/0.2.131)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.130...0.2.131)
#### What's Changed
- Add `gnu_get_[version|release]` for glibc by [@LegNeato](https://togithub.com/LegNeato) in [https://github.com/rust-lang/libc/pull/2862](https://togithub.com/rust-lang/libc/pull/2862)
- Bump to 0.2.131 to work around Cargo bug by [@Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2871](https://togithub.com/rust-lang/libc/pull/2871)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.130...0.2.131
### [`v0.2.130`](https://togithub.com/rust-lang/libc/releases/tag/0.2.130)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.129...0.2.130)
#### What's Changed
- Bump to 0.2.130 by [@teamplayer3](https://togithub.com/teamplayer3) in [https://github.com/rust-lang/libc/pull/2868](https://togithub.com/rust-lang/libc/pull/2868)
#### New Contributors
- [@teamplayer3](https://togithub.com/teamplayer3) made their first contribution in [https://github.com/rust-lang/libc/pull/2868](https://togithub.com/rust-lang/libc/pull/2868)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.129...0.2.130
### [`v0.2.129`](https://togithub.com/rust-lang/libc/releases/tag/0.2.129)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.128...0.2.129)
#### What's Changed
- Bump up to v0.2.129 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2867](https://togithub.com/rust-lang/libc/pull/2867)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.128...0.2.129
### [`v0.2.128`](https://togithub.com/rust-lang/libc/releases/tag/0.2.128)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.127...0.2.128)
### **This version has been yanked on crates.io, see [https://github.com/rust-lang/libc/issues/2866](https://togithub.com/rust-lang/libc/issues/2866) for the details.**
#### What's Changed
- libc 0.2.127 by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2859](https://togithub.com/rust-lang/libc/pull/2859)
- feat: Add `f_flags_ext` member to Apple's `statfs` structure by [@poliorcetics](https://togithub.com/poliorcetics) in [https://github.com/rust-lang/libc/pull/2858](https://togithub.com/rust-lang/libc/pull/2858)
- Bump libc-test version to match libc by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2863](https://togithub.com/rust-lang/libc/pull/2863)
- add BUS\_ si_code constants by [@i509VCB](https://togithub.com/i509VCB) in [https://github.com/rust-lang/libc/pull/2855](https://togithub.com/rust-lang/libc/pull/2855)
- Fix for [https://github.com/rust-lang/libc/issues/2860](https://togithub.com/rust-lang/libc/issues/2860) by [@Tastaturtaste](https://togithub.com/Tastaturtaste) in [https://github.com/rust-lang/libc/pull/2861](https://togithub.com/rust-lang/libc/pull/2861)
- Add definitions in libc headers in Android for riscv64 by [@MaoHan001](https://togithub.com/MaoHan001) in [https://github.com/rust-lang/libc/pull/2857](https://togithub.com/rust-lang/libc/pull/2857)
- add crt-static for android by [@Bryanskiy](https://togithub.com/Bryanskiy) in [https://github.com/rust-lang/libc/pull/2848](https://togithub.com/rust-lang/libc/pull/2848)
- Socket constants necessary for ESP-IDF support in socket2 by [@ivmarkov](https://togithub.com/ivmarkov) in [https://github.com/rust-lang/libc/pull/2864](https://togithub.com/rust-lang/libc/pull/2864)
- libc v0.2.128 by [@Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2865](https://togithub.com/rust-lang/libc/pull/2865)
#### New Contributors
- [@poliorcetics](https://togithub.com/poliorcetics) made their first contribution in [https://github.com/rust-lang/libc/pull/2858](https://togithub.com/rust-lang/libc/pull/2858)
- [@Tastaturtaste](https://togithub.com/Tastaturtaste) made their first contribution in [https://github.com/rust-lang/libc/pull/2861](https://togithub.com/rust-lang/libc/pull/2861)
- [@MaoHan001](https://togithub.com/MaoHan001) made their first contribution in [https://github.com/rust-lang/libc/pull/2857](https://togithub.com/rust-lang/libc/pull/2857)
- [@Bryanskiy](https://togithub.com/Bryanskiy) made their first contribution in [https://github.com/rust-lang/libc/pull/2848](https://togithub.com/rust-lang/libc/pull/2848)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.127...0.2.128
### [`v0.2.127`](https://togithub.com/rust-lang/libc/releases/tag/0.2.127)
[Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.126...0.2.127)
#### What's Changed
- Clean up lints around unused macros by [@Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2797](https://togithub.com/rust-lang/libc/pull/2797)
- dragonflybsd adding subset of kvm api by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2796](https://togithub.com/rust-lang/libc/pull/2796)
- Macos rawsock by [@qrnch-jan](https://togithub.com/qrnch-jan) in [https://github.com/rust-lang/libc/pull/2791](https://togithub.com/rust-lang/libc/pull/2791)
- Add NetBSD ki_sigset_t, kinfo_proc2, and kinfo_lwp structs by [@Freaky](https://togithub.com/Freaky) in [https://github.com/rust-lang/libc/pull/2792](https://togithub.com/rust-lang/libc/pull/2792)
- dragonflybsd adding vmspace data. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2798](https://togithub.com/rust-lang/libc/pull/2798)
- Add `swd` field to impls for user_fpregs_struct by [@Minoru](https://togithub.com/Minoru) in [https://github.com/rust-lang/libc/pull/2802](https://togithub.com/rust-lang/libc/pull/2802)
- apple adding `IPV6_BOUND_IF` socket constant. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2801](https://togithub.com/rust-lang/libc/pull/2801)
- unix: setreuid/setregid by [@edigaryev](https://togithub.com/edigaryev) in [https://github.com/rust-lang/libc/pull/2803](https://togithub.com/rust-lang/libc/pull/2803)
- linux glibc add user_fpsimd_struct struct by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2607](https://togithub.com/rust-lang/libc/pull/2607)
- Musl s390x: add ENOTSUP alias for EOPNOTSUPP by [@AlekseiNikiforovIBM](https://togithub.com/AlekseiNikiforovIBM) in [https://github.com/rust-lang/libc/pull/2809](https://togithub.com/rust-lang/libc/pull/2809)
- solarish systems SOMAXCONN constant by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2807](https://togithub.com/rust-lang/libc/pull/2807)
- Remove workarounds for old FreeBSDs on libc-test by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2804](https://togithub.com/rust-lang/libc/pull/2804)
- Order `setre{g,u}id` alphabetically by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2805](https://togithub.com/rust-lang/libc/pull/2805)
- Upgrade Windows runners to windows-2022 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2806](https://togithub.com/rust-lang/libc/pull/2806)
- linux SOMAXCONN rework proposal. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2808](https://togithub.com/rust-lang/libc/pull/2808)
- haiku SOMAXCONN constant by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2810](https://togithub.com/rust-lang/libc/pull/2810)
- linux 64 bits gnu/musl add clone_args for clone3 syscall. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2811](https://togithub.com/rust-lang/libc/pull/2811)
- adds android sys/prctl.h by [@lattice0](https://togithub.com/lattice0) in [https://github.com/rust-lang/libc/pull/2814](https://togithub.com/rust-lang/libc/pull/2814)
- ucontext usage update on macos 64 bits. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2817](https://togithub.com/rust-lang/libc/pull/2817)
- Update semverver to 0.1.50 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2821](https://togithub.com/rust-lang/libc/pull/2821)
- Enable `libc_const_extern_fn` implicitly from Rust 1.62 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2820](https://togithub.com/rust-lang/libc/pull/2820)
- Add doc aliases on \__error() function by [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/2822](https://togithub.com/rust-lang/libc/pull/2822)
- haiku sigaltstack api completion. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2825](https://togithub.com/rust-lang/libc/pull/2825)
- Don't check typedefs in impls in style checker by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2824](https://togithub.com/rust-lang/libc/pull/2824)
- apple add task_create/task_terminate by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2826](https://togithub.com/rust-lang/libc/pull/2826)
- task_threads addition for macOs by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2827](https://togithub.com/rust-lang/libc/pull/2827)
- Drop support for Rumprun by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2828](https://togithub.com/rust-lang/libc/pull/2828)
- memfd_create additional flags for FreeBSD. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2829](https://togithub.com/rust-lang/libc/pull/2829)
- Add IPv6 CMSG options to Fuchsia by [@brunowonka](https://togithub.com/brunowonka) in [https://github.com/rust-lang/libc/pull/2823](https://togithub.com/rust-lang/libc/pull/2823)
- Add rtnetlink.h, if_link.h, if_addr.h to Android by [@tiann](https://togithub.com/tiann) in [https://github.com/rust-lang/libc/pull/2830](https://togithub.com/rust-lang/libc/pull/2830)
- Upgrade macOS image to 12 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2831](https://togithub.com/rust-lang/libc/pull/2831)
- task_set_info addition, on macOs only. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2834](https://togithub.com/rust-lang/libc/pull/2834)
- linux/glibc tagged ptr supports for arm64 control addition. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2833](https://togithub.com/rust-lang/libc/pull/2833)
- linux arm64 pointer, prctl auth control follow-up. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2837](https://togithub.com/rust-lang/libc/pull/2837)
- Haiku: add the posix_spawn functions and constants by [@nielx](https://togithub.com/nielx) in [https://github.com/rust-lang/libc/pull/2839](https://togithub.com/rust-lang/libc/pull/2839)
- prctl process timing control options for android. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2840](https://togithub.com/rust-lang/libc/pull/2840)
- Fix FreeBSD CPU\_ macros by [@rtzoeller](https://togithub.com/rtzoeller) in [https://github.com/rust-lang/libc/pull/2842](https://togithub.com/rust-lang/libc/pull/2842)
- style: Format errors so that editors can jump to file/line by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2846](https://togithub.com/rust-lang/libc/pull/2846)
- Fix the type of file flags on OpenBSD by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2841](https://togithub.com/rust-lang/libc/pull/2841)
- Add ETH_P_IP to Fuchsia public constants by [@obrown06](https://togithub.com/obrown06) in [https://github.com/rust-lang/libc/pull/2847](https://togithub.com/rust-lang/libc/pull/2847)
- linux prctl add speculation control flags by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2838](https://togithub.com/rust-lang/libc/pull/2838)
- Few socket updates related for Linux. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2849](https://togithub.com/rust-lang/libc/pull/2849)
- README.md: Clarify (lack of) MSRV policy by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2852](https://togithub.com/rust-lang/libc/pull/2852)
- memmem and task_set_info are available on iOS by [@youknowone](https://togithub.com/youknowone) in [https://github.com/rust-lang/libc/pull/2853](https://togithub.com/rust-lang/libc/pull/2853)
- linux: add TFD_TIMER_CANCEL_ON_SET constant by [@pabigot](https://togithub.com/pabigot) in [https://github.com/rust-lang/libc/pull/2854](https://togithub.com/rust-lang/libc/pull/2854)
#### New Contributors
- [@qrnch-jan](https://togithub.com/qrnch-jan) made their first contribution in [https://github.com/rust-lang/libc/pull/2791](https://togithub.com/rust-lang/libc/pull/2791)
- [@edigaryev](https://togithub.com/edigaryev) made their first contribution in [https://github.com/rust-lang/libc/pull/2803](https://togithub.com/rust-lang/libc/pull/2803)
- [@AlekseiNikiforovIBM](https://togithub.com/AlekseiNikiforovIBM) made their first contribution in [https://github.com/rust-lang/libc/pull/2809](https://togithub.com/rust-lang/libc/pull/2809)
- [@lattice0](https://togithub.com/lattice0) made their first contribution in [https://github.com/rust-lang/libc/pull/2814](https://togithub.com/rust-lang/libc/pull/2814)
- [@brunowonka](https://togithub.com/brunowonka) made their first contribution in [https://github.com/rust-lang/libc/pull/2823](https://togithub.com/rust-lang/libc/pull/2823)
- [@tiann](https://togithub.com/tiann) made their first contribution in [https://github.com/rust-lang/libc/pull/2830](https://togithub.com/rust-lang/libc/pull/2830)
- [@obrown06](https://togithub.com/obrown06) made their first contribution in [https://github.com/rust-lang/libc/pull/2847](https://togithub.com/rust-lang/libc/pull/2847)
- [@pabigot](https://togithub.com/pabigot) made their first contribution in [https://github.com/rust-lang/libc/pull/2854](https://togithub.com/rust-lang/libc/pull/2854)
**Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.126...0.2.127
serde-rs/serde
### [`v1.0.147`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.147)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.146...v1.0.147)
- Add `serde::de::value::EnumAccessDeserializer` which transforms an `EnumAccess` into a `Deserializer` ([#2305](https://togithub.com/serde-rs/serde/issues/2305))
### [`v1.0.146`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.146)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.145...v1.0.146)
- Allow internally tagged newtype variant to contain unit ([#2303](https://togithub.com/serde-rs/serde/issues/2303), thanks [@tage64](https://togithub.com/tage64))
### [`v1.0.145`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.145)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.144...v1.0.145)
- Allow RefCell\, Mutex\, and RwLock\ to be serialized regardless of whether T is `Sized` ([#2282](https://togithub.com/serde-rs/serde/issues/2282), thanks [@ChayimFriedman2](https://togithub.com/ChayimFriedman2))
### [`v1.0.144`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.144)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.143...v1.0.144)
- Change atomic ordering used by Serialize impl of atomic types to match ordering used by Debug impl of those same types ([#2263](https://togithub.com/serde-rs/serde/issues/2263), thanks [@taiki-e](https://togithub.com/taiki-e))
### [`v1.0.143`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.143)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.142...v1.0.143)
- Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case ([#2253](https://togithub.com/serde-rs/serde/issues/2253), thanks [@taiki-e](https://togithub.com/taiki-e))
### [`v1.0.142`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.142)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.141...v1.0.142)
- Add keywords to crates.io metadata
### [`v1.0.141`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.141)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.140...v1.0.141)
- Add `no-std` category to crates.io metadata
### [`v1.0.140`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.140)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.139...v1.0.140)
- Invert serde_derive cfgs to convenience non-Cargo builds on a modern toolchain ([#2251](https://togithub.com/serde-rs/serde/issues/2251), thanks [@taiki-e](https://togithub.com/taiki-e))
### [`v1.0.139`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.139)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.138...v1.0.139)
- Add `new` constructor function for all `IntoDeserializer` impls ([#2246](https://togithub.com/serde-rs/serde/issues/2246))
### [`v1.0.138`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.138)
[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.137...v1.0.138)
- Documentation improvements
serde-rs/json
### [`v1.0.87`](https://togithub.com/serde-rs/json/releases/tag/v1.0.87)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.86...v1.0.87)
- Add `write_i128` and `write_u128` methods to `serde_json::Formatter` to control the formatting of 128-bit integers ([#940](https://togithub.com/serde-rs/json/issues/940), thanks [@Lucretiel](https://togithub.com/Lucretiel))
### [`v1.0.86`](https://togithub.com/serde-rs/json/releases/tag/v1.0.86)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.85...v1.0.86)
- Support `arbitrary_precision` feature even in no-std mode ([#928](https://togithub.com/serde-rs/json/issues/928), thanks [@kvinwang](https://togithub.com/kvinwang))
### [`v1.0.85`](https://togithub.com/serde-rs/json/releases/tag/v1.0.85)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.84...v1.0.85)
- Make `Display` for `Number` produce the same representation as serializing ([#919](https://togithub.com/serde-rs/json/issues/919))
### [`v1.0.84`](https://togithub.com/serde-rs/json/releases/tag/v1.0.84)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.83...v1.0.84)
- Make `Debug` impl of `serde_json::Value` more compact ([#918](https://togithub.com/serde-rs/json/issues/918))
### [`v1.0.83`](https://togithub.com/serde-rs/json/releases/tag/v1.0.83)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.82...v1.0.83)
- Add categories to crates.io metadata
### [`v1.0.82`](https://togithub.com/serde-rs/json/releases/tag/v1.0.82)
[Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.81...v1.0.82)
- Implement `Fromdtolnay/thiserror
### [`v1.0.37`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.37)
[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.36...1.0.37)
- Documentation improvements
### [`v1.0.36`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.36)
[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.35...1.0.36)
- Documentation improvements ([#195](https://togithub.com/dtolnay/thiserror/issues/195), thanks [@matklad](https://togithub.com/matklad))
### [`v1.0.35`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.35)
[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.34...1.0.35)
- More work on integrating [std::any::Provider](https://doc.rust-lang.org/std/any/trait.Provider.html) for backtrace support
- Fix *"Multiple applicable `provide` methods in scope"* error when the caller has both std::error::Error and std::any::Provide traits in scope ([#185](https://togithub.com/dtolnay/thiserror/issues/185))
### [`v1.0.34`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.34)
[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.33...1.0.34)
- Tweak "generic member access" based Backtrace implementation ([#184](https://togithub.com/dtolnay/thiserror/issues/184))
### [`v1.0.33`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.33)
[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.32...1.0.33)
- Expose backtraces via the new "generic member access" API on the Error trait ([https://github.com/rust-lang/rust/issues/99301](https://togithub.com/rust-lang/rust/issues/99301), [https://github.com/rust-lang/rust/issues/96024](https://togithub.com/rust-lang/rust/issues/96024))
### [`v1.0.32`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.32)
[Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.31...1.0.32)
- Add keywords to crates.io metadata
tokio-rs/tracing
### [`v0.1.37`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.37)
[Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37)
This release of `tracing` incorporates changes from `tracing-core`
[v0.1.30][core-0.1.30] and `tracing-attributes` [v0.1.23][attrs-0.1.23],
including the new `Subscriber::on_register_dispatch` method for performing late
initialization after a `Subscriber` is registered as a `Dispatch`, and bugfixes
for the `#[instrument]` attribute. Additionally, it fixes instances of the
`bare_trait_objects` lint, which is now a warning on `tracing`'s MSRV and will
become an error in the next edition.
##### Fixed
- **attributes**: Incorrect handling of inner attributes in `#[instrument]`ed
functions ([#2307])
- **attributes**: Incorrect location of compiler diagnostic spans generated for
type errors in `#[instrument]`ed `async fn`s ([#2270])
- **attributes**: Updated `syn` dependency to fix compilation with `-Z
minimal-versions` ([#2246])
- `bare_trait_objects` warning in `valueset!` macro expansion ([#2308])
##### Added
- **core**: `Subscriber::on_register_dispatch` method ([#2269])
- **core**: `WeakDispatch` type and `Dispatch::downgrade()` function ([#2293])
##### Changed
- `tracing-core`: updated to [0.1.30][core-0.1.30]
- `tracing-attributes`: updated to [0.1.23][attrs-0.1.23]
##### Documented
- Added [`tracing-web`][tracing-web] and [`reqwest-tracing`][reqwest-tracing] to related crates ([#2283],
[#2331])
Thanks to new contributors [@compiler-errors](https://togithub.com/compiler-errors), [@e-nomem](https://togithub.com/e-nomem), [@WorldSEnder](https://togithub.com/WorldSEnder), [@Xiami2012](https://togithub.com/Xiami2012),
and [@tl-rodrigo-gryzinski](https://togithub.com/tl-rodrigo-gryzinski), as well as [@jswrenn](https://togithub.com/jswrenn) and [@CAD97](https://togithub.com/CAD97), for contributing to
this release!
[core-0.1.30]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30
[attrs-0.1.23]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23
[`tracing-web`]: https://crates.io/crates/tracing-web/
[`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing/
[#2246]: https://togithub.com/tokio-rs/tracing/pull/2246
[#2269]: https://togithub.com/tokio-rs/tracing/pull/2269
[#2283]: https://togithub.com/tokio-rs/tracing/pull/2283
[#2270]: https://togithub.com/tokio-rs/tracing/pull/2270
[#2293]: https://togithub.com/tokio-rs/tracing/pull/2293
[#2307]: https://togithub.com/tokio-rs/tracing/pull/2307
[#2308]: https://togithub.com/tokio-rs/tracing/pull/2308
[#2331]: https://togithub.com/tokio-rs/tracing/pull/2331
### [`v0.1.36`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.36)
[Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36)
This release adds support for owned values and fat pointers as arguments to the
`Span::record` method, as well as updating the minimum `tracing-core` version
and several documentation improvements.
##### Fixed
- Incorrect docs in `dispatcher::set_default` ([#2220])
- Compilation with `-Z minimal-versions` ([#2246])
##### Added
- Support for owned values and fat pointers in `Span::record` ([#2212])
- Documentation improvements ([#2208], [#2163])
##### Changed
- `tracing-core`: updated to [0.1.29][core-0.1.29]
Thanks to [@fredr](https://togithub.com/fredr), [@cgbur](https://togithub.com/cgbur), [@jyn514](https://togithub.com/jyn514), [@matklad](https://togithub.com/matklad), and [@CAD97](https://togithub.com/CAD97) for contributing to this
release!
[core-0.1.29]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.29
[#2220]: https://togithub.com/tokio-rs/tracing/pull/2220
[#2246]: https://togithub.com/tokio-rs/tracing/pull/2246
[#2212]: https://togithub.com/tokio-rs/tracing/pull/2212
[#2208]: https://togithub.com/tokio-rs/tracing/pull/2208
[#2163]: https://togithub.com/tokio-rs/tracing/pull/2163
### [`v0.1.35`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.35)
[Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35)
This release reduces the overhead of callsite registration by using new
`tracing-core` APIs.
##### Added
- Use `DefaultCallsite` to reduce callsite registration overhead ([#2083])
##### Changed
- `tracing-core`: updated to [0.1.27][core-0.1.27]
[core-0.1.27]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.27
[#2083]: https://togithub.com/tokio-rs/tracing/pull/2083
servo/rust-url
### [`v2.3.1`](https://togithub.com/servo/rust-url/compare/v2.3.0...v2.3.1)
[Compare Source](https://togithub.com/servo/rust-url/compare/v2.3.0...v2.3.1)
### [`v2.3.0`](https://togithub.com/servo/rust-url/compare/v2.2.2...v2.3.0)
[Compare Source](https://togithub.com/servo/rust-url/compare/v2.2.2...v2.3.0)
Configuration
š Schedule: Branch creation - "every weekend" (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.
š» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.1.0
->2.3.0
0.1.53
->0.1.58
0.5.4
->0.5.6
0.2.126
->0.2.135
1.0.137
->1.0.147
1.0.81
->1.0.87
1.0.31
->1.0.37
0.1.34
->0.1.37
2.2.2
->2.3.1
Release Notes
Keruspe/async-global-executor
### [`v2.3.0`](https://togithub.com/Keruspe/async-global-executor/blob/HEAD/CHANGELOG.md#Version-230) [Compare Source](https://togithub.com/Keruspe/async-global-executor/compare/v2.2.0...v2.3.0) - Switch back to edition 2021 and MSRV 1.59, dropping num-cups dependency ### [`v2.2.0`](https://togithub.com/Keruspe/async-global-executor/blob/HEAD/CHANGELOG.md#Version-220) [Compare Source](https://togithub.com/Keruspe/async-global-executor/compare/v2.1.0...v2.2.0) - Revert back to edition 2018 and MSRV 1.49dtolnay/async-trait
### [`v0.1.58`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.58) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.57...0.1.58) - Improve rust-analyzer "go to definition" on the method names of an async trait ([#218](https://togithub.com/dtolnay/async-trait/issues/218)) ### [`v0.1.57`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.57) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.56...0.1.57) - Add categories to crates.io metadata ### [`v0.1.56`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.56) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.55...0.1.56) - Fix build errors that involveuse parentheses to disambiguate: \`(impl 'async_trait + Trait)\`
([#204](https://togithub.com/dtolnay/async-trait/issues/204)) ### [`v0.1.55`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.55) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.54...0.1.55) - Fix drop order of uncaptured arguments (`_`) when compiling in 2021 edition's closure capture rules ([#199](https://togithub.com/dtolnay/async-trait/issues/199)) ### [`v0.1.54`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.54) [Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.53...0.1.54) - Fix lifetime issue when using `impl Trait` in an async function argument type ([#177](https://togithub.com/dtolnay/async-trait/issues/177))crossbeam-rs/crossbeam
### [`v0.5.6`](https://togithub.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-channel-0.5.6) [Compare Source](https://togithub.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.5...crossbeam-channel-0.5.6) - Bump the minimum supported Rust version to 1.38. ([#877](https://togithub.com/crossbeam-rs/crossbeam/issues/877)) ### [`v0.5.5`](https://togithub.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-channel-0.5.5) [Compare Source](https://togithub.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.4...crossbeam-channel-0.5.5) - Replace Spinlock with Mutex. ([#835](https://togithub.com/crossbeam-rs/crossbeam/issues/835))rust-lang/libc
### [`v0.2.135`](https://togithub.com/rust-lang/libc/releases/tag/0.2.135) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.134...0.2.135) #### What's Changed - Deploy GitHub Pages via GitHub Actions by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2933](https://togithub.com/rust-lang/libc/pull/2933) - mmap/madvise specific solaris additional flags. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2922](https://togithub.com/rust-lang/libc/pull/2922) - linux add ptrace_rseq_configuration by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2923](https://togithub.com/rust-lang/libc/pull/2923) - Update FreeBSD 13 CI image to 13.1 by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2936](https://togithub.com/rust-lang/libc/pull/2936) - add major/minor/makedev on apple OSes by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2937](https://togithub.com/rust-lang/libc/pull/2937) - gha: Downgrade macOS image to 11 as workaround by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2939](https://togithub.com/rust-lang/libc/pull/2939) - GitHub Workflows security hardening by [@sashashura](https://togithub.com/sashashura) in [https://github.com/rust-lang/libc/pull/2938](https://togithub.com/rust-lang/libc/pull/2938) - Finish darwin os/lock.h bindings by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2940](https://togithub.com/rust-lang/libc/pull/2940) - solarish amd64 regset constants by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2930](https://togithub.com/rust-lang/libc/pull/2930) - add fgetpwent_r and fgetgrent_r on GNU/Linux by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2943](https://togithub.com/rust-lang/libc/pull/2943) - Don't link against iconv on apple targets when used by `std` by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2944](https://togithub.com/rust-lang/libc/pull/2944) - os_log/signpost for apple api subset by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2946](https://togithub.com/rust-lang/libc/pull/2946) - add euidaccess and eaccess on gnu/musl linux by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2947](https://togithub.com/rust-lang/libc/pull/2947) - add xfs super magic to android targets by [@MrCroxx](https://togithub.com/MrCroxx) in [https://github.com/rust-lang/libc/pull/2949](https://togithub.com/rust-lang/libc/pull/2949) - add missing STATX_ATTR_\* constants on gnu/linux by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2941](https://togithub.com/rust-lang/libc/pull/2941) - add faccessat on illumos/solaris and euidaccess on solaris by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2953](https://togithub.com/rust-lang/libc/pull/2953) - add eaccess on freebsd and dragonfly by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2952](https://togithub.com/rust-lang/libc/pull/2952) - Ignore `i686-linux-android` on bors by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2954](https://togithub.com/rust-lang/libc/pull/2954) - Bump to 0.2.135 by [@MrCroxx](https://togithub.com/MrCroxx) in [https://github.com/rust-lang/libc/pull/2951](https://togithub.com/rust-lang/libc/pull/2951) #### New Contributors - [@sashashura](https://togithub.com/sashashura) made their first contribution in [https://github.com/rust-lang/libc/pull/2938](https://togithub.com/rust-lang/libc/pull/2938) - [@MrCroxx](https://togithub.com/MrCroxx) made their first contribution in [https://github.com/rust-lang/libc/pull/2949](https://togithub.com/rust-lang/libc/pull/2949) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.134...0.2.135 ### [`v0.2.134`](https://togithub.com/rust-lang/libc/releases/tag/0.2.134) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.133...0.2.134) #### What's Changed - refactor: use grep -E instead of egrep by [@kxxt](https://togithub.com/kxxt) in [https://github.com/rust-lang/libc/pull/2916](https://togithub.com/rust-lang/libc/pull/2916) - Exposed malloc_size on Mac by [@naricc](https://togithub.com/naricc) in [https://github.com/rust-lang/libc/pull/2921](https://togithub.com/rust-lang/libc/pull/2921) - fs: add NSFS_MAGIC constant by [@tammela](https://togithub.com/tammela) in [https://github.com/rust-lang/libc/pull/2928](https://togithub.com/rust-lang/libc/pull/2928) - CPU_SETSIZE constant to dragonflybsd. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2925](https://togithub.com/rust-lang/libc/pull/2925) - Update Docker image to Ubuntu 22.04 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2915](https://togithub.com/rust-lang/libc/pull/2915) - Use `::Option` and not `Option` for `pthread_jit_write_callback_t` by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2931](https://togithub.com/rust-lang/libc/pull/2931) - Prepare 0.2.134 release by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2932](https://togithub.com/rust-lang/libc/pull/2932) #### New Contributors - [@kxxt](https://togithub.com/kxxt) made their first contribution in [https://github.com/rust-lang/libc/pull/2916](https://togithub.com/rust-lang/libc/pull/2916) - [@naricc](https://togithub.com/naricc) made their first contribution in [https://github.com/rust-lang/libc/pull/2921](https://togithub.com/rust-lang/libc/pull/2921) - [@tammela](https://togithub.com/tammela) made their first contribution in [https://github.com/rust-lang/libc/pull/2928](https://togithub.com/rust-lang/libc/pull/2928) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.133...0.2.134 ### [`v0.2.133`](https://togithub.com/rust-lang/libc/releases/tag/0.2.133) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.132...0.2.133) #### What's Changed - freebsd adding ptsname_r by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2878](https://togithub.com/rust-lang/libc/pull/2878) - openbsd: ignore ci error about unexistent KERN_NSELCOLL constant by [@semarie](https://togithub.com/semarie) in [https://github.com/rust-lang/libc/pull/2879](https://togithub.com/rust-lang/libc/pull/2879) - Add ENOTSUP constant for riscv32/musl by [@kraj](https://togithub.com/kraj) in [https://github.com/rust-lang/libc/pull/2884](https://togithub.com/rust-lang/libc/pull/2884) - freebsd cpuset affinity flags. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2885](https://togithub.com/rust-lang/libc/pull/2885) - IEEE EUI-64 callss for freebsd/dragonflybsd. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2882](https://togithub.com/rust-lang/libc/pull/2882) - apple SEEK\_{DATA,HOLE} O\_{EVTONLY,NOFOLLOW_ANY} by [@youknowone](https://togithub.com/youknowone) in [https://github.com/rust-lang/libc/pull/2886](https://togithub.com/rust-lang/libc/pull/2886) - Add `confstr` and guaranteed `_CS_*` constants on apple by [@thomcc](https://togithub.com/thomcc) in [https://github.com/rust-lang/libc/pull/2883](https://togithub.com/rust-lang/libc/pull/2883) - add freebsd's cpusetid_t api by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2887](https://togithub.com/rust-lang/libc/pull/2887) - Add CPU_SETSIZE const for FreeBSD by [@lwhsu](https://togithub.com/lwhsu) in [https://github.com/rust-lang/libc/pull/2888](https://togithub.com/rust-lang/libc/pull/2888) - linux: add missing netfilter definitions by [@phi-gamma](https://togithub.com/phi-gamma) in [https://github.com/rust-lang/libc/pull/2876](https://togithub.com/rust-lang/libc/pull/2876) - Upgrade Ubuntu image on GHA to 22.04 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2890](https://togithub.com/rust-lang/libc/pull/2890) - add missing SOF_TIMESTAMPING flags by [@folkertdev](https://togithub.com/folkertdev) in [https://github.com/rust-lang/libc/pull/2881](https://togithub.com/rust-lang/libc/pull/2881) - freebsd add shm_largepage_conf data and its ioctl request. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2892](https://togithub.com/rust-lang/libc/pull/2892) - Add musl's lib folder to library search path by [@wesleywiser](https://togithub.com/wesleywiser) in [https://github.com/rust-lang/libc/pull/2893](https://togithub.com/rust-lang/libc/pull/2893) - linux: add rtnetlink mcast group definitions by [@phi-gamma](https://togithub.com/phi-gamma) in [https://github.com/rust-lang/libc/pull/2889](https://togithub.com/rust-lang/libc/pull/2889) - apple add pthread_jit_write_callback_t api related. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2896](https://togithub.com/rust-lang/libc/pull/2896) - Fix the tests on the latest FreeBSD 14.0-CURRENT by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2898](https://togithub.com/rust-lang/libc/pull/2898) - Added missing constants from elf.h by [@paandahl](https://togithub.com/paandahl) in [https://github.com/rust-lang/libc/pull/2897](https://togithub.com/rust-lang/libc/pull/2897) - apple: Add the attrlist set of functions by [@beetrees](https://togithub.com/beetrees) in [https://github.com/rust-lang/libc/pull/2902](https://togithub.com/rust-lang/libc/pull/2902) - Add makedev for the BSDs by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2891](https://togithub.com/rust-lang/libc/pull/2891) - solarish SHM\* flags by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2905](https://togithub.com/rust-lang/libc/pull/2905) - fcntl F_DUPFD_CLOEXEC has different values on Solaris and Illumos by [@gco](https://togithub.com/gco) in [https://github.com/rust-lang/libc/pull/2900](https://togithub.com/rust-lang/libc/pull/2900) - Solaris TCP_KEEPINTVL and TCP_KEEPCNT have wrong values by [@gco](https://togithub.com/gco) in [https://github.com/rust-lang/libc/pull/2901](https://togithub.com/rust-lang/libc/pull/2901) - Add new Linux system call constants by [@cd-work](https://togithub.com/cd-work) in [https://github.com/rust-lang/libc/pull/2904](https://togithub.com/rust-lang/libc/pull/2904) - openbsd: add getmntinfo(3) and getfsstat(2) support by [@semarie](https://togithub.com/semarie) in [https://github.com/rust-lang/libc/pull/2907](https://togithub.com/rust-lang/libc/pull/2907) - Update s390x installer to [`2022091`](https://togithub.com/rust-lang/libc/commit/20220914) by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2912](https://togithub.com/rust-lang/libc/pull/2912) - expose setgrent/getgrent/endgrent on fuchsia by [@SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2910](https://togithub.com/rust-lang/libc/pull/2910) - netbsd mcontext x86\_64 constants. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2911](https://togithub.com/rust-lang/libc/pull/2911) - Compatibility with ESP-IDF V5 by [@ivmarkov](https://togithub.com/ivmarkov) in [https://github.com/rust-lang/libc/pull/2913](https://togithub.com/rust-lang/libc/pull/2913) - linux add FICLONE\* ioctl. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2899](https://togithub.com/rust-lang/libc/pull/2899) - Bump version to 0.2.133 by [@beetrees](https://togithub.com/beetrees) in [https://github.com/rust-lang/libc/pull/2906](https://togithub.com/rust-lang/libc/pull/2906) #### New Contributors - [@thomcc](https://togithub.com/thomcc) made their first contribution in [https://github.com/rust-lang/libc/pull/2883](https://togithub.com/rust-lang/libc/pull/2883) - [@lwhsu](https://togithub.com/lwhsu) made their first contribution in [https://github.com/rust-lang/libc/pull/2888](https://togithub.com/rust-lang/libc/pull/2888) - [@folkertdev](https://togithub.com/folkertdev) made their first contribution in [https://github.com/rust-lang/libc/pull/2881](https://togithub.com/rust-lang/libc/pull/2881) - [@wesleywiser](https://togithub.com/wesleywiser) made their first contribution in [https://github.com/rust-lang/libc/pull/2893](https://togithub.com/rust-lang/libc/pull/2893) - [@paandahl](https://togithub.com/paandahl) made their first contribution in [https://github.com/rust-lang/libc/pull/2897](https://togithub.com/rust-lang/libc/pull/2897) - [@beetrees](https://togithub.com/beetrees) made their first contribution in [https://github.com/rust-lang/libc/pull/2902](https://togithub.com/rust-lang/libc/pull/2902) - [@gco](https://togithub.com/gco) made their first contribution in [https://github.com/rust-lang/libc/pull/2900](https://togithub.com/rust-lang/libc/pull/2900) - [@cd-work](https://togithub.com/cd-work) made their first contribution in [https://github.com/rust-lang/libc/pull/2904](https://togithub.com/rust-lang/libc/pull/2904) - [@SteveLauC](https://togithub.com/SteveLauC) made their first contribution in [https://github.com/rust-lang/libc/pull/2910](https://togithub.com/rust-lang/libc/pull/2910) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.132...0.2.133 ### [`v0.2.132`](https://togithub.com/rust-lang/libc/releases/tag/0.2.132) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.131...0.2.132) #### What's Changed - Add FUTEX_LOCK_PI2 on Linux by [@rtzoeller](https://togithub.com/rtzoeller) in [https://github.com/rust-lang/libc/pull/2874](https://togithub.com/rust-lang/libc/pull/2874) - Add pthread_sigqueue. by [@pirocks](https://togithub.com/pirocks) in [https://github.com/rust-lang/libc/pull/2873](https://togithub.com/rust-lang/libc/pull/2873) - Fix incorrect constant for O_LARGEFILE on mips64-linux-musl by [@jam1garner](https://togithub.com/jam1garner) in [https://github.com/rust-lang/libc/pull/2875](https://togithub.com/rust-lang/libc/pull/2875) - Bump version to 0.2.132 by [@pirocks](https://togithub.com/pirocks) in [https://github.com/rust-lang/libc/pull/2877](https://togithub.com/rust-lang/libc/pull/2877) #### New Contributors - [@pirocks](https://togithub.com/pirocks) made their first contribution in [https://github.com/rust-lang/libc/pull/2873](https://togithub.com/rust-lang/libc/pull/2873) - [@jam1garner](https://togithub.com/jam1garner) made their first contribution in [https://github.com/rust-lang/libc/pull/2875](https://togithub.com/rust-lang/libc/pull/2875) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.131...0.2.132 ### [`v0.2.131`](https://togithub.com/rust-lang/libc/releases/tag/0.2.131) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.130...0.2.131) #### What's Changed - Add `gnu_get_[version|release]` for glibc by [@LegNeato](https://togithub.com/LegNeato) in [https://github.com/rust-lang/libc/pull/2862](https://togithub.com/rust-lang/libc/pull/2862) - Bump to 0.2.131 to work around Cargo bug by [@Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2871](https://togithub.com/rust-lang/libc/pull/2871) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.130...0.2.131 ### [`v0.2.130`](https://togithub.com/rust-lang/libc/releases/tag/0.2.130) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.129...0.2.130) #### What's Changed - Bump to 0.2.130 by [@teamplayer3](https://togithub.com/teamplayer3) in [https://github.com/rust-lang/libc/pull/2868](https://togithub.com/rust-lang/libc/pull/2868) #### New Contributors - [@teamplayer3](https://togithub.com/teamplayer3) made their first contribution in [https://github.com/rust-lang/libc/pull/2868](https://togithub.com/rust-lang/libc/pull/2868) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.129...0.2.130 ### [`v0.2.129`](https://togithub.com/rust-lang/libc/releases/tag/0.2.129) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.128...0.2.129) #### What's Changed - Bump up to v0.2.129 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2867](https://togithub.com/rust-lang/libc/pull/2867) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.128...0.2.129 ### [`v0.2.128`](https://togithub.com/rust-lang/libc/releases/tag/0.2.128) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.127...0.2.128) ### **This version has been yanked on crates.io, see [https://github.com/rust-lang/libc/issues/2866](https://togithub.com/rust-lang/libc/issues/2866) for the details.** #### What's Changed - libc 0.2.127 by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2859](https://togithub.com/rust-lang/libc/pull/2859) - feat: Add `f_flags_ext` member to Apple's `statfs` structure by [@poliorcetics](https://togithub.com/poliorcetics) in [https://github.com/rust-lang/libc/pull/2858](https://togithub.com/rust-lang/libc/pull/2858) - Bump libc-test version to match libc by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2863](https://togithub.com/rust-lang/libc/pull/2863) - add BUS\_ si_code constants by [@i509VCB](https://togithub.com/i509VCB) in [https://github.com/rust-lang/libc/pull/2855](https://togithub.com/rust-lang/libc/pull/2855) - Fix for [https://github.com/rust-lang/libc/issues/2860](https://togithub.com/rust-lang/libc/issues/2860) by [@Tastaturtaste](https://togithub.com/Tastaturtaste) in [https://github.com/rust-lang/libc/pull/2861](https://togithub.com/rust-lang/libc/pull/2861) - Add definitions in libc headers in Android for riscv64 by [@MaoHan001](https://togithub.com/MaoHan001) in [https://github.com/rust-lang/libc/pull/2857](https://togithub.com/rust-lang/libc/pull/2857) - add crt-static for android by [@Bryanskiy](https://togithub.com/Bryanskiy) in [https://github.com/rust-lang/libc/pull/2848](https://togithub.com/rust-lang/libc/pull/2848) - Socket constants necessary for ESP-IDF support in socket2 by [@ivmarkov](https://togithub.com/ivmarkov) in [https://github.com/rust-lang/libc/pull/2864](https://togithub.com/rust-lang/libc/pull/2864) - libc v0.2.128 by [@Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2865](https://togithub.com/rust-lang/libc/pull/2865) #### New Contributors - [@poliorcetics](https://togithub.com/poliorcetics) made their first contribution in [https://github.com/rust-lang/libc/pull/2858](https://togithub.com/rust-lang/libc/pull/2858) - [@Tastaturtaste](https://togithub.com/Tastaturtaste) made their first contribution in [https://github.com/rust-lang/libc/pull/2861](https://togithub.com/rust-lang/libc/pull/2861) - [@MaoHan001](https://togithub.com/MaoHan001) made their first contribution in [https://github.com/rust-lang/libc/pull/2857](https://togithub.com/rust-lang/libc/pull/2857) - [@Bryanskiy](https://togithub.com/Bryanskiy) made their first contribution in [https://github.com/rust-lang/libc/pull/2848](https://togithub.com/rust-lang/libc/pull/2848) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.127...0.2.128 ### [`v0.2.127`](https://togithub.com/rust-lang/libc/releases/tag/0.2.127) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.126...0.2.127) #### What's Changed - Clean up lints around unused macros by [@Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2797](https://togithub.com/rust-lang/libc/pull/2797) - dragonflybsd adding subset of kvm api by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2796](https://togithub.com/rust-lang/libc/pull/2796) - Macos rawsock by [@qrnch-jan](https://togithub.com/qrnch-jan) in [https://github.com/rust-lang/libc/pull/2791](https://togithub.com/rust-lang/libc/pull/2791) - Add NetBSD ki_sigset_t, kinfo_proc2, and kinfo_lwp structs by [@Freaky](https://togithub.com/Freaky) in [https://github.com/rust-lang/libc/pull/2792](https://togithub.com/rust-lang/libc/pull/2792) - dragonflybsd adding vmspace data. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2798](https://togithub.com/rust-lang/libc/pull/2798) - Add `swd` field to impls for user_fpregs_struct by [@Minoru](https://togithub.com/Minoru) in [https://github.com/rust-lang/libc/pull/2802](https://togithub.com/rust-lang/libc/pull/2802) - apple adding `IPV6_BOUND_IF` socket constant. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2801](https://togithub.com/rust-lang/libc/pull/2801) - unix: setreuid/setregid by [@edigaryev](https://togithub.com/edigaryev) in [https://github.com/rust-lang/libc/pull/2803](https://togithub.com/rust-lang/libc/pull/2803) - linux glibc add user_fpsimd_struct struct by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2607](https://togithub.com/rust-lang/libc/pull/2607) - Musl s390x: add ENOTSUP alias for EOPNOTSUPP by [@AlekseiNikiforovIBM](https://togithub.com/AlekseiNikiforovIBM) in [https://github.com/rust-lang/libc/pull/2809](https://togithub.com/rust-lang/libc/pull/2809) - solarish systems SOMAXCONN constant by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2807](https://togithub.com/rust-lang/libc/pull/2807) - Remove workarounds for old FreeBSDs on libc-test by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2804](https://togithub.com/rust-lang/libc/pull/2804) - Order `setre{g,u}id` alphabetically by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2805](https://togithub.com/rust-lang/libc/pull/2805) - Upgrade Windows runners to windows-2022 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2806](https://togithub.com/rust-lang/libc/pull/2806) - linux SOMAXCONN rework proposal. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2808](https://togithub.com/rust-lang/libc/pull/2808) - haiku SOMAXCONN constant by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2810](https://togithub.com/rust-lang/libc/pull/2810) - linux 64 bits gnu/musl add clone_args for clone3 syscall. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2811](https://togithub.com/rust-lang/libc/pull/2811) - adds android sys/prctl.h by [@lattice0](https://togithub.com/lattice0) in [https://github.com/rust-lang/libc/pull/2814](https://togithub.com/rust-lang/libc/pull/2814) - ucontext usage update on macos 64 bits. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2817](https://togithub.com/rust-lang/libc/pull/2817) - Update semverver to 0.1.50 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2821](https://togithub.com/rust-lang/libc/pull/2821) - Enable `libc_const_extern_fn` implicitly from Rust 1.62 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2820](https://togithub.com/rust-lang/libc/pull/2820) - Add doc aliases on \__error() function by [@GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/2822](https://togithub.com/rust-lang/libc/pull/2822) - haiku sigaltstack api completion. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2825](https://togithub.com/rust-lang/libc/pull/2825) - Don't check typedefs in impls in style checker by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2824](https://togithub.com/rust-lang/libc/pull/2824) - apple add task_create/task_terminate by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2826](https://togithub.com/rust-lang/libc/pull/2826) - task_threads addition for macOs by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2827](https://togithub.com/rust-lang/libc/pull/2827) - Drop support for Rumprun by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2828](https://togithub.com/rust-lang/libc/pull/2828) - memfd_create additional flags for FreeBSD. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2829](https://togithub.com/rust-lang/libc/pull/2829) - Add IPv6 CMSG options to Fuchsia by [@brunowonka](https://togithub.com/brunowonka) in [https://github.com/rust-lang/libc/pull/2823](https://togithub.com/rust-lang/libc/pull/2823) - Add rtnetlink.h, if_link.h, if_addr.h to Android by [@tiann](https://togithub.com/tiann) in [https://github.com/rust-lang/libc/pull/2830](https://togithub.com/rust-lang/libc/pull/2830) - Upgrade macOS image to 12 by [@JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2831](https://togithub.com/rust-lang/libc/pull/2831) - task_set_info addition, on macOs only. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2834](https://togithub.com/rust-lang/libc/pull/2834) - linux/glibc tagged ptr supports for arm64 control addition. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2833](https://togithub.com/rust-lang/libc/pull/2833) - linux arm64 pointer, prctl auth control follow-up. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2837](https://togithub.com/rust-lang/libc/pull/2837) - Haiku: add the posix_spawn functions and constants by [@nielx](https://togithub.com/nielx) in [https://github.com/rust-lang/libc/pull/2839](https://togithub.com/rust-lang/libc/pull/2839) - prctl process timing control options for android. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2840](https://togithub.com/rust-lang/libc/pull/2840) - Fix FreeBSD CPU\_ macros by [@rtzoeller](https://togithub.com/rtzoeller) in [https://github.com/rust-lang/libc/pull/2842](https://togithub.com/rust-lang/libc/pull/2842) - style: Format errors so that editors can jump to file/line by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2846](https://togithub.com/rust-lang/libc/pull/2846) - Fix the type of file flags on OpenBSD by [@asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/2841](https://togithub.com/rust-lang/libc/pull/2841) - Add ETH_P_IP to Fuchsia public constants by [@obrown06](https://togithub.com/obrown06) in [https://github.com/rust-lang/libc/pull/2847](https://togithub.com/rust-lang/libc/pull/2847) - linux prctl add speculation control flags by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2838](https://togithub.com/rust-lang/libc/pull/2838) - Few socket updates related for Linux. by [@devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/2849](https://togithub.com/rust-lang/libc/pull/2849) - README.md: Clarify (lack of) MSRV policy by [@joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2852](https://togithub.com/rust-lang/libc/pull/2852) - memmem and task_set_info are available on iOS by [@youknowone](https://togithub.com/youknowone) in [https://github.com/rust-lang/libc/pull/2853](https://togithub.com/rust-lang/libc/pull/2853) - linux: add TFD_TIMER_CANCEL_ON_SET constant by [@pabigot](https://togithub.com/pabigot) in [https://github.com/rust-lang/libc/pull/2854](https://togithub.com/rust-lang/libc/pull/2854) #### New Contributors - [@qrnch-jan](https://togithub.com/qrnch-jan) made their first contribution in [https://github.com/rust-lang/libc/pull/2791](https://togithub.com/rust-lang/libc/pull/2791) - [@edigaryev](https://togithub.com/edigaryev) made their first contribution in [https://github.com/rust-lang/libc/pull/2803](https://togithub.com/rust-lang/libc/pull/2803) - [@AlekseiNikiforovIBM](https://togithub.com/AlekseiNikiforovIBM) made their first contribution in [https://github.com/rust-lang/libc/pull/2809](https://togithub.com/rust-lang/libc/pull/2809) - [@lattice0](https://togithub.com/lattice0) made their first contribution in [https://github.com/rust-lang/libc/pull/2814](https://togithub.com/rust-lang/libc/pull/2814) - [@brunowonka](https://togithub.com/brunowonka) made their first contribution in [https://github.com/rust-lang/libc/pull/2823](https://togithub.com/rust-lang/libc/pull/2823) - [@tiann](https://togithub.com/tiann) made their first contribution in [https://github.com/rust-lang/libc/pull/2830](https://togithub.com/rust-lang/libc/pull/2830) - [@obrown06](https://togithub.com/obrown06) made their first contribution in [https://github.com/rust-lang/libc/pull/2847](https://togithub.com/rust-lang/libc/pull/2847) - [@pabigot](https://togithub.com/pabigot) made their first contribution in [https://github.com/rust-lang/libc/pull/2854](https://togithub.com/rust-lang/libc/pull/2854) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.126...0.2.127serde-rs/serde
### [`v1.0.147`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.147) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.146...v1.0.147) - Add `serde::de::value::EnumAccessDeserializer` which transforms an `EnumAccess` into a `Deserializer` ([#2305](https://togithub.com/serde-rs/serde/issues/2305)) ### [`v1.0.146`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.146) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.145...v1.0.146) - Allow internally tagged newtype variant to contain unit ([#2303](https://togithub.com/serde-rs/serde/issues/2303), thanks [@tage64](https://togithub.com/tage64)) ### [`v1.0.145`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.145) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.144...v1.0.145) - Allow RefCell\serde-rs/json
### [`v1.0.87`](https://togithub.com/serde-rs/json/releases/tag/v1.0.87) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.86...v1.0.87) - Add `write_i128` and `write_u128` methods to `serde_json::Formatter` to control the formatting of 128-bit integers ([#940](https://togithub.com/serde-rs/json/issues/940), thanks [@Lucretiel](https://togithub.com/Lucretiel)) ### [`v1.0.86`](https://togithub.com/serde-rs/json/releases/tag/v1.0.86) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.85...v1.0.86) - Support `arbitrary_precision` feature even in no-std mode ([#928](https://togithub.com/serde-rs/json/issues/928), thanks [@kvinwang](https://togithub.com/kvinwang)) ### [`v1.0.85`](https://togithub.com/serde-rs/json/releases/tag/v1.0.85) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.84...v1.0.85) - Make `Display` for `Number` produce the same representation as serializing ([#919](https://togithub.com/serde-rs/json/issues/919)) ### [`v1.0.84`](https://togithub.com/serde-rs/json/releases/tag/v1.0.84) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.83...v1.0.84) - Make `Debug` impl of `serde_json::Value` more compact ([#918](https://togithub.com/serde-rs/json/issues/918)) ### [`v1.0.83`](https://togithub.com/serde-rs/json/releases/tag/v1.0.83) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.82...v1.0.83) - Add categories to crates.io metadata ### [`v1.0.82`](https://togithub.com/serde-rs/json/releases/tag/v1.0.82) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.81...v1.0.82) - Implement `Fromdtolnay/thiserror
### [`v1.0.37`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.37) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.36...1.0.37) - Documentation improvements ### [`v1.0.36`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.36) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.35...1.0.36) - Documentation improvements ([#195](https://togithub.com/dtolnay/thiserror/issues/195), thanks [@matklad](https://togithub.com/matklad)) ### [`v1.0.35`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.35) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.34...1.0.35) - More work on integrating [std::any::Provider](https://doc.rust-lang.org/std/any/trait.Provider.html) for backtrace support - Fix *"Multiple applicable `provide` methods in scope"* error when the caller has both std::error::Error and std::any::Provide traits in scope ([#185](https://togithub.com/dtolnay/thiserror/issues/185)) ### [`v1.0.34`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.34) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.33...1.0.34) - Tweak "generic member access" based Backtrace implementation ([#184](https://togithub.com/dtolnay/thiserror/issues/184)) ### [`v1.0.33`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.33) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.32...1.0.33) - Expose backtraces via the new "generic member access" API on the Error trait ([https://github.com/rust-lang/rust/issues/99301](https://togithub.com/rust-lang/rust/issues/99301), [https://github.com/rust-lang/rust/issues/96024](https://togithub.com/rust-lang/rust/issues/96024)) ### [`v1.0.32`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.32) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.31...1.0.32) - Add keywords to crates.io metadatatokio-rs/tracing
### [`v0.1.37`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.37) [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37) This release of `tracing` incorporates changes from `tracing-core` [v0.1.30][core-0.1.30] and `tracing-attributes` [v0.1.23][attrs-0.1.23], including the new `Subscriber::on_register_dispatch` method for performing late initialization after a `Subscriber` is registered as a `Dispatch`, and bugfixes for the `#[instrument]` attribute. Additionally, it fixes instances of the `bare_trait_objects` lint, which is now a warning on `tracing`'s MSRV and will become an error in the next edition. ##### Fixed - **attributes**: Incorrect handling of inner attributes in `#[instrument]`ed functions ([#2307]) - **attributes**: Incorrect location of compiler diagnostic spans generated for type errors in `#[instrument]`ed `async fn`s ([#2270]) - **attributes**: Updated `syn` dependency to fix compilation with `-Z minimal-versions` ([#2246]) - `bare_trait_objects` warning in `valueset!` macro expansion ([#2308]) ##### Added - **core**: `Subscriber::on_register_dispatch` method ([#2269]) - **core**: `WeakDispatch` type and `Dispatch::downgrade()` function ([#2293]) ##### Changed - `tracing-core`: updated to [0.1.30][core-0.1.30] - `tracing-attributes`: updated to [0.1.23][attrs-0.1.23] ##### Documented - Added [`tracing-web`][tracing-web] and [`reqwest-tracing`][reqwest-tracing] to related crates ([#2283], [#2331]) Thanks to new contributors [@compiler-errors](https://togithub.com/compiler-errors), [@e-nomem](https://togithub.com/e-nomem), [@WorldSEnder](https://togithub.com/WorldSEnder), [@Xiami2012](https://togithub.com/Xiami2012), and [@tl-rodrigo-gryzinski](https://togithub.com/tl-rodrigo-gryzinski), as well as [@jswrenn](https://togithub.com/jswrenn) and [@CAD97](https://togithub.com/CAD97), for contributing to this release! [core-0.1.30]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30 [attrs-0.1.23]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23 [`tracing-web`]: https://crates.io/crates/tracing-web/ [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing/ [#2246]: https://togithub.com/tokio-rs/tracing/pull/2246 [#2269]: https://togithub.com/tokio-rs/tracing/pull/2269 [#2283]: https://togithub.com/tokio-rs/tracing/pull/2283 [#2270]: https://togithub.com/tokio-rs/tracing/pull/2270 [#2293]: https://togithub.com/tokio-rs/tracing/pull/2293 [#2307]: https://togithub.com/tokio-rs/tracing/pull/2307 [#2308]: https://togithub.com/tokio-rs/tracing/pull/2308 [#2331]: https://togithub.com/tokio-rs/tracing/pull/2331 ### [`v0.1.36`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.36) [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36) This release adds support for owned values and fat pointers as arguments to the `Span::record` method, as well as updating the minimum `tracing-core` version and several documentation improvements. ##### Fixed - Incorrect docs in `dispatcher::set_default` ([#2220]) - Compilation with `-Z minimal-versions` ([#2246]) ##### Added - Support for owned values and fat pointers in `Span::record` ([#2212]) - Documentation improvements ([#2208], [#2163]) ##### Changed - `tracing-core`: updated to [0.1.29][core-0.1.29] Thanks to [@fredr](https://togithub.com/fredr), [@cgbur](https://togithub.com/cgbur), [@jyn514](https://togithub.com/jyn514), [@matklad](https://togithub.com/matklad), and [@CAD97](https://togithub.com/CAD97) for contributing to this release! [core-0.1.29]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.29 [#2220]: https://togithub.com/tokio-rs/tracing/pull/2220 [#2246]: https://togithub.com/tokio-rs/tracing/pull/2246 [#2212]: https://togithub.com/tokio-rs/tracing/pull/2212 [#2208]: https://togithub.com/tokio-rs/tracing/pull/2208 [#2163]: https://togithub.com/tokio-rs/tracing/pull/2163 ### [`v0.1.35`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.35) [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35) This release reduces the overhead of callsite registration by using new `tracing-core` APIs. ##### Added - Use `DefaultCallsite` to reduce callsite registration overhead ([#2083]) ##### Changed - `tracing-core`: updated to [0.1.27][core-0.1.27] [core-0.1.27]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.27 [#2083]: https://togithub.com/tokio-rs/tracing/pull/2083servo/rust-url
### [`v2.3.1`](https://togithub.com/servo/rust-url/compare/v2.3.0...v2.3.1) [Compare Source](https://togithub.com/servo/rust-url/compare/v2.3.0...v2.3.1) ### [`v2.3.0`](https://togithub.com/servo/rust-url/compare/v2.2.2...v2.3.0) [Compare Source](https://togithub.com/servo/rust-url/compare/v2.2.2...v2.3.0)Configuration
š Schedule: Branch creation - "every weekend" (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.
š» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.