Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Updates the requirements on iai-callgrind to permit the latest version.

Release notes

Sourced from iai-callgrind's releases.

v0.16.1

[0.16.1] - 2025-07-30

Added

  • (#411): Add ability to set report tolerance. Thanks to @​nihohit
  • (#419): Add support for the valgrind command-line arguments --xtree-memory and memcheck's --xtree-leak. The output files extension is .xtree for --xtree-memory and .xleak for --xtree-leak.
  • (#420): Add command-line arguments --callgrind-metrics (env: IAI_CALLGRIND_CALLGRIND_METRICS), --cachegrind-metrics (env: IAI_CALLGRIND_CACHEGRIND_METRICS), --dhat-metrics (env: IAI_CALLGRIND_DHAT_METRICS), --drd-metrics (env: IAI_CALLGRIND_DRD_METRICS), --memcheck-metrics (env: IAI_CALLGRIND_MEMCHECK_METRICS), --helgrind-metrics (env: IAI_CALLGRIND_HELGRIND_METRICS) to be able to adjust the shown metrics and their order in the terminal output of the respective tool.
  • (#421): Add --tolerance (env: IAI_CALLGRIND_TOLERANCE) to be able to adjust the tolerance level on the command-line (in addition to #411).
  • (c9cbcf61): Build artifacts of the iai-callgrind-runner for the riscv64 target. The artifacts were added retroactively for all releases >=v0.12.0.
  • (52d71ad0): Add mapping of iai-callgrind-runner version to json schema version to the guide.

Changed

  • (#417): backwards-compatible change of summary.v6.schema.json. The order and documentation of items changes.
  • (#422): Resort and group the options in the --help output for Iai-Callgrind command-line arguments.
  • Update direct dependencies: strum

Removed

  • (#417): Unused dependencies: serde_regex, tokio

Fixed

  • (52d71ad0): Removed the wrong link to schema version v2 in the machine-readable output section of guide.
  • (#417): -v in arguments for tools other than cachegrind and callgrind was not parsed the same way as --verbose

Full Changelog: gungraun/gungraun@v0.16.0...v0.16.1

Changelog

Sourced from iai-callgrind's changelog.

[0.16.1] - 2025-07-30

Added

  • (#411): Add ability to set report tolerance. Thanks to @​nihohit
  • (#419): Add support for the valgrind command-line arguments --xtree-memory and memcheck's --xtree-leak. The output files extension is .xtree for --xtree-memory and .xleak for --xtree-leak.
  • (#420): Add command-line arguments --callgrind-metrics (env: IAI_CALLGRIND_CALLGRIND_METRICS), --cachegrind-metrics (env: IAI_CALLGRIND_CACHEGRIND_METRICS), --dhat-metrics (env: IAI_CALLGRIND_DHAT_METRICS), --drd-metrics (env: IAI_CALLGRIND_DRD_METRICS), --memcheck-metrics (env: IAI_CALLGRIND_MEMCHECK_METRICS), --helgrind-metrics (env: IAI_CALLGRIND_HELGRIND_METRICS) to be able to adjust the shown metrics and their order in the terminal output of the respective tool. and to be able to
  • (#421): Add --tolerance (env: IAI_CALLGRIND_TOLERANCE) to be able to adjust the tolerance level on the command-line (in addition to #411).
  • (c9cbcf61): Build artifacts of the iai-callgrind-runner for the riscv64 target. The artifacts were added retroactively for all releases >=v0.12.0.
  • (52d71ad0): Add mapping of iai-callgrind-runner version to json schema version to the guide.

Changed

  • (#417): backwards-compatible change of summary.v6.schema.json. The order and documentation of items changes.
  • (#422): Resort and group the options in the --help output for Iai-Callgrind command-line arguments.
  • Update direct dependencies: strum

Removed

  • (#417): Unused dependencies: serde_regex, tokio

Fixed

  • (52d71ad0): Removed the wrong link to schema version v2 in the machine-readable output section of guide.
  • (#417): -v in arguments for tools other than cachegrind and callgrind was not parsed the same way as --verbose

... (truncated)

Commits
  • 27399d0 Merge pull request #425 from gamma0987/release
  • e43135f Merge pull request #426 from iai-callgrind/renovate/clap-4.x-lockfile
  • 4dab4b9 chore(just): Fix version bump of the guide source files
  • 3cd4f14 chore(deps): update rust crate clap to v4.5.42
  • e930fce Bump version v0.16.0 -> v0.16.1
  • ed25dd7 chore(deps): Update dependencies
  • 3a1e51c Update CHANGELOG
  • 0cc275b Merge pull request #424 from gamma0987/update-docs
  • af7944b docs(lib+guide): Update documentation for --tolerance, ...
  • a4c66bb Update CHANGELOG
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [iai-callgrind](https://github.com/iai-callgrind/iai-callgrind) to permit the latest version.
- [Release notes](https://github.com/iai-callgrind/iai-callgrind/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.14.0...v0.16.1)

---
updated-dependencies:
- dependency-name: iai-callgrind
  dependency-version: 0.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 21, 2025
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