Skip to content

chore(deps): bump gungraun from 0.19.2 to 0.19.3#30

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/gungraun-0.19.3
Closed

chore(deps): bump gungraun from 0.19.2 to 0.19.3#30
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/gungraun-0.19.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps gungraun from 0.19.2 to 0.19.3.

Release notes

Sourced from gungraun's releases.

v0.19.3

[0.19.3] - 2026-06-27

Added

  • (#668): Added the new gungraun-summary package for consuming Gungraun summary JSON as typed Rust data. The package currently supports summary schema version v6 and provides version-aware parsing helpers for loading summary files.

Changed

  • (#668): Moved summary schema ownership and generation into gungraun-summary. Summary schemas now live under gungraun-summary/schemas, and the related documentation/tooling was updated accordingly. For backwards-compatibility gungraun-runner/schemas is symlinked to the new location in the gungraun-summary package.
  • (#679): Allow bincode-next version v3 in addition to v2. v3 is backwards-compatible to v2. However, keep v2 in the lock file due to the MSRV.
  • (#597,#679): True serial execution of benchmarks instead of routing through the thread-pool with one worker. The goal was to run benchmarks and processing of data in parallel to speed up the overall benchmark execution. Although Valgrind is able to handle this scenario, it is desirable to keep the workflow serial for isolation purposes. This change also fixes the slow down in #597 in the usage scenario in which many groups only contain a single or few benchmarks.
  • Rename the private ui_tests feature to __ui_tests
  • Update dependencies

Fixed

  • (#669): Fix unwraps in parsers. These are all defensive fixes, with little to no occurrences in real situations. However, in case of malformed files or utf8 errors, proper error propagation is now used.
  • (#669): Fix Callgrind parser when missing the format banner. This is also a defensive fix, since Valgrind should always print this banner.

#597: gungraun/gungraun#597 #668: gungraun/gungraun#668 #669: gungraun/gungraun#669 #679: gungraun/gungraun#679

Full Changelog: gungraun/gungraun@v0.19.2...v0.19.3

Changelog

Sourced from gungraun's changelog.

[0.19.3] - 2026-06-27

Added

  • (#668): Added the new gungraun-summary package for consuming Gungraun summary JSON as typed Rust data. The package currently supports summary schema version v6 and provides version-aware parsing helpers for loading summary files.

Changed

  • (#668): Moved summary schema ownership and generation into gungraun-summary. Summary schemas now live under gungraun-summary/schemas, and the related documentation/tooling was updated accordingly. For backwards-compatibility gungraun-runner/schemas is symlinked to the new location in the gungraun-summary package.
  • (#679): Allow bincode-next version v3 in addition to v2. v3 is backwards-compatible to v2. However, keep v2 in the lock file due to the MSRV.
  • (#597,#679): True serial execution of benchmarks instead of routing through the thread-pool with one worker. The goal was to run benchmarks and processing of data in parallel to speed up the overall benchmark execution. Although Valgrind is able to handle this scenario, it is desirable to keep the workflow serial for isolation purposes. This change also fixes the slow down in #597 in the usage scenario in which many groups only contain a single or few benchmarks.
  • Rename the private ui_tests feature to __ui_tests
  • Update dependencies

Fixed

  • (#669): Fix unwraps in parsers. These are all defensive fixes, with little to no occurrences in real situations. However, in case of malformed files or utf8 errors, proper error propagation is now used.
  • (#669): Fix Callgrind parser when missing the format banner. This is also a defensive fix, since Valgrind should always print this banner.

#597: gungraun/gungraun#597 #668: gungraun/gungraun#668 #669: gungraun/gungraun#669 #679: gungraun/gungraun#679

Commits
  • 627875e Merge pull request #683 from gungraun/prepare-release
  • fb09a5f feat(summary): fix smoke test
  • 620fcfa chore(ci): Add ci workflow to publish gungraun-summary
  • 1f73326 chore: Update CHANGELOG
  • b5831f8 tests(ui): Rename ui_tests feature to __ui_tests to mark it private
  • bed5bd2 chore(deps): Update dependencies
  • 7589322 Merge pull request #682 from gamma0987/gungraun-summary
  • 4c00d00 feat(summary): Fix gungraun-runner schema feature needs depend on summary
  • cf6d4cb chore(deps): Fix minimal version of thiserror to 2.0.3
  • 911867a chore: Update summary json schema descriptions. Backwards-compatible
  • 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 [gungraun](https://github.com/gungraun/gungraun) from 0.19.2 to 0.19.3.
- [Release notes](https://github.com/gungraun/gungraun/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.19.2...v0.19.3)

---
updated-dependencies:
- dependency-name: gungraun
  dependency-version: 0.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #37.

@dependabot dependabot Bot closed this Jul 17, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/gungraun-0.19.3 branch July 17, 2026 00:14
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.

0 participants