Skip to content

chore(deps): bump gungraun from 0.19.2 to 0.19.4#37

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/gungraun-0.19.4
Open

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps gungraun from 0.19.2 to 0.19.4.

Release notes

Sourced from gungraun's releases.

v0.19.4

[0.19.4] - 2026-07-10

Fixed

  • (#684): Default regression limits were applied if only regression fail-fast was set in Callgrind::fail_fast, Dhat::fail_fast, and Cachegrind::fail_fast.
  • (#688): Update dependencies. Fixes crossbeam-epoch RUSTSEC-2026-0204. Fixes quick-xml (transitive dependency via inferno), RUSTSEC-2026-0194 and RUSTSEC-2026-0195.

#684: gungraun/gungraun#684 #688: gungraun/gungraun#688

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

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.4] - 2026-07-10

Fixed

  • (#684): Default regression limits were applied if only regression fail-fast was set in Callgrind::fail_fast, Dhat::fail_fast, and Cachegrind::fail_fast.
  • (#688): Update dependencies. Fixes crossbeam-epoch RUSTSEC-2026-0204. Fixes quick-xml (transitive dependency via inferno), RUSTSEC-2026-0194 and RUSTSEC-2026-0195.

#684: gungraun/gungraun#684 #688: gungraun/gungraun#688

[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.

... (truncated)

Commits
  • f086839 Merge pull request #689 from gamma0987/prepare-release
  • 9fde6cb docs(readme): Make headline work on github and crates.io
  • 199edd8 Bump version 0.19.3 -> 0.19.4
  • 675793f Update CHANGELOG
  • 470f4fb Merge pull request #688 from gamma0987/update-deps
  • b433c12 tests(system): Update drd valgrind suppressions from new rust release
  • 8207153 tests(system): Try running system tests with avx2 enabled
  • b9e9bdf chore(deps): Fix crossbeam-epoch RUSTSEC-2026-0204. Update dependencies
  • c9c88a8 lint: Fix clippy lints from new rust stable version
  • 2c8356d Merge pull request #686 from gungraun/renovate/cc-1.x-lockfile
  • 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.4.
- [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.4)

---
updated-dependencies:
- dependency-name: gungraun
  dependency-version: 0.19.4
  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 17, 2026
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