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

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
serde (source) dev-dependencies patch 1.0.196 -> 1.0.197
serde_json dev-dependencies patch 1.0.113 -> 1.0.114

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.

serde-rs/serde (serde)

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)
serde-rs/json (serde_json)

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

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.

@epage epage merged commit 3060505 into main Mar 1, 2024
15 checks passed
@epage epage deleted the renovate/compatible-(dev) branch March 1, 2024 14:57
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.

1 participant