chore(deps): update rust crates#384
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
a149517 to
d47b4a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.21→0.4.01.0.101→1.0.1029.8.4→9.9.02.10.0→2.11.13.19.1→3.20.21.2.55→1.2.624.5.57→4.6.11.0.1→1.0.60.3.31→0.3.320.3.31→0.3.320.32.3→0.32.40.2.185→0.2.1860.9.9→0.9.100.31.2→0.31.31.21.3→1.21.47.1.1→7.2.04.2.3→4.3.01.11.0→1.12.02.1.1→2.1.23.25.0→3.27.00.4.3→0.4.40.2.19→0.2.201.49.0→1.52.30.3.22→0.3.230.3.1→0.3.41.20.0→1.23.18.0.0→8.0.20.5.2→0.5.4Release Notes
zakarumych/allocator-api2 (allocator-api2)
v0.4.0Added
Allocator for &mut Aas it was added tocoreDefault for vec::IntoIterSliceExtChanged
core::error::Errorunder "fresh-rust" feature even without "std" feature.Serialize for Box<T, A>is relaxed to acceptT: ?Sizedserde_corecrate is used instead ofserdeto remove dependency onserde_derivewhen some other crate enables "derive" feture inserdedtolnay/anyhow (anyhow)
v1.0.102Compare Source
sixarm/assertables-rust-crate (assertables)
v9.9.0Compare Source
v9.8.6Compare Source
v9.8.5Compare Source
bitflags/bitflags (bitflags)
v2.11.1Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.11.0...2.11.1
v2.11.0Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.10.0...2.11.0
fitzgen/bumpalo (bumpalo)
v3.20.2Compare Source
Released 2026-02-19.
Fixed
SendandSyncimplementations forBox<T>forT: ?Sizedtypesas well.
v3.20.1Compare Source
Released 2026-02-18.
Fixed
SendandSyncimplementations forBox<T>whenT: SendandT: Syncrespectively.v3.20.0Compare Source
Released 2026-02-18.
Added
bumpalo::collections::Vec::pop_ifmethod.Fixed
bumpalo::collections::String::retainmethod in the faceof panics.
bumpalo::collections::Box<T>covariant withT(just likestd::boxed::Box<T>).rust-lang/cc-rs (cc)
v1.2.62Compare Source
Other
v1.2.61Compare Source
Other
OutputKind::Capturedocumentation (#1705)v1.2.60Compare Source
Fixed
Dmodifier probe (#1700)v1.2.59Compare Source
Fixed
Dmodifier (#1697)Other
v1.2.58Compare Source
Other
v1.2.57Compare Source
Other
Build::envfor setting environment variables of compiler invocations and other child processes (#1656 #1682)v1.2.56Compare Source
Other
clang-cltarget when cross-compiling (#1670)clap-rs/clap (clap)
v4.6.1Compare Source
Fixes
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
mmastrac/linktime (ctor)
v1.0.6Compare Source
What's Changed
Changed
link-sectiondependency to 0.17.0.priorityfeature is enabled), otherwise remains at1.60.0.
ctor = { version = "1.0.6", default-features = false, features = ["proc_macro", "std"] }in your Cargo.toml.Fixed
#[ctor]requires significantly less macro recursion.Full Changelog: mmastrac/linktime@ctor-1.0.5...ctor-1.0.6
v1.0.5Compare Source
What's Changed
Full Changelog: mmastrac/linktime@ctor-1.0.4...ctor-1.0.5
v1.0.4Compare Source
What's Changed
.init_array) by @mmastrac in #444Full Changelog: mmastrac/linktime@ctor-1.0.3...ctor-1.0.4
v1.0.3Compare Source
What's Changed
Other changes
Full Changelog: mmastrac/linktime@ctor-1.0.2...ctor-1.0.3
v1.0.2Compare Source
What's Changed
staticitems for#[ctor]constdynamic ctors - use a const block to initialize a set of ctorslink-sectionbehaviour for WASM targets by @mmastrac in #426github.com/mmastrac/linktime/pull/42828
Full Changelog: mmastrac/linktime@ctor-1.0.1...ctor-1.0.2
rust-lang/futures-rs (futures)
v0.3.32Compare Source
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)FuturesOrdered::clear(#2927)mpsc::*Receiver::recv(#2947)mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)FusedStreamforsink::With(#2948)no_stdsupport forshared(#2868)Mutex::new()const (#2956)#[clippy::has_significant_drop]to guards (#2967)pin-utils(#2929)num_cpus(#2946)dprint/jsonc-parser (jsonc-parser)
v0.32.4Compare Source
rust-lang/libc (libc)
v0.2.186Compare Source
Added
KEVENT_FLAG_*constants (#5070)PR_SET_MEMORY_MERGEandPR_GET_MEMORY_MERGE(#5060)Changed
RazrFalcon/memmap2-rs (memmap2)
v0.9.10Compare Source
Fixed
@xingxue-ibm
Changed
ErrorKind::Unsupportedon unsupported platforms to allow reliable runtime detection.@daxpedda
nix-rust/nix (nix)
v0.31.3Compare Source
Added
ioctlfor Cygwin(#2715)
CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIMEto NetBSD-like platforms (#2716)
(#2749)
kevent64support on apple targets:Kqueue::kevent64,KEvent64,and
Kevent64Flags. (#2781)Fixed
(#2751)
EpollEvent::events()to usefrom_bits_retaininstead offrom_bits().unwrap(), preventing panics when the kernel returnsunknown epoll flags. (#2783)
KEvent::flags()andKEvent::fflags()to usefrom_bits_retaininstead of
from_bits().unwrap(), preventing panics when the kernelreturns unknown kqueue flags.
(#2784)
matklad/once_cell (once_cell)
v1.21.4Compare Source
Fix unsoundness in
OnceCell::waitunder--features=parking_lot, #295.If thread A calls
wait, while thread B callsget_or_try_init(f), and, furthermore,fpanics,the
waitincorrectly returns and thread A observes uninitialized memory.Kudos to @meng-xu-cs for a nice find!
dylni/os_str_bytes (os_str_bytes)
v7.2.0Compare Source
iter::OsUnitsNonUnicodeOsStr::os_unitsOsUnitowo-colors/owo-colors (owo-colors)
v4.3.0Compare Source
Fixed
scripts/directory are no longer published in the crate package. Thanks weiznich for your first contribution!Changed
Mark methods with
#[rust_analyzer::completions(ignore_flyimport)]and theOwoColorizetrait with#[rust_analyzer::completions(ignore_flyimport_methods)]. This prevents owo-colors methods from being completed with rust-analyzer unless theOwoColorizetrait is included.Unfortunately, this also breaks explicit autocomplete commands such as Ctrl-Space in many editors. (The language server protocol doesn't appear to have a way to differentiate between implicit and explicit autocomplete commands.) On balance we believe this is the right approach, but please do provide feedback on PR #141 if it negatively affects you.
Updated MSRV to Rust 1.81.
rayon-rs/rayon (rayon)
v1.12.0Compare Source
Range<char>when the end is 0xE000, just past thesurrogate boundary, which was unsafely producing invalid
charvalues.ParallelSlice::par_array_windowsworks likepar_windowsbut with a constant length, producing
&[T; N]items.rust-lang/rustc-hash (rustc-hash)
v2.1.2Compare Source
Stebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).eminence/terminal-size (terminal_size)
v0.4.4Compare Source
What's Changed
d-e-s-o/test-log (test-log)
v0.2.20Compare Source
test-log-corecrate to facilitate better testingtokio-rs/tokio (tokio)
v1.52.3: Tokio v1.52.3Compare Source
1.52.3 (May 8th, 2026)
Fixed
len()(#8062)OwnedPermit::release()method (#8075)RwLockhasmax_readers != 0(#8076)Emptyfromtry_recv()when mpsc is closed with outstanding permits (#8074)v1.52.2: Tokio v1.52.2Compare Source
1.52.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
v1.52.1: Tokio v1.52.1Compare Source
1.52.1 (April 16th, 2026)
Fixed
spawn_blockingto hang (#8057)v1.52.0: Tokio v1.52.0Compare Source
1.52.0 (April 14th, 2026)
Added
AioSource::register_borrowedfor I/O safety support (#7992)try_iofunction tounix::pipesender and receiver types (#8030)Added (unstable)
Builder::enable_eager_driver_handoffsetting enable eager hand off of the I/O and time drivers before polling tasks (#8010)trace_with()for customized task dumps (#8025)impl FnMut()intrace_withinstead of justfn()(#8040)io_uringinAsyncReadforFile(#7907)Changed
spawn_blockingscalability with sharded queue (#7757)compare_exchange_weak()in worker queue (#8028)Fixed
Documented
oneshot::Sender::senddocs (#8026)sync::watch(#8035)ConnectionRefusederrors with UDP sockets (#7870)v1.51.3: Tokio v1.51.3Compare Source
1.51.3 (May 8th, 2026)
Fixed
len()(#8062)OwnedPermit::release()method (#8075)RwLockhasmax_readers != 0(#8076)Emptyfromtry_recv()when mpsc is closed with outstanding permits (#8074)v1.51.2: Tokio v1.51.1Compare Source
1.51.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
v1.51.1: Tokio v1.51.1Compare Source
1.51.1 (April 8th, 2026)
Fixed
SO_ERRORonrecvfor UDP sockets on Linux (#8001)Fixed (unstable)
worker_local_schedule_counttest (#8008)v1.51.0: Tokio v1.51.0Compare Source
1.51.0 (April 3rd, 2026)
Added
get_peer_credon Hurd (#7989)tokio::runtime::worker_index()(#7921)LocalRuntime(#7557)Changed
Fixed
notify_waiterspriority inNotify(#7996)Chan::recv_manywhen called with non-empty vector on closed channel (#7991)v1.50.0: Tokio v1.50.0Compare Source
1.50.0 (Mar 3rd, 2026)
Added
TcpStream::set_zero_linger(#7837)is_rt_shutdown_err(#7771)Changed
memchrreturns in-bounds pointer (#7792)write_buf(#7871)event_intervalis set to 0 (#7838)SetConsoleCtrlHandler(#7833)Registry(#7885)Fixed
AsyncFdregistration list on deregister (#7773)usedeclarations intokio::select!(#7929)GET_BUF_SIZEconstant fortarget_os = "android"(#7889)current_threadifbefore_parkdefers waker (#7835)block_in_place(#7879)num_idle_threadson shutdown (#7910, #7918, #7922)Unstable
Documented
AsyncWriteExt::shutdown()(#7908)AsyncWritedocumentation (#7875)Runtime::spawn(#7803)event_intervaldoc (#7932)recvreturnsNoneonce closed and no more messages (#7920)spawn_blockingvs dedicated threads (#7923)JoinHandlecompletion (#7825)None(#7869)Builder::spawn_local(#7828)tokio-rs/tracing (tracing-subscriber)
v0.3.23: tracing-subscriber 0.3.23Compare Source
Fixed
a-kenji/tui-term (tui-term)
v0.3.4Compare Source
Vt100
Widget
CursorShapetoScreentrait, this has a default implementation.v0.3.3Compare Source
Bug Fixes
Miscellaneous Tasks
Formatter
v0.3.2Compare Source
Compatible with
ratatui:v0.30.0.Testing
Cursor
Vt100_imp
Widget
Widgetfor&PseudoTerminal[breaking]uuid-rs/uuid (uuid)
v1.23.1Compare Source
What's Changed
msrvfeature from wasm-bindgen dependency by @guybedford in #877New Contributors
Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1
v1.23.0Compare Source
What's Changed
New Contributors
Special thanks
@meng-xu-cs raised a series of bugs against the timestamp logic in
uuidusing automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a betteruuidlibrary for everyone. Thanks!Deprecations
This release includes the following deprecations:
Context: Renamed toContextV1Timestamp::from_gregorian: Renamed toTimestamp::from_gregorian_timeChange to
Version::MaxVersion::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUIDUuid::get_versionwill only returnSome(Version::Max)if the UUID is actually the max UUID (all bytes are0xff). Previously it would returnSomeif only the version field was0x0f. This change matches the behaviour of the nil UUID, which only returnsSome(Version::Nil)if the UUID is the nil UUID (all bytes are0x00).Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
harryfei/which-rs (which)
v8.0.2Compare Source
home_envremoved, the implementation found in rust 1.85.0 for a home directory has been fixed.Thanks, [@madsmtm],(https://github.com/madsmtm) for this contribution to which!
winsaferemoved, code for Windows API is now handwritten.rustixremoved, we now depend onlibcdirectly to reduce compile times.v8.0.1Compare Source
anza-xyz/wincode (wincode)
v0.5.4Compare Source
What's Changed
Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode@v0.5.3...wincode@v0.5.4
v0.5.3Compare Source
What's Changed
Full Changelog: https://github.com/anza-xyz/wincode/compare/wincode-derive@v0.4.4...wincode@v0.5.3
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.