Skip to content

Update asserting requirement from 0.12 to 0.13#16

Merged
haraldmaida merged 1 commit intomainfrom
dependabot/cargo/asserting-0.13
Feb 16, 2026
Merged

Update asserting requirement from 0.12 to 0.13#16
haraldmaida merged 1 commit intomainfrom
dependabot/cargo/asserting-0.13

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on asserting to permit the latest version.

Changelog

Sourced from asserting's changelog.

0.13.1 - 2026-02-15

Added

  • doc: provide an example on how to write a custom assertion method with reusing existing assertions

Changed

  • doc: custom assertion in example AssertOver18 is implemented for generic S: Borrow<Person>

0.13.0 - 2026-02-15

Custom assertion methods without expectations

Added

  • write custom assertion methods without the need to implement a custom expectation as well [(PR #74)](innoave/asserting#74)

0.12.0 - 2026-01-10

Asserting some elements in a collection or an iterator

Added

Changed

0.11.0 - 2025-12-27

Pick elements of collections or iterators for assertion

Added

  • add new filter assertions for collections and iterators to pick specific elements for assertion [(PR #70)](innoave/asserting#70)

0.10.0 - 2025-11-09

Added

... (truncated)

Commits
  • c8747e1 chore: prepare release 0.13.1
  • 27bf4ce doc: provide example for custom assertion method that reuses existing assertions
  • 1240075 doc: implement the example trait AssertOver18 for generic `S: Borrow<Person...
  • 5fc6f0a chore: prepare release 0.13.0
  • 220d440 doc: fix some grammar issues in the doc comments
  • 6baa52f Merge pull request #74 from innoave/feat/custom_assertion_without_expectation
  • 54da30d doc: improve wording for custom assertion methods in README
  • 2fdca3b doc: provide example for writing a custom assertion without requiring to writ...
  • 40fd9d2 feat: make method Spec::do_fail_with_message public
  • f306543 refactor: make field expression of Spec mandatory and initialize it with ...
  • See full diff 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 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.12.0...v0.13.1)

---
updated-dependencies:
- dependency-name: asserting
  dependency-version: 0.13.1
  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 Feb 16, 2026
@haraldmaida haraldmaida merged commit a5d5bb4 into main Feb 16, 2026
16 of 18 checks passed
@haraldmaida haraldmaida deleted the dependabot/cargo/asserting-0.13 branch February 16, 2026 13:05
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