chore(deps): update rust crates#419
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
0e6df3e to
89217cf
Compare
89217cf to
5598bca
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:
1.0.101→1.0.10210.0.0→10.1.02.10.0→2.13.03.19.1→3.20.31.2.55→1.2.634.5.57→4.6.10.9.0→0.9.11.0.1→1.0.70.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.00.30.0→0.30.11.11.0→1.12.00.39.0→0.40.02.1.1→2.1.21.0.149→1.0.1503.1.0→3.1.10.4.45→0.4.463.25.0→3.27.00.4.3→0.4.40.2.19→0.2.211.49.0→1.52.30.3.22→0.3.230.3.1→0.3.41.23.1→1.23.28.0.0→8.0.30.5.2→0.5.5Release Notes
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
assertables/assertables-rust-crate (assertables)
v10.1.0Compare Source
bitflags/bitflags (bitflags)
v2.13.0Compare Source
What's Changed
MyFlags::Abc::iter_equal_names()method by @ssrlive in #489Full Changelog: bitflags/bitflags@2.12.1...2.13.0
v2.12.1Compare Source
What's Changed
#[flag_name]feature and re-stabilize as#[bitflags(flag_name)]by @KodrAus in #487Full Changelog: bitflags/bitflags@2.12.0...2.12.1
v2.12.0Compare Source
Yanked
This release has been yanked because the
#[flag_name]processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.What's Changed
#[flag_name]attribute by @KodrAus in #483Full Changelog: bitflags/bitflags@2.11.1...2.12.0
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.3Compare Source
Released 2026-05-22.
Fixed
try_alloc_slice_fill_with,alloc_slice_try_fill_with,alloc_slice_fill_withmethods to properly rewind the bump pointer onallocation, initialization, and panic failure and avoid wasting bump capacity.
bumpalo::collections::vec::DrainFilter(used byretainand
retain_mut) when the predicate panics.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.63Compare Source
Other
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
ParkMyCar/compact_str (compact_str)
v0.9.1Compare Source
mmastrac/linktime (ctor)
v1.0.7Compare Source
What's Changed
link-sectioncrate version and API updates.Full Changelog: mmastrac/linktime@ctor-1.0.6...ctor-1.0.7
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.
ratatui/ratatui (ratatui)
v0.30.1Compare Source
We are excited to announce the new version of
ratatui- a Rust library that's all about cooking up TUIs 👨🍳🐀✨ Release highlights: https://ratatui.rs/highlights/v0301/
Features
74d6a84 (block) Support shadows by @orhun in #2481
4d30420 (buffer) Add
CellDiffOption::AlwaysUpdateto force cell updates by @sxyazi in #248039c32c6 (buffer) Add cell diff options by @benjajaja in #1605
6faaddb (core) Implement from slice for line and text by @NoOPeEKS in #2371
5fc6ab8 (core) Support layout-cache in no_std environments by @junkdog in #2399
ee4b7a9 (crossterm) Add the missing hidden modifier by @sxyazi in #2413
9d9239a (examples) Add volatility-surface 3D visualization by @floor-licker in #2322
ae975c7 (examples) Allow overlap spacing in explorer by @joshka in #2316
1e0ab0c (ratatui-crossterm) Add IntoCrossterm for Style by @0xferrous in #2323
101a63e (render) Add function for applying buffer by @musjj in #2566
09a3027 (symbol) Add custom marker by @BenFradet in #2356
f9d066f (table) Let Cells span multiple columns by @karkhaz in #2150
a5b08d6 (widgets) Add Fill widget by @Metbcy in #2520
9094fd2 (widgets) Add line shape with filled area for Canvas and Chart by @bananaofhappiness in #2426
0a87882 (uncategorized) Add
impl From<u16>forPaddingandMarginby @JayanAXHF in #2438556cc7b (uncategorized) Add comment for inner area to popup example by @Its-Just-Nans in #2309
01a15f9 (uncategorized) Add AsRef impls for widget types by @joshka in #2297
Bug Fixes
d12bb83 (barchart) Handle empty horizontal charts by @fallintoplace in #2553
6396b1c (block) Saturate block edge arithmetic by @joshka in #2488
9143b83 (buffer) Diff for trailing cells when only style changes by @gcavelier in #2308
e6b71f2 (build) Correct rust-toolchain->rust-version on cargo-deny-action by @sermuns in #2471
65c5202 (changelog) Fix typo by @joshka in #2300
43bbaae (clippy) Fix beta clippy errors by @Logan-Ruf in #2433
957fbb0 (core) Use correct width for halfwidth dakuten/handakuten by @orhun in #2499
d7646c7 (core) Avoid overflow in BufferDiff forced-width advance by @joshka in #2487
77f8006 (core) Avoid cursor position queries during resize by @orhun in #2485
18aa467 (examples) Make line-gauge example compatible with macos sequoia's terminal.app by @lazo4 in #2474
ce2c228 (examples) Change flex example colors for MacOS default terminal by @ffex in #2211
ef72dba (examples) Fix import for widget examples by @orhun in #2422
88441cf (terminal) Fix inline viewport resizing issues by clearing the screen by @wyvernbw in #2355
91b6fb7 (tests) Use the correct type for the cell diff test by @orhun in [#2472](htt
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.