Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change
divan dev-dependencies patch 0.1.15 -> 0.1.21
rustversion dev-dependencies patch 1.0.21 -> 1.0.22
semver dev-dependencies patch 1.0.26 -> 1.0.27
trybuild dev-dependencies patch 1.0.106 -> 1.0.111
trycmd dev-dependencies patch 0.15.9 -> 0.15.10

Release Notes

nvzqz/divan (divan)

v0.1.21

Compare Source

Fixed
  • Divan::skip_exact behaved incorrectly in v0.1.19.
Changed
  • Improved handling of internal code around filters and those responsible for
    sacking the people who have just been sacked have been sacked.

v0.1.20

Compare Source

Fixed
  • Divan::skip_regex accidentally dropped
    regex_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
  • Organized positive and negative filters into a split buffer.

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.

dtolnay/rustversion (rustversion)

v1.0.22

Compare Source

  • Turn off clippy incompatible_msrv in rustversion-conditional code (#​63)
dtolnay/semver (semver)

v1.0.27

Compare Source

  • Switch serde dependency to serde_core (#​333)
dtolnay/trybuild (trybuild)

v1.0.111

Compare Source

  • Normalize dependency crate's version in filepaths (#​316)

v1.0.110

Compare Source

  • Fix permissions_set_readonly_false warning (#​312)

v1.0.109

Compare Source

v1.0.108

Compare Source

  • More right-aligned line number fixes (#​309)

v1.0.107

Compare Source

assert-rs/snapbox (trycmd)

v0.15.10

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.


  • 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) August 1, 2025 02:27
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 13 times, most recently from 8234025 to 92ff404 Compare August 11, 2025 21:04
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 2 times, most recently from 9d0256f to bb43714 Compare August 12, 2025 17:59
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 2 times, most recently from 580cac2 to c216cbe Compare August 29, 2025 14:31
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 4 times, most recently from a05ae6e to a2edb1e Compare September 8, 2025 16:27
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 7 times, most recently from 52e3d1b to ea9a5e5 Compare September 16, 2025 11:46
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch from ea9a5e5 to e4b6617 Compare September 19, 2025 02:31
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch 5 times, most recently from ab12f63 to cf26fb6 Compare September 19, 2025 21:01
@renovate renovate bot force-pushed the renovate/compatible-(dev) branch from cf26fb6 to b43dbb2 Compare September 20, 2025 17:58
Copy link
Contributor Author

renovate bot commented Sep 25, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 1.0.22
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path clap_bench/Cargo.toml --package [email protected] --precise 0.1.21
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path clap_complete/Cargo.toml --package [email protected] --precise 0.15.10
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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