chore(deps): Update compatible (dev)#6054
Merged
renovate[bot] merged 1 commit intomasterfrom Jul 8, 2025
Merged
Conversation
e6e560d to
c0ed16c
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.1.15->0.1.210.2.14->0.2.151.0.105->1.0.106Release Notes
nvzqz/divan (divan)
v0.1.21Compare Source
Fixed
Divan::skip_exactbehaved incorrectly inv0.1.19.Changed
sacking the people who have just been sacked have been sacked.
v0.1.20Compare Source
Fixed
Divan::skip_regexaccidentally droppedregex_lite::Regexand behaved incorrectly in
v0.1.19.v0.1.19Compare Source
Fixed
cargo-nextest] no longer skips benchmarks with argument parameters ([#75]).Changed
v0.1.18Compare Source
Added
Support for [
cargo-nextest] running benchmarks as tests.[
prelude] module for simplifying imports of [#[bench]][bench_attr],[
#[bench_group]][bench_group_attr], [black_box], [black_box_drop],[
AllocProfiler], [Bencher], and [Divan].Support
wasiandemscriptentargets.v0.1.17Compare Source
Changed
Set [MSRV] to 1.80 for [
LazyLock] and newsize_ofprelude import.Reduced thread pool memory usage by many kilobytes by using rendezvous
channels instead of array-based channels.
v0.1.16Compare Source
Added
Thread pool for reusing threads across multi-threaded benchmarks. The result
is that when running Divan benchmarks under a sampling profiler, the
profiler's output will be cleaner and easier to understand. ([#37])
Track the maximum number of allocations during a benchmark.
Changed
Make private
Arg::gettrait method not takeself, so that text editorsdon't recommend using it. ([#59])
Cache
BenchOptionsusingLazyLockinstead ofOnceLock, saving space andsimplifying the implementation.
BurntSushi/jiff (jiff)
v0.2.15Compare Source
===================
This release fixes a bug where error values were being constructed during
parsing even in the success case. This was a regression introduced in
0.2.14as a result of trying to improve compilation times. Thankfully, fixing this
regression doesn't seem to meaningfully impact the amount of IR generated by
compiling Jiff.
Bug fixes:
Fixes a performance regression for parsing.
dtolnay/trybuild (trybuild)
v1.0.106Compare Source
tomldependency to 0.9 (#306)Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 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.