Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump anyhow from 1.0.42 to 1.0.59 in /packer #612

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps anyhow from 1.0.42 to 1.0.59.

Release notes

Sourced from anyhow's releases.

1.0.59

  • Update crates.io metadata to include no-std category

1.0.58

  • Fix some broken links in documentation

1.0.57

  • Remove a log4rs-specific workaround from bail! macro implementation

1.0.56

  • Add must_use warning when an Error created by anyhow! is not used, perhaps because the programmer meant to write bail! instead (#229)

1.0.55

  • Documentation improvements

1.0.54

  • Construct more helpful error message from ensure! when the expression involves a negative literal const generic as the first generic argument of a method call (#224)

1.0.53

1.0.52

  • Reduce overhead of backtrace capture in the case that backtraces are not enabled (#212)

1.0.51

  • Show doc for Ok fn

1.0.50

1.0.49

  • Add a function anyhow::Ok(v) equivalent to Ok::<_, anyhow::Error>(v) (#192)

1.0.48

  • Include a Debug rendering of lhs and rhs in ensure! messages (#193, #194, #195, #196, #197, #198)

    Example:

    ensure!(flags.len() <= 40);
    ensure!(kind == Kind::File);

    Before:

    Condition failed: `flags.len() <= 40`

... (truncated)

Commits
  • fb9fb18 Release 1.0.59
  • f58e803 Add no-std category to crates.io metadata
  • 8f268ac Sort package entries in Cargo.toml
  • c0e7854 Ignore assertions_on_result_states clippy lint
  • b594668 Update ui test suite to nightly-2022-07-28
  • 13e7a90 Revert "Disable backtrace test on miri"
  • 8d25d6b Disable backtrace test on miri
  • ffb25df Update ui test suite to nightly-2022-07-20
  • 38c883b Ignore explicit_auto_deref clippy lint
  • 9054599 Update ui test suite to nightly-2022-07-02
  • Additional commits viewable 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 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 [anyhow](https://github.com/dtolnay/anyhow) from 1.0.42 to 1.0.59.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.42...1.0.59)

---
updated-dependencies:
- dependency-name: anyhow
  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 Aug 1, 2022
@coveralls
Copy link

coveralls commented Aug 1, 2022

Pull Request Test Coverage Report for Build 2775023266

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.06%) to 50.335%

Totals Coverage Status
Change from base Build 1204485279: 0.06%
Covered Lines: 6786
Relevant Lines: 12360

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 8, 2022

Superseded by #620.

@dependabot dependabot bot closed this Aug 8, 2022
@dependabot dependabot bot deleted the dependabot/cargo/packer/anyhow-1.0.59 branch August 8, 2022 13:03
@coveralls
Copy link

coveralls commented Oct 6, 2024

Pull Request Test Coverage Report for Build 2775023266

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 50.464%

Totals Coverage Status
Change from base Build 1204485279: 0.2%
Covered Lines: 6800
Relevant Lines: 12360

💛 - Coveralls

# for free to join this conversation on GitHub. Already have an account? # 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