fix(deps): update patch dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
anyhow | dependencies | patch |
1.0.81 -> 1.0.82
|
anyhow | dev-dependencies | patch |
1.0.58 -> 1.0.82
|
async-trait | dependencies | patch |
0.1.77 -> 0.1.80
|
cc | build-dependencies | patch |
1.0.90 -> 1.0.96
|
futures (source) | dependencies | patch |
0.3.21 -> 0.3.30
|
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird | require | patch |
v0.0.0-20231221133949-4e278e22a940 -> v0.0.0-20240422163943-a1bccd9677e4
|
libc | dependencies | patch |
0.2.153 -> 0.2.154
|
serde (source) | dependencies | patch |
1.0.197 -> 1.0.200
|
serde_json | dependencies | patch |
1.0.114 -> 1.0.116
|
thiserror | dependencies | patch |
1.0.58 -> 1.0.59
|
tokio-util (source) | dependencies | patch |
0.7.3 -> 0.7.11
|
tokio-util (source) | dependencies | patch |
0.7.10 -> 0.7.11
|
Release Notes
dtolnay/async-trait (async-trait)
v0.1.80
- Fix unreachable code warning for async functions that return
!
(#265, thanks @de-vri-es)
v0.1.79
- Clean up some dead code
v0.1.78
- Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)
rust-lang/cc-rs (cc)
v1.0.96
What's Changed
- Use specified include directories prior to CFLAGS by @justsmth in https://github.com/rust-lang/cc-rs/pull/1043
- MSVC: Add support for linking against the "spectre-mitigated" CRT by @dpaoliello in https://github.com/rust-lang/cc-rs/pull/673
- Release cc 1.0.96 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1045
New Contributors
- @justsmth made their first contribution in https://github.com/rust-lang/cc-rs/pull/1043
Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.96
v1.0.95
What's Changed
- Update windows-bindgen requirement from 0.55 to 0.56 by @dependabot in https://github.com/rust-lang/cc-rs/pull/1035
- Bump msrv to 1.63 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1031
- Optimize jobserver
try_acquire
by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1037 - Release cc 1.0.95 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1038
Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.94...1.0.95
v1.0.94
What's Changed
- Fix xcrun sdk version arg by @0123456789-jpg in https://github.com/rust-lang/cc-rs/pull/1007
- Release cc 1.0.94 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1034
New Contributors
- @0123456789-jpg made their first contribution in https://github.com/rust-lang/cc-rs/pull/1007
Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.93...1.0.94
v1.0.93
What's Changed
- Add visionOS support by @madsmtm in https://github.com/rust-lang/cc-rs/pull/1029
- Release cc-rs 1.0.93 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1032
Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.92...1.0.93
v1.0.92
What's Changed
- Fix linking with llvm-lib by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1027
- Release cc 1.0.92 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1028
Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.91...1.0.92
v1.0.91
What's Changed
- Update windows-bindgen requirement from 0.54 to 0.55 by @dependabot in https://github.com/rust-lang/cc-rs/pull/999
- Fix: Accept non utf-8 characters in compiler and archiver by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/998
- CI: Add automatic publish on tag creation by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/978
- feat: Query rustc for clang target triples instead of hardcoding them by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1004
- Fix safety comment for LibraryHandle::get_proc_address by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1010
- Fix compile family detection: Use C macros instead of
$compiler -v
by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1000 - refactor: Optimize code based on cargo clippy suggestions by @InventiveCoder in https://github.com/rust-lang/cc-rs/pull/1013
- Fix regression in compiler family detection by @russelltg in https://github.com/rust-lang/cc-rs/pull/1014
- Also shim llvm-ar in the clang_android test on non-Windows by @dpaoliello in https://github.com/rust-lang/cc-rs/pull/1016
- Fix caching of supported compiler flag by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1002
- fix llvm-ar as archiver for msvc targets; fix clang-cl detection; fix assembler output flag detection; add clang/clang-cl windows CI by @russelltg in https://github.com/rust-lang/cc-rs/pull/1015
- fix(env_tool): return None if env is empty by @cathaysia in https://github.com/rust-lang/cc-rs/pull/1021
- Release cc 1.0.91 by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1024
New Contributors
- @InventiveCoder made their first contribution in https://github.com/rust-lang/cc-rs/pull/1013
- @russelltg made their first contribution in https://github.com/rust-lang/cc-rs/pull/1014
- @cathaysia made their first contribution in https://github.com/rust-lang/cc-rs/pull/1021
Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.90...1.0.91
rust-lang/futures-rs (futures)
v0.3.30
- Add
{BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of
(#2797) - Fix panic in
FuturesUnordered::clear
(#2809) - Fix panic in
AsyncBufReadExt::fill_buf
(#2801, #2812) - Improve support for targets without atomic CAS (#2811)
- Remove build scripts (#2811)
v0.3.29
- Add
TryStreamExt::try_ready_chunks
(#2757) - Add
TryStreamExt::{try_all,try_any}
(#2783) - Add
UnboundedSender::{len,is_empty}
(#2750) - Fix
Sync
impl ofFuturesUnordered
(#2788) - Fix infinite loop caused by invalid UTF-8 bytes (#2785)
- Fix build error with -Z minimal-versions (#2761)
v0.3.28
- Update to syn 2. This raises MSRV of utility crates to 1.56. (#2730, #2733)
- Fix bug in
FlattenUnordered
(#2726, #2728)
v0.3.27
- Add
TryFlattenUnordered
(#2577, #2590, #2606, #2607) - Add
AbortHandle::is_aborted
(#2710) - Add
AbortRegistration::handle
(#2712) - Make
BiLock
strict-provenance compatible (#2716)
v0.3.26
- Add
Either::as_pin_mut
andEither::as_pin_ref
(#2691) - Add
Shared::ptr_eq
andShared::ptr_hash
(#2691) - Implement
FusedStream
forBuffered
(#2676) - Implement
FusedStream
for all streams inReadyChunks
(#2693) - Fix bug in
FuturesOrdered::push_front
(#2664) - Remove
Fut::Output: Clone
bounds from someShared
methods (#2662) - Remove
T: Debug
bounds fromDebug
implementations ofmpsc
andoneshot
types (#2666, #2667)
v0.3.25
v0.3.24
- Fix incorrect termination of
select_with_strategy
streams (#2635)
v0.3.23
- Work around MSRV increase due to a cargo bug.
v0.3.22
- Fix
Sync
impl ofBiLockGuard
(#2570) - Fix partial iteration in
FuturesUnordered
(#2574) - Fix false detection of inner panics in
Shared
(#2576) - Add
Mutex::lock_owned
andMutex::try_lock_owned
(#2571) - Add
io::copy_buf_abortable
(#2507) - Remove
Unpin
bound fromTryStreamExt::into_async_read
(#2599) - Make
run_until_stalled
handle self-waking futures (#2593) - Use
FuturesOrdered
intry_join_all
(#2556) - Fix orderings in
LocalPool
waker (#2608) - Fix
stream::Chunk
adapters size hints (#2611) - Add
push_front
andpush_back
toFuturesOrdered
(#2591) - Deprecate
FuturesOrdered::push
in favor ofFuturesOrdered::push_back
(#2591) - Performance improvements (#2583, #2626)
- Documentation improvements (#2579, #2604, #2613)
rust-lang/libc (libc)
v0.2.154
What's Changed
- Fix CI on v0.2 by @JohnTitor in https://github.com/rust-lang/libc/pull/3589
- [Backport #3547] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for CSKY by @Dirreke in https://github.com/rust-lang/libc/pull/3572
- Add Linux riscv64 HWCAP defines (libc-0.2) by @Xeonacid in https://github.com/rust-lang/libc/pull/3580
- Add missing MIPS R6 FS_IOC_* definitions by @chenx97 in https://github.com/rust-lang/libc/pull/3591
- Support posix_spawn on Android by @pcc in https://github.com/rust-lang/libc/pull/3602
- [0.2] Fix libc-tests for loongarch64 by @heiher in https://github.com/rust-lang/libc/pull/3607
- visionOS Support by @agg23 in https://github.com/rust-lang/libc/pull/3568
- [0.2] linux/musl: Add support for LoongArch64 by @heiher in https://github.com/rust-lang/libc/pull/3606
- v0.2: Fix c_char on AIX by @taiki-e in https://github.com/rust-lang/libc/pull/3662
- solarish adding SO_EXCLBIND constant. by @devnexen in https://github.com/rust-lang/libc/pull/3651
- [0.2] Add SIG constants to espidf by @Tevz-Beskovnik in https://github.com/rust-lang/libc/pull/3658
- add all android sysconf constants by @fkm3 in https://github.com/rust-lang/libc/pull/3656
- feat: more _PC_XXX constants for apple targets by @SteveLauC in https://github.com/rust-lang/libc/pull/3649
- feat: O_EXEC/O_SEARCH for apple platforms by @SteveLauC in https://github.com/rust-lang/libc/pull/3668
- [0.2] Add constant AT_MINSIGSTKSZ by @ur4t in https://github.com/rust-lang/libc/pull/3637
- Haiku: synchronize with post R1-beta 4 changes in libc by @nielx in https://github.com/rust-lang/libc/pull/3638
- adding getentropy/getrandom to dragonflybsd. by @devnexen in https://github.com/rust-lang/libc/pull/3618
- Move strftime, strftime_l, strptime to linux_like by @pcc in https://github.com/rust-lang/libc/pull/3600
- update crate version to 0.2.154 by @Dirreke in https://github.com/rust-lang/libc/pull/3573
New Contributors
- @pcc made their first contribution in https://github.com/rust-lang/libc/pull/3602
- @agg23 made their first contribution in https://github.com/rust-lang/libc/pull/3568
- @Tevz-Beskovnik made their first contribution in https://github.com/rust-lang/libc/pull/3658
- @ur4t made their first contribution in https://github.com/rust-lang/libc/pull/3637
Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154
serde-rs/serde (serde)
v1.0.200
- Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @jamessan)
v1.0.199
- Fix ambiguous associated item when
forward_to_deserialize_any!
is used on an enum withError
variant (#2732, thanks @aatifsyed)
v1.0.198
- Support serializing and deserializing
Saturating<T>
(#2709, thanks @jbethune)
serde-rs/json (serde_json)
v1.0.116
- Make module structure comprehensible to static analysis (#1124, thanks @mleonhard)
v1.0.115
- Documentation improvements
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.