Skip to content

chore(deps): bump the rust-other group with 3 updates#367

Merged
crepererum merged 1 commit intomainfrom
dependabot/cargo/rust-other-eaaaf0bf39
Feb 11, 2026
Merged

chore(deps): bump the rust-other group with 3 updates#367
crepererum merged 1 commit intomainfrom
dependabot/cargo/rust-other-eaaaf0bf39

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps the rust-other group with 3 updates: gungraun, gungraun-macros and gungraun-runner.

Updates gungraun from 0.17.0 to 0.17.2

Release notes

Sourced from gungraun's releases.

v0.17.2

[0.17.2] - 2026-02-10

Fixed

  • (#532): Build on docs.rs fails because docs_auto_cfg was removed and merged into docs_cfg in version 1.92.0

Full Changelog: gungraun/gungraun@v0.17.1...v0.17.2

v0.17.1

[0.17.1] - 2026-02-10

Added

  • (#489): Support calling gungraun-runner with arguments --help, -h and --version, -V.

Changed

  • (#521): Added a rustfmt-able syntax for the library_benchmark_group!, binary_benchmark_group! and main! macros. Instead of ; using , and an array with bracket notation for the list of benchmarks and groups is a syntax that rustfmt recognizes and can therefore format properly. The old ; syntax is still valid but was replaced with the new one in all docs and examples.
  • Update dependencies

Fixed

  • (#515): Fix usages of --collect-at-start to --collect-atstart in the guide.
  • (#525): Nested benchmark file structures were restricted by the internal usages of #[export_name]. These usages were removed and replaced by an improved internal structure of the benchmark module.
  • (#525): Fixed possible ambiguous matches of dhat frames and functions when the default entry point was used.
  • (#525): Fixed custom dhat frames were only matched when the default entry point was used.
  • (#530): Fixed rare cases of callgrind stats depending on the function name.
  • Fixed dead links in the guide.

Full Changelog: gungraun/gungraun@v0.17.0...v0.17.1

Changelog

Sourced from gungraun's changelog.

[0.17.2] - 2026-02-10

Fixed

  • (#532): Build on docs.rs fails because docs_auto_cfg was removed and merged into docs_cfg in version 1.92.0

[0.17.1] - 2026-02-10

Added

  • (#489): Support calling gungraun-runner with arguments --help, -h and --version, -V.

Changed

  • (#521): Added a rustfmt-able syntax for the library_benchmark_group!, binary_benchmark_group! and main! macros. Instead of ; using , and an array with bracket notation for the list of benchmarks and groups is a syntax that rustfmt recognizes and can therefore format properly. The old ; syntax is still valid but was replaced with the new one in all docs and examples.
  • Update dependencies

Fixed

  • (#515): Fix usages of --collect-at-start to --collect-atstart in the guide.
  • (#525): Nested benchmark file structures were restricted by the internal usages of #[export_name]. These usages were removed and replaced by an improved internal structure of the benchmark module.
  • (#525): Fixed possible ambiguous matches of dhat frames and functions when the default entry point was used.
  • (#525): Fixed custom dhat frames were only matched when the default entry point was used.
  • (#530): Fixed rare cases of callgrind stats depending on the function name.
  • Fixed dead links in the guide.
Commits
  • 68408f2 Merge pull request #533 from gamma0987/prepare-release
  • 7710a6c Bump version v0.17.1 -> v0.17.2
  • ba4c874 Bump gungraun-macros version v0.7.1 -> v0.7.2
  • dfd5f7f cicd(guide): Delay guide build until docs.rs has finished the build
  • 288f0f0 chore: Update CHANGELOG and use gungraun in github links since v0.17
  • 82d7cf6 chore: Update CHANGELOG
  • d32e25c Revert "docs(guide): Temporarily switch off cross link checks"
  • 055d6c4 Merge branch 'mdbook'
  • a5c583a Merge pull request #532 from gamma0987/fix-docsrs
  • 1f8ee63 cicd(docs): Improve docs job to better test and fail a docs.rs build
  • Additional commits viewable in compare view

Updates gungraun-macros from 0.7.0 to 0.7.2

Release notes

Sourced from gungraun-macros's releases.

v0.7.2

Changelog

[0.7.2] - 2023-10-18

Added

  • (#23): Create regular and differential flamegraphs from callgrind output.

Fixed

  • (#22): Clearify how to update iai-callgrind-runner
  • Some small fixes of parsing callgrind output files in the event that no records are present.

New Contributors

Full Changelog: gungraun/gungraun@v0.7.1...v0.7.2

v0.7.1

Changelog

[0.7.1] - 2023-09-27

Fixed

  • (#20): Clearing the environment variables with env_clear may break finding valgrind.

Full Changelog: gungraun/gungraun@v0.7.0...v0.7.1

Changelog

Sourced from gungraun-macros's changelog.

[0.7.2] - 2023-10-18

Added

  • (#23): Create regular and differential flamegraphs from callgrind output.

Fixed

  • (#22): Clearify how to update iai-callgrind-runner
  • Some small fixes of parsing callgrind output files in the event that no records are present.

[0.7.1] - 2023-09-27

Fixed

  • (#20): Clearing the environment variables with env_clear may break finding valgrind.
Commits
  • 68408f2 Merge pull request #533 from gamma0987/prepare-release
  • 7710a6c Bump version v0.17.1 -> v0.17.2
  • ba4c874 Bump gungraun-macros version v0.7.1 -> v0.7.2
  • dfd5f7f cicd(guide): Delay guide build until docs.rs has finished the build
  • 288f0f0 chore: Update CHANGELOG and use gungraun in github links since v0.17
  • 82d7cf6 chore: Update CHANGELOG
  • d32e25c Revert "docs(guide): Temporarily switch off cross link checks"
  • 055d6c4 Merge branch 'mdbook'
  • a5c583a Merge pull request #532 from gamma0987/fix-docsrs
  • 1f8ee63 cicd(docs): Improve docs job to better test and fail a docs.rs build
  • Additional commits viewable in compare view

Updates gungraun-runner from 0.17.0 to 0.17.2

Release notes

Sourced from gungraun-runner's releases.

v0.17.2

[0.17.2] - 2026-02-10

Fixed

  • (#532): Build on docs.rs fails because docs_auto_cfg was removed and merged into docs_cfg in version 1.92.0

Full Changelog: gungraun/gungraun@v0.17.1...v0.17.2

v0.17.1

[0.17.1] - 2026-02-10

Added

  • (#489): Support calling gungraun-runner with arguments --help, -h and --version, -V.

Changed

  • (#521): Added a rustfmt-able syntax for the library_benchmark_group!, binary_benchmark_group! and main! macros. Instead of ; using , and an array with bracket notation for the list of benchmarks and groups is a syntax that rustfmt recognizes and can therefore format properly. The old ; syntax is still valid but was replaced with the new one in all docs and examples.
  • Update dependencies

Fixed

  • (#515): Fix usages of --collect-at-start to --collect-atstart in the guide.
  • (#525): Nested benchmark file structures were restricted by the internal usages of #[export_name]. These usages were removed and replaced by an improved internal structure of the benchmark module.
  • (#525): Fixed possible ambiguous matches of dhat frames and functions when the default entry point was used.
  • (#525): Fixed custom dhat frames were only matched when the default entry point was used.
  • (#530): Fixed rare cases of callgrind stats depending on the function name.
  • Fixed dead links in the guide.

Full Changelog: gungraun/gungraun@v0.17.0...v0.17.1

Changelog

Sourced from gungraun-runner's changelog.

[0.17.2] - 2026-02-10

Fixed

  • (#532): Build on docs.rs fails because docs_auto_cfg was removed and merged into docs_cfg in version 1.92.0

[0.17.1] - 2026-02-10

Added

  • (#489): Support calling gungraun-runner with arguments --help, -h and --version, -V.

Changed

  • (#521): Added a rustfmt-able syntax for the library_benchmark_group!, binary_benchmark_group! and main! macros. Instead of ; using , and an array with bracket notation for the list of benchmarks and groups is a syntax that rustfmt recognizes and can therefore format properly. The old ; syntax is still valid but was replaced with the new one in all docs and examples.
  • Update dependencies

Fixed

  • (#515): Fix usages of --collect-at-start to --collect-atstart in the guide.
  • (#525): Nested benchmark file structures were restricted by the internal usages of #[export_name]. These usages were removed and replaced by an improved internal structure of the benchmark module.
  • (#525): Fixed possible ambiguous matches of dhat frames and functions when the default entry point was used.
  • (#525): Fixed custom dhat frames were only matched when the default entry point was used.
  • (#530): Fixed rare cases of callgrind stats depending on the function name.
  • Fixed dead links in the guide.
Commits
  • 68408f2 Merge pull request #533 from gamma0987/prepare-release
  • 7710a6c Bump version v0.17.1 -> v0.17.2
  • ba4c874 Bump gungraun-macros version v0.7.1 -> v0.7.2
  • dfd5f7f cicd(guide): Delay guide build until docs.rs has finished the build
  • 288f0f0 chore: Update CHANGELOG and use gungraun in github links since v0.17
  • 82d7cf6 chore: Update CHANGELOG
  • d32e25c Revert "docs(guide): Temporarily switch off cross link checks"
  • 055d6c4 Merge branch 'mdbook'
  • a5c583a Merge pull request #532 from gamma0987/fix-docsrs
  • 1f8ee63 cicd(docs): Improve docs job to better test and fail a docs.rs build
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-other group with 3 updates: [gungraun](https://github.com/gungraun/gungraun), [gungraun-macros](https://github.com/gungraun/gungraun) and [gungraun-runner](https://github.com/gungraun/gungraun).


Updates `gungraun` from 0.17.0 to 0.17.2
- [Release notes](https://github.com/gungraun/gungraun/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.17.0...v0.17.2)

Updates `gungraun-macros` from 0.7.0 to 0.7.2
- [Release notes](https://github.com/gungraun/gungraun/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@gungraun-macros-v0.7.0...gungraun-macros-v0.7.2)

Updates `gungraun-runner` from 0.17.0 to 0.17.2
- [Release notes](https://github.com/gungraun/gungraun/releases)
- [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md)
- [Commits](gungraun/gungraun@v0.17.0...v0.17.2)

---
updated-dependencies:
- dependency-name: gungraun
  dependency-version: 0.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-other
- dependency-name: gungraun-macros
  dependency-version: 0.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-other
- dependency-name: gungraun-runner
  dependency-version: 0.17.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-other
...

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 Feb 11, 2026
@github-actions github-actions bot enabled auto-merge February 11, 2026 05:41
@github-actions github-actions bot added this pull request to the merge queue Feb 11, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 11, 2026
@crepererum crepererum added this pull request to the merge queue Feb 11, 2026
Merged via the queue into main with commit 6464bde Feb 11, 2026
2 checks passed
@crepererum crepererum deleted the dependabot/cargo/rust-other-eaaaf0bf39 branch February 11, 2026 10:11
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