Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update compatible (dev) #5964

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Type Update Change
color-print dev-dependencies patch 0.3.6 -> 0.3.7
divan dev-dependencies patch 0.1.15 -> 0.1.18
jiff dev-dependencies patch 0.2.3 -> 0.2.5
rustversion dev-dependencies patch 1.0.19 -> 1.0.20
trybuild dev-dependencies patch 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 and emscripten targets.

v0.1.17

Compare Source

Changed
  • Set [MSRV] to 1.80 for [LazyLock] and new size_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 take self, so that text editors
    don't recommend using it. ([#​59])

  • Cache BenchOptions using LazyLock instead of OnceLock, saving space and
    simplifying 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:

  • #​300:
    Update jiff-tzdb to 2025b.

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:

  • #​293:
    Remove internal trait impls that can cause breaks due to inference failures.
dtolnay/rustversion (rustversion)

v1.0.20

Compare Source

  • Documentation improvements
dtolnay/trybuild (trybuild)

v1.0.104

Compare Source

  • Documentation improvements

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) April 1, 2025 03:31
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 3 times, most recently from 541f2c2 to d4255e2 Compare April 2, 2025 07:59
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch from d4255e2 to e11b858 Compare April 5, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants