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) #5381

Merged
merged 1 commit into from Mar 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
divan dev-dependencies patch 0.1.11 -> 0.1.14
snapbox (source) dev-dependencies patch 0.5.0 -> 0.5.7

Release Notes

nvzqz/divan (divan)

v0.1.14

Compare Source

Fixed
  • Set correct field in [Divan::max_time]. (#​45)
Changes
  • Improve [args] documentation by relating it to using [Bencher].

  • Define [BytesCount::of_iter] in terms of [BytesCount::of_many].

v0.1.13

Compare Source

Fixed
  • Missing update to divan-macros dependency.

v0.1.12

Compare Source

Added
  • Display [args] option values with [Debug] instead if [ToString] is not
    implemented.

    This makes it simple to use enums with derived [Debug]:

    #[derive(Debug)]
    enum Arg { A, B }
    
    #[divan::bench(args = [Arg::A, Arg::B])]
    fn bench_args(arg: &Arg) {
        ...
    }
  • Documentation of when to use [black_box] in benchmarks.

assert-rs/trycmd (snapbox)

v0.5.7

Compare Source

v0.5.6

Compare Source

v0.5.5

Compare Source

v0.5.4

Compare Source

v0.5.3

Compare Source

v0.5.2

Compare Source

v0.5.1

Compare Source

Fixes
  • Test case showed a success despite it failing (summary reported it failed)

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) March 1, 2024 00:06
@renovate renovate bot merged commit a2aa644 into master Mar 1, 2024
24 checks passed
@renovate renovate bot deleted the renovate/compatible-(dev) branch March 1, 2024 00:16
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.

None yet

0 participants