Skip to content

chore(deps): bump gungraun from 0.17.2 to 0.19.1#20

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

chore(deps): bump gungraun from 0.17.2 to 0.19.1#20
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/gungraun-0.19.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps gungraun from 0.17.2 to 0.19.1.

Release notes

Sourced from gungraun's releases.

v0.19.1

[0.19.1] - 2026-05-27

Added

  • (#573, #643): DHAT output files are now tailored to configured entry points and additional DHAT frame filters by default. The new Dhat::sanitize_output option controls whether output files are sanitized. Optionally, keep .orig backups with SanitizeOutput::KeepOrig.
  • (#644): Honor --format terse when combined with --list so gungraun bench binaries are compatible with cargo nextest test discovery. Terse output contains only the per-benchmark lines without the trailing blank line and 0 tests, N benchmarks summary that the default libtest-pretty listing emits. The previously hidden libtest-compat --format shim now actually honors the value; any value other than terse (including pretty, json, junit, the empty string, or unknown values) falls back to the existing pretty output. --list --format terse --ignored emits empty stdout because gungraun has no ignored-benchmark concept (the contract nextest documents for harnesses without ignored tests). Thanks to @​sandersaares
  • (#568, #646): Support running library benchmarks in a sandbox with LibraryBenchmarkConfig::sandbox, matching the existing binary benchmark sandbox behavior. Support changing the current directory for library benchmarks with LibraryBenchmarkConfig::current_dir.

Changed

  • (#635): Gungraun can avoid querying Cargo metadata when GUNGRAUN_WORKSPACE_ROOT and GUNGRAUN_HOME or CARGO_TARGET_DIR are set, improving support for running without executing cargo for example in containerized environments.
  • (#648): Support combining --save-baseline with --baseline to compare against one baseline while saving the current run under another baseline name.
  • Bump mdbook -> 0.5.2 and use mdbook-linkcheck2
  • Updated dependencies, including shlex 2, log, serde_json, and minijinja.

Fixed

  • (#635): Fixed --separate-targets metadata detection to use the rust build target of the gungraun library instead of the runner.
  • (#640): Fixed broken guide edit links.

#568: gungraun/gungraun#568 #573: gungraun/gungraun#573 #635: gungraun/gungraun#635 #640: gungraun/gungraun#640 #643: gungraun/gungraun#643 #644: gungraun/gungraun#644 #646: gungraun/gungraun#646 #648: gungraun/gungraun#648

New Contributors

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

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.

... (truncated)

Changelog

Sourced from gungraun's changelog.

[0.19.1] - 2026-05-27

Added

  • (#573, #643): DHAT output files are now tailored to configured entry points and additional DHAT frame filters by default. The new Dhat::sanitize_output option controls whether output files are sanitized. Optionally, keep .orig backups with SanitizeOutput::KeepOrig.
  • (#644): Honor --format terse when combined with --list so gungraun bench binaries are compatible with cargo nextest test discovery. Terse output contains only the per-benchmark lines without the trailing blank line and 0 tests, N benchmarks summary that the default libtest-pretty listing emits. The previously hidden libtest-compat --format shim now actually honors the value; any value other than terse (including pretty, json, junit, the empty string, or unknown values) falls back to the existing pretty output. --list --format terse --ignored emits empty stdout because gungraun has no ignored-benchmark concept (the contract nextest documents for harnesses without ignored tests). Thanks to @​sandersaares
  • (#568, #646): Support running library benchmarks in a sandbox with LibraryBenchmarkConfig::sandbox, matching the existing binary benchmark sandbox behavior. Support changing the current directory for library benchmarks with LibraryBenchmarkConfig::current_dir.

Changed

  • (#635): Gungraun can avoid querying Cargo metadata when GUNGRAUN_WORKSPACE_ROOT and GUNGRAUN_HOME or CARGO_TARGET_DIR are set, improving support for running without executing cargo for example in containerized environments.
  • (#648): Support combining --save-baseline with --baseline to compare against one baseline while saving the current run under another baseline name.
  • Bump mdbook -> 0.5.2 and use mdbook-linkcheck2
  • Updated dependencies, including shlex 2, log, serde_json, and minijinja.

Fixed

  • (#635): Fixed --separate-targets metadata detection to use the rust build target of the gungraun library instead of the runner.
  • (#640): Fixed broken guide edit links.

#568: gungraun/gungraun#568 #573: gungraun/gungraun#573 #635: gungraun/gungraun#635 #640: gungraun/gungraun#640 #643: gungraun/gungraun#643 #644: gungraun/gungraun#644 #646: gungraun/gungraun#646 #648: gungraun/gungraun#648

... (truncated)

Commits
  • 78a622a Merge pull request #650 from gungraun/prepare-release
  • 8b2e755 docs(guide): Add missing dhat sanitization behavior with examples
  • 1679167 Bump version v0.19.0 -> v0.19.1
  • 0b51f43 chore(deps): Update dependencies
  • 57f404d chore: Update CHANGELOG
  • 6294419 Merge pull request #649 from gamma0987/fix-update-book-help
  • 66ff671 chore(just): Improve the book-update-help recipe. Use fixed term width
  • 0de8dad Merge pull request #648 from gamma0987/save-and-baseline
  • 96e659a tests(system): Add tests for the new --save-baseline, --baseline combination
  • 5d8823c feat(baseline): Support --save-baseline together with --baseline
  • 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.17.2 to 0.19.1.
- [Release notes](https://github.com/gungraun/gungraun/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.17.2...v0.19.1)

---
updated-dependencies:
- dependency-name: gungraun
  dependency-version: 0.19.1
  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 May 29, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like gungraun is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 10, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/gungraun-0.19.1 branch June 10, 2026 15:39
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