Skip to content

build(deps): update gungraun requirement from 0.18.2 to 0.19.0#658

Merged
Serial-ATA merged 1 commit into
mainfrom
dependabot/cargo/gungraun-0.19.0
May 19, 2026
Merged

build(deps): update gungraun requirement from 0.18.2 to 0.19.0#658
Serial-ATA merged 1 commit into
mainfrom
dependabot/cargo/gungraun-0.19.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Updates the requirements on gungraun to permit the latest version.

Release notes

Sourced from gungraun's releases.

v0.19.0

[0.19.0] - 2026-05-15

Changed

  • (#607, #610): Bumped the MSRV from Rust 1.74.1 to 1.85.1. Bumped the workspace edition from Rust 2021 to Rust 2024.
  • (#607, #608, and others): Updated dependencies, including migrating internal benchmark configuration encoding from bincode to bincode-next.
  • (#609, #628): Replaced the thread-pool busy loop with a condition-variable based wakeup mechanism to avoid CPU usage while worker threads are idle.
  • (#627): Set Valgrind --vgdb=no by default because it can cause problems in qemu-based runs.
  • Bumped gungraun-macros from 0.8.0 to 0.9.0.

Fixed

  • (#625): Fixed --valgrind-args from the CLI or env GUNGRAUN_VALGRIND_ARGS not being added to the final Valgrind argument list.

#607: gungraun/gungraun#607 #608: gungraun/gungraun#608 #609: gungraun/gungraun#609 #610: gungraun/gungraun#610 #625: gungraun/gungraun#625 #627: gungraun/gungraun#627 #628: gungraun/gungraun#628

Full Changelog: gungraun/gungraun@v0.18.2...v0.19.0

Changelog

Sourced from gungraun's changelog.

[0.19.0] - 2026-05-15

Changed

  • (#607, #610): Bumped the MSRV from Rust 1.74.1 to 1.85.1. Bumped the workspace edition from Rust 2021 to Rust 2024.
  • (#607, #608, and others): Updated dependencies, including migrating internal benchmark configuration encoding from bincode to bincode-next.
  • (#609, #628): Replaced the thread-pool busy loop with a condition-variable based wakeup mechanism to avoid CPU usage while worker threads are idle.
  • (#627): Set Valgrind --vgdb=no by default because it can cause problems in qemu-based runs.
  • Bumped gungraun-macros from 0.8.0 to 0.9.0.

Fixed

  • (#625): Fixed --valgrind-args from the CLI or env GUNGRAUN_VALGRIND_ARGS not being added to the final Valgrind argument list.

#607: gungraun/gungraun#607 #608: gungraun/gungraun#608 #609: gungraun/gungraun#609 #610: gungraun/gungraun#610 #625: gungraun/gungraun#625 #627: gungraun/gungraun#627 #628: gungraun/gungraun#628

[0.18.2] - 2026-04-30

Changed

  • (#604): Extraction of the valgrind-requests package from the gungraun package. For the gungraun package this is purely cosmetic and doesn't introduce api changes.
  • Update dependencies

Fixed

  • Small documentation fixes in the libraries and guide across multiple prs: Typos, capitalization, wrong indentation in code blocks, ...

#604: gungraun/gungraun#604

[0.18.1] - 2026-04-10

Fixed

  • (#588): Fix thread pool causing excessive CPU usage and slowdown when using multiple benchmark groups. Thread pools were not being properly shut down leaving worker threads stuck in hot loops.

... (truncated)

Commits
  • 6e2c01d Merge pull request #631 from gamma0987/prepare-release
  • d5fd2dd feat(vgdb): Enable --vgdb user overrides
  • 517af18 chore: Reformat CHANGELOG, use reference-style links for prs, issues
  • e9d075a chore: Update CHANGELOG
  • d27fce1 Bump gungraun-macros version v0.8.0 -> v0.9.0
  • 29f7b78 Bump version v0.18.2 -> v0.19.0
  • ec7ab40 chore(deps): Update dependencies
  • 56ae12e Merge pull request #628 from gamma0987/fix-threadpool
  • 98fbb36 tests(threadpool): Add more tests especially stress tests
  • 36b6ccf fix(threadpool): Address deadlock. differentiate jobs queued, pending
  • Additional commits viewable in compare view

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)

Updates the requirements on [gungraun](https://github.com/gungraun/gungraun) to permit the latest version.
- [Release notes](https://github.com/gungraun/gungraun/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.18.2...v0.19.0)

---
updated-dependencies:
- dependency-name: gungraun
  dependency-version: 0.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@Serial-ATA Serial-ATA merged commit 7a4e1cc into main May 19, 2026
5 checks passed
@Serial-ATA Serial-ATA deleted the dependabot/cargo/gungraun-0.19.0 branch May 19, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant