Skip to content

Update asserting requirement from 0.11 to 0.12#15

Merged
haraldmaida merged 1 commit intomainfrom
dependabot/cargo/asserting-0.12
Jan 16, 2026
Merged

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updates the requirements on asserting to permit the latest version.

Changelog

Sourced from asserting's changelog.

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

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

... (truncated)

Commits
  • 17237a3 chore: prepare release 0.12.0
  • fa588ee Merge pull request #73 from innoave/feat/assert-some-elements-of-iterators
  • 7aef5d8 doc: add each_element and any_element to the list of available assertions...
  • 41bf752 fix: add #[track_caller] annotation to methods each_element and any_element
  • c3d8358 feat: implement any_element assertion for iterators
  • 8ced753 doc: remove "item" from failure message of each_element() assertion
  • 759c1fa Merge pull request #72 from innoave/refactor/rename-method-each-item-to-each-...
  • 20b8df3 refactor!: rename method each_item() to each_element()
  • 35d8ebd Merge pull request #71 from innoave/feat/assert-predicate-on-some-elements-of...
  • 32051f1 refactor: rename assertions any_match to any_satisfies, all_match to `a...
  • 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.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: asserting
  dependency-version: 0.12.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 Jan 12, 2026
@haraldmaida haraldmaida merged commit fd6ea85 into main Jan 16, 2026
16 of 18 checks passed
@haraldmaida haraldmaida deleted the dependabot/cargo/asserting-0.12 branch January 16, 2026 16:10
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