chore(deps): update rust crates#360
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Author
|
0b7d6b5 to
f17b954
Compare
f17b954 to
9bc84d5
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.1020.3.16→0.4.09.8.4→9.9.02.10.0→2.11.13.19.1→3.20.21.2.55→1.2.614.5.57→4.6.10.6→0.130.3.31→0.3.320.3.31→0.3.320.29.0→0.32.00.2.185→0.2.1860.9.9→0.9.101.21.3→1.21.47.1.1→7.2.04.2.3→4.3.00.11.3→0.13.01.11.0→1.12.00.37.0→0.39.02.1.1→2.1.20.10.9→0.11.00.3→0.40.6.18→0.8.03.25.0→3.27.00.4.3→0.4.40.2.19→0.2.201.49.0→1.52.10.3.22→0.3.230.3.1→0.3.41.20.0→1.23.18.0.0→8.0.20.5.2→0.5.30.0.24→0.0.27Release 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
de-vri-es/assert2-rs (assert2)
v0.4.0Compare Source
v0.3.18Compare Source
v0.3.17Compare 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.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)
v0.13.1Compare Source
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.3Compare Source
v0.32.2Compare Source
v0.32.1Compare Source
v0.32.0Compare Source
v0.31.0Compare Source
v0.30.0Compare 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
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.
rust-phf/rust-phf (phf)
v0.13.1Compare Source
Full Changelog: rust-phf/rust-phf@v0.13.0...v0.13.1
v0.13.0Compare Source
This version has been yanked as the dependency tree was broken.
What's Changed
FromIteratorforMapby @JohnTitor in #336New Contributors
Full Changelog: rust-phf/rust-phf@v0.12.1...v0.13.0
v0.12.1Compare Source
What's Changed
Full Changelog: rust-phf/rust-phf@phf-v0.12.0...v0.12.1
v0.12.0: phf_codegen v0.12.0Compare Source
What's Changed
unicase::Asciiby @thaliaarchi in #289New Contributors
Full Changelog: rust-phf/rust-phf@phf_codegen-v0.11.3...phf_codegen-v0.12.0
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.rusqlite/rusqlite (rusqlite)
v0.39.0: 0.39.0Compare Source
What's Changed
rollback_hookdocstring #1780Full Changelog: rusqlite/rusqlite@v0.38.0...v0.39.0
v0.38.0: 0.38.0Compare Source
What's Changed
wasm32-unknown-unknownsupport #1769, #488, #827Full Changelog: rusqlite/rusqlite@v0.37.0...v0.38.0
rust-lang/rustc-hash (rustc-hash)
v2.1.2Compare Source
RustCrypto/hashes (sha2)
v0.11.0Compare Source
vorner/signal-hook (signal-hook)
v0.4.4Compare Source
v0.4.3Compare Source
v0.4.2Compare Source
v0.4.1Compare Source
v0.4.0Compare Source
signal-hook-tokio-0.4.0
jasonwhite/syscalls (syscalls)
v0.8.1Compare Source
file_getattrfile_setattruprobe(x86-64)v0.8.0Compare Source
riscv_hwprobeandriscv_flush_icacheio_geteventsfcntl->fcntl64renameat(userenameat2)statfs->statfs64fstatfs->fstatfs64truncate->truncate64ftruncate->ftruncate64lseek->llseeksendfile->sendfile64pselect6(usepselect6_time64)fstatat64fstattimer_{set,get}time}(usetimer_{set,get}64)timerfd_{set,get}time}(usetimerfd_{set,get}64)clock_{set,get}time}(useclock_{set,get}64)utimensat(useutimensat_time64)futex(usefutex_time64)nanosleep(useclock_nanosleep_time64)sched_rr_get_interval(usesched_rr_get_interval_time64)rt_sigtimedwait(usert_sigtimedwait_time64){get,set}timeofdaymq_timedsend(usemq_timedsend_time64)mq_timedreceive(usemq_timedreceive_time64)semtimedop(usesemtimedop_time64)mmap->mmap2fadvise64->fadvise64_64rescvmmsg(userecevmmsg_time64)wait4clock_adjtime(useclock_adjtime64)io_pgetevents(useio_pgetevents_time64)renameat(userenameat2)fstatat(usenewfstatat)v0.7.0Compare Source
crate feature, which is set automatically by
build.rs.syscalls::raw::*now take ausizeinstead ofSysnofor the syscallnumber. This allows bypassing
Sysnoif you need to invoke a syscall that isnot in the
Sysnoenum. To migrate existing code, you can cast anySysnotype to a
usize(e.g.,Sysno::openat as usize). (#50)sync_file_range2was renamed tosync_file_range(#55)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.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.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
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.