chore(deps): Update compatible (dev) #6054
Merged
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.21
0.2.14
->0.2.15
1.0.105
->1.0.106
Release Notes
nvzqz/divan (divan)
v0.1.21
Compare Source
Fixed
Divan::skip_exact
behaved incorrectly inv0.1.19
.Changed
sacking the people who have just been sacked have been sacked.
v0.1.20
Compare Source
Fixed
Divan::skip_regex
accidentally droppedregex_lite::Regex
and behaved incorrectly in
v0.1.19
.v0.1.19
Compare Source
Fixed
cargo-nextest
] no longer skips benchmarks with argument parameters ([#75]).Changed
v0.1.18
Compare 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
wasi
andemscripten
targets.v0.1.17
Compare Source
Changed
Set [MSRV] to 1.80 for [
LazyLock
] and newsize_of
prelude import.Reduced thread pool memory usage by many kilobytes by using rendezvous
channels instead of array-based channels.
v0.1.16
Compare 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::get
trait method not takeself
, so that text editorsdon't recommend using it. ([#59])
Cache
BenchOptions
usingLazyLock
instead ofOnceLock
, saving space andsimplifying the implementation.
BurntSushi/jiff (jiff)
v0.2.15
Compare 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.14
as 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.106
Compare Source
toml
dependency 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.