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 #1160

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change
anstream dependencies patch 0.6.17 -> 0.6.18
anstyle dependencies patch 1.0.9 -> 1.0.10
anyhow dependencies patch 1.0.91 -> 1.0.93
bstr dependencies minor 1.10.0 -> 1.11.0
clap dependencies patch 4.5.20 -> 4.5.21
csv dev-dependencies patch 1.3.0 -> 1.3.1
divan dev-dependencies patch 0.1.14 -> 0.1.16
indexmap dev-dependencies minor 2.6.0 -> 2.7.0
serde (source) dependencies patch 1.0.214 -> 1.0.215
serde_json dependencies patch 1.0.132 -> 1.0.133
snapbox (source) dev-dependencies patch 0.6.19 -> 0.6.20

Release Notes

rust-cli/anstyle (anstream)

v0.6.18

Compare Source

dtolnay/anyhow (anyhow)

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)
BurntSushi/bstr (bstr)

v1.11.0

Compare Source

clap-rs/clap (clap)

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
BurntSushi/rust-csv (csv)

v1.3.1

Compare Source

nvzqz/divan (divan)

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.

v0.1.15

Compare Source

Added
  • [CyclesCount] counter to display cycle throughput as Hertz.

  • Track the maximum number of bytes allocated during a benchmark.

Removed
  • Remove has_cpuid polyfill due to it no longer being planned for Rust, since
    CPUID is assumed to be available on all old x86 Rust targets.
Fixed
  • List generic benchmark type parameter A<4> before A<32>. ([#​64])

  • Improve precision by using f64 when calculating allocation count and sizes
    for the median samples.

  • Multi-thread allocation counting in sum_alloc_tallies on macOS was loading a
    null pointer instead of the pointer initialized by sync_threads.

Changes
  • Sort all output benchmark names
    naturally instead of
    lexicographically.

  • Internally reuse [&[&str] slice][slice] for [args] names.

  • Subtract overhead of [AllocProfiler] from timings. Now that Divan also
    tracks the maximum bytes allocated, the overhead was apparent in timings.

  • Simplify ThreadAllocInfo::clear.

  • Move measured loop overhead from SharedContext to global OnceLock.

  • Macros no longer rely on std being re-exported by Divan. Instead they use
    ::std or ::core to greatly simplify code. Although this is technically a
    breaking change, it is extremely unlikely to do extern crate std as x.

indexmap-rs/indexmap (indexmap)

v2.7.0

Compare Source

  • Added methods Entry::insert_entry and VacantEntry::insert_entry, returning
    an OccupiedEntry after insertion.
serde-rs/serde (serde)

v1.0.215

Compare Source

serde-rs/json (serde_json)

v1.0.133

Compare Source

  • Implement From<[T; N]> for serde_json::Value (#​1215)
assert-rs/snapbox (snapbox)

v0.6.20

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) December 1, 2024 01:43
@coveralls
Copy link

coveralls commented Dec 1, 2024

Pull Request Test Coverage Report for Build 12125541003

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 22.916%

Totals Coverage Status
Change from base Build 12125491035: 0.0%
Covered Lines: 536
Relevant Lines: 2339

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/compatible branch 4 times, most recently from 296a450 to d7f4792 Compare December 2, 2024 18:21
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