Closed
Conversation
Contributor
Author
|
Collaborator
|
r? @weihanglo rustbot has assigned @weihanglo. Use Why was this reviewer chosen?The reviewer was selected based on:
|
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 3, 2026
### What does this PR try to resolve? Closes #16684 ### How to test and review this PR?
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.12.11→0.12.121.0.100→1.0.1024.5.56→4.5.604.5.65→4.5.660.8.1→0.8.20.2.18→0.2.220.2.180→0.2.1822.7.6→2.8.0=300.5.4→=300.5.50.7.7→0.7.81.9.0→1.10.00.13.0→0.13.11.12.2→1.12.31.2.0→1.2.13.5.1→3.7.03.24.0→3.26.00.9.11+spec-1.1.0→0.9.121.0.22→1.0.24Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets)
v0.12.12Compare Source
Added
no_stdsupport #365dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
clap-rs/clap (clap)
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)criterion-rs/criterion.rs (criterion)
v0.8.2Compare Source
Fixed
Other
BurntSushi/jiff (jiff)
v0.2.22Compare Source
===================
This release includes a bug fix where fallible conversions from signed
durations to unsigned durations could panic in some cases.
Bug fixes:
Fix a panicking bug that occurs for
std::time::Duration::try_from(SignedDuration::new(0, -1)).v0.2.21Compare Source
===================
This release contains a performance improvement and a bug fix for
civil::Date::newwhere it could panic on some inputs.Bug fixes:
Fix a bug where
Date::newcould panic. This was a regression introduced injiff 0.2.20.Performance:
Improve
Timestamptocivil::DateTimeconversion performance by ~15%.v0.2.20Compare Source
===================
This release contains a major internal refactor that moves off of using ranged
integers internally. There are also some small bug fixes and added support for
finding the system time zone on emscripten targets.
Enhancements:
Stop using ranged integers internally.
Add support for retrieving the system time zone on emscripten targets.
Update comparison with the
timecrate in the Jiff documentation.Enable some non-default features for the Rust Playground deployment.
Bug fixes:
Fix bug with padding for negative integers in
strftime.Make
%^cresult in uppercase strings where appropriate.v0.2.19Compare Source
===================
This is a small release with a performance optimization (with respect to doing
heavily contended arithmetic on
Zonedvalues) and a bug fix for a panicthat can occur when using
%2sinstrftime.Enhancements:
Avoid cloning
TimeZonefor consuming operations onZoned.Bug fixes:
Fix a panic in
timestamp.strftime("%2s").rust-lang/libc (libc)
v0.2.182Compare Source
Added
tgkill(#4970)RENAME_NOREPLACE(#4968)renameat2(#4968)v0.2.181Compare Source
Added
MADV_ZERO(#4924)makedev,major, andminor(#4928)PTRACE_SET_SYSCALL_INFO(#4933)max_align_t(#4927)_CS_PATH(#4956)ppoll(#4957)Fixed
dev_t(#4928)tc{g,s}etattr(#4938)cf{g,s}et{i,o}speedon mips{32,64}r6 (#4938)ptrace_thread_state(#4947)PTHREAD_MUTEX_{NORMAL, RECURSIVE}(#4943)Changed
SO_*constants (#4937)BurntSushi/memchr (memchr)
v2.8.0Compare Source
alexcrichton/openssl-src-rs (openssl-src)
v300.5.5Compare Source
brycx/pasetors (pasetors)
v0.7.8Compare Source
Date: February 23, 2026.
1.88.getrandomto0.4.proptest-rs/proptest (proptest)
v1.10.0Compare Source
raphlinus/pulldown-cmark (pulldown-cmark)
v0.13.1: 0.13.1Compare Source
Update dependencies.
Full Changelog: pulldown-cmark/pulldown-cmark@v0.13.0...v0.13.1
rust-lang/regex (regex)
v1.12.3Compare Source
===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.
Improvements:
Switch from a Cargo
excludelist to anincludelist, and exclude someunnecessary stuff.
GREsau/schemars (schemars)
v1.2.1Compare Source
Fixed
transformattributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (#505)kornelski/rust-security-framework (security-framework)
v3.7.0Compare Source
v3.6.0Compare Source
Stebalien/tempfile (tempfile)
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.toml-rs/toml (toml)
v0.9.12Compare Source
dtolnay/unicode-ident (unicode-ident)
v1.0.24Compare Source
v1.0.23Compare Source
randdev dependency to 0.10Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (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 was generated by Mend Renovate. View the repository job log.