Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump predicates from 2.0.2 to 2.1.0 #119

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2021

Bumps predicates from 2.0.2 to 2.1.0.

Changelog

Sourced from predicates's changelog.

[2.1.0] - 2021-11-22

Fixed

  • Report user's value (the actual)
    • Having the caller own this means you won't get intermediates like file paths
    • We already show it for the diff predicate
    • Now we show it in each leaf predicate (like Eq) and when adapting it (like taking a path and loading its file)
  • Remove redundant result with eq_file assertions
  • Clarify that the constant in Eq and Ord predicates is the expected value

[2.0.3] - 2021-10-07

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 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 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 [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/assert-rs/predicates-rs/releases)
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Nov 23, 2021

Codecov Report

Merging #119 (a99eae5) into master (aa4713e) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   47.53%   47.48%   -0.06%     
==========================================
  Files          18       18              
  Lines        2087     2085       -2     
  Branches      487      487              
==========================================
- Hits          992      990       -2     
  Misses        925      925              
  Partials      170      170              
Impacted Files Coverage Δ
src/find/matchers/logical_matchers.rs 78.43% <0.00%> (-0.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa4713e...a99eae5. Read the comment docs.

@sylvestre sylvestre merged commit 87ceb10 into master Nov 23, 2021
@sylvestre sylvestre deleted the dependabot/cargo/predicates-2.1.0 branch November 23, 2021 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant