Skip to content

Bump hegeltest from 0.39.4 to 0.39.8 - #105

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/hegeltest-0.39.8
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/hegeltest-0.39.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps hegeltest from 0.39.4 to 0.39.8.

Changelog

Sourced from hegeltest's changelog.

0.39.8 - 2026-09-07

This patch improves the failure reports of stateful tests. A failing #[invariant] now ends the report with Invariant <name> failed:, and a panicking #[rule] body with Rule <name> failed:, instead of leaving only the panic's file and line to identify the failing method. The Initial invariant check. line is reworded to Checking invariants on the initial state. (likewise for the final check) and no longer printed for machines with no invariants. (#440)

0.39.7 - 2026-09-07

This patch adds generators::btree_sets and generators::btree_maps for generating BTreeSet and BTreeMap values, with the same min_size/max_size builders as hashsets and hashmaps. Both types also implement DefaultGenerator, so gs::default::<BTreeMap<u8, u8>>() and #[derive(DefaultGenerator)] on structs containing them now work.

0.39.6 - 2026-09-07

This release updates the hegeltest-c dependency to 0.36.5.

0.39.5 - 2026-09-07

This patch disables the failure database and all health checks by default when running inside Antithesis. It also disables the nondeterminism warning for concurrent stateful tests inside Antithesis.

Commits

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 [hegeltest](https://github.com/hegeldev/hegel-rust) from 0.39.4 to 0.39.8.
- [Release notes](https://github.com/hegeldev/hegel-rust/releases)
- [Changelog](https://github.com/hegeldev/hegel-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hegeldev/hegel-rust/commits)

---
updated-dependencies:
- dependency-name: hegeltest
  dependency-version: 0.39.8
  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 Sep 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #106.

@dependabot dependabot Bot closed this Sep 11, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/hegeltest-0.39.8 branch September 11, 2026 17:03
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