Skip to content

chore(deps): Bump human-errors from 0.2.2 to 0.2.3#456

Merged
notheotherben merged 1 commit intomainfrom
dependabot/cargo/human-errors-0.2.3
Jan 5, 2026
Merged

chore(deps): Bump human-errors from 0.2.2 to 0.2.3#456
notheotherben merged 1 commit intomainfrom
dependabot/cargo/human-errors-0.2.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Bumps human-errors from 0.2.2 to 0.2.3.

Release notes

Sourced from human-errors's releases.

Version 0.2.3

Changes

  • feat: Added support for Option::or_user_err(msg, advice) and Option::or_system_err(msg, advice) helpers.
  • refactor: Moving to Result::or_user_err(...) and Result::wrap_user_err(...) instead of the original Result::map_err_as_user(...) and Result::wrap_err_as_user(...) methods (and same for the system variants).
  • refactor: Removed default implementations of Into<human_errors::Error> for various stdlib errors (they were limited in coverage and usefullness, and this pattern has been largely replaced with the move to 0.2.x).
  • build(deps): Update colored requirement from 2.0 to 3.0 @dependabot[bot] (#34)
Commits
  • 677dd47 feat: Improve interface with support for Option<T> etc
  • b9105ea Merge pull request #34 from SierraSoftworks/dependabot/cargo/colored-3.0
  • c138b1f build(deps): Update colored requirement from 2.0 to 3.0
  • See full diff in compare view

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 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 [human-errors](https://github.com/SierraSoftworks/human-errors-rs) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/SierraSoftworks/human-errors-rs/releases)
- [Commits](SierraSoftworks/human-errors-rs@v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: human-errors
  dependency-version: 0.2.3
  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 Jan 5, 2026
Copy link
Copy Markdown
Member

@notheotherben notheotherben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.36%. Comparing base (9168e80) to head (39ed21d).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #456   +/-   ##
=======================================
  Coverage   72.36%   72.36%           
=======================================
  Files          24       24           
  Lines        1853     1853           
=======================================
  Hits         1341     1341           
  Misses        512      512           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@notheotherben notheotherben merged commit abf5a4d into main Jan 5, 2026
10 of 12 checks passed
@notheotherben notheotherben deleted the dependabot/cargo/human-errors-0.2.3 branch January 5, 2026 00:14
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