Skip to content

build(deps): bump qsv-stats from 0.47.0 to 0.48.0#3587

Merged
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/qsv-stats-0.48.0
Mar 8, 2026
Merged

build(deps): bump qsv-stats from 0.47.0 to 0.48.0#3587
jqnatividad merged 1 commit intomasterfrom
dependabot/cargo/qsv-stats-0.48.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2026

Bumps qsv-stats from 0.47.0 to 0.48.0.

Release notes

Sourced from qsv-stats's releases.

0.48.0

Performance

  • Group hot fields in MinMax for cache locality
  • Assorted micro-optimizations across sorted, unsorted, and minmax
  • Replace unsafe windows access with array_windows (stable in Rust 1.94)
  • Use sort_unstable_by_key in frequency; clarify doc comments

Bug Fixes

  • Fix merge of single-element MinMax into empty MinMax

Refactoring

  • Avoid redundant select_nth_unstable_by call in unsorted

Chores & Docs

  • Set MSRV to 1.94
  • Make clippy happy
  • Refactor .claude hooks to typed hook objects
  • Fix stale version, threshold signs, and unsafe block counts in docs
Commits
  • 7668418 v 0.48.0 release
  • 327a326 perf: Group hot fields in MinMax for cache locality
  • bd235e3 fix(minmax): Fix merge of single-element MinMax into empty MinMax
  • 4190133 perf: Assorted micro-optimizations across sorted, unsorted, and minmax
  • cc548af perf(unsorted): Replace unsafe windows access with array_windows made stable ...
  • 8a7c6ea refactor(unsorted): Avoid redundant select_nth_unstable_by call
  • 5684dcc chore: make clippy happy
  • 64d3f89 perf(frequency): Use sort_unstable_by_key; clarify doc comments
  • 82a3ace deps: set MSRV to 1.94
  • 9211ee7 chore(claude): Refactor .claude hooks to typed hook objects
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [qsv-stats](https://github.com/dathere/qsv-stats) from 0.47.0 to 0.48.0.
- [Release notes](https://github.com/dathere/qsv-stats/releases)
- [Commits](dathere/qsv-stats@0.47.0...0.48.0)

---
updated-dependencies:
- dependency-name: qsv-stats
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 8, 2026
@jqnatividad jqnatividad merged commit 25e0665 into master Mar 8, 2026
15 of 17 checks passed
@jqnatividad jqnatividad deleted the dependabot/cargo/qsv-stats-0.48.0 branch March 8, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant