chore(deps): Update compatible (dev) #5964
Open
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.3.6
->0.3.7
0.1.15
->0.1.18
0.2.3
->0.2.5
1.0.19
->1.0.20
1.0.103
->1.0.104
Release Notes
nvzqz/divan (divan)
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.5
Compare Source
==================
This release updates Jiff's bundled copy of the [IANA Time Zone Database] to
2025b
. See the [2025b
release announcement][2025b release announcement] for more details.Enhancements:
Update
jiff-tzdb
to2025b
.v0.2.4
Compare Source
==================
This is another small release that fixes a problem where Jiff could break
builds if they relied on inference for integer comparisons. Specifically, Jiff
uses internal trait impls to make comparing its internal ranged integers
more convenient. But Rust the language has no concept of "internal" trait
impls, and thus this can impact type inference. If code was written in a way
that relies on a singular trait impl that is available, then adding Jiff to
the project can cause it to break.
This isn't arguably Jiff's fault per se, but since these trait impls were just
about internal convenience and not essential to Jiff's design, we adopt a
pragmatic approach and just remove them.
Bug fixes:
Remove internal trait impls that can cause breaks due to inference failures.
dtolnay/rustversion (rustversion)
v1.0.20
Compare Source
dtolnay/trybuild (trybuild)
v1.0.104
Compare Source
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.