Skip to content

Update asserting requirement from 0.8 to 0.10#12

Merged
haraldmaida merged 1 commit intomainfrom
dependabot/cargo/asserting-0.10
Dec 27, 2025
Merged

Update asserting requirement from 0.8 to 0.10#12
haraldmaida merged 1 commit intomainfrom
dependabot/cargo/asserting-0.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Updates the requirements on asserting to permit the latest version.

Changelog

Sourced from asserting's changelog.

0.10.0 - 2025-11-09

Added

Changed

Documented

  • add an example of a helper function for asserting fields of a custom struct reusing existing assertions [(PR #67)](innoave/asserting#67)

0.9.0 - 2025-06-28

"Does not contain" assertions for strings, collections and iterators and expectation combinators (not, all, any)

Added

0.8.0 - 2025-06-08

Asserting big and accurate numbers

Added

... (truncated)

Commits
  • 399c809 prepare release 0.10.0
  • 28d215f Merge pull request #67 from innoave/doc/helper-function-asserting-custom-type
  • f1f3572 doc: add example on how to use a helper function to assert a custom struct
  • 1b7603d Merge pull request #66 from innoave/feat/assert-equality-same-type
  • f945692 feat: add new assertion AssertSameAs for comparing equality of two values t...
  • 42b2d47 Merge pull request #65 from innoave/feat/do-not-print-assertion-failed-for-ev...
  • ebec143 feat: remove phrase "assertion failed: " from the message of failing assertions
  • 3198000 Merge pull request #63 from innoave/chore/fix-linter-warnings
  • 5466692 Merge pull request #64 from innoave/chore/optimize_dev_builds_of_dev_dependen...
  • fe6871e chore: fix linter warnings
  • 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 [asserting](https://github.com/innoave/asserting) to permit the latest version.
- [Changelog](https://github.com/innoave/asserting/blob/main/CHANGELOG.md)
- [Commits](innoave/asserting@v0.8.0...v0.10.0)

---
updated-dependencies:
- dependency-name: asserting
  dependency-version: 0.10.0
  dependency-type: direct:production
...

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 Nov 10, 2025
@haraldmaida haraldmaida merged commit 5a9b804 into main Dec 27, 2025
16 of 18 checks passed
@haraldmaida haraldmaida deleted the dependabot/cargo/asserting-0.10 branch December 27, 2025 03:24
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