Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to v1.0.89 (#44)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.79` -> `1.0.89` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow (anyhow)</summary>

###
[`v1.0.89`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.89)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.88...1.0.89)

- Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl
consistently available between versions of Rust newer and older than
1.72
([#&#8203;386](https://redirect.github.com/dtolnay/anyhow/issues/386))

###
[`v1.0.88`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.88)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.87...1.0.88)

-   Documentation improvements

###
[`v1.0.87`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.87)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.86...1.0.87)

- Support more APIs, including `Error::new` and `Error::chain`, in
no-std mode on Rust 1.81+
([#&#8203;383](https://redirect.github.com/dtolnay/anyhow/issues/383))

###
[`v1.0.86`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.86)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.85...1.0.86)

- Fix parse error in `ensure!` with non-literal after minus sign
([#&#8203;373](https://redirect.github.com/dtolnay/anyhow/issues/373))

###
[`v1.0.85`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.85)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.84...1.0.85)

- Improve `ensure!` macro's rules to unblock some rustc pretty-printer
improvements
([#&#8203;368](https://redirect.github.com/dtolnay/anyhow/issues/368),
[#&#8203;371](https://redirect.github.com/dtolnay/anyhow/issues/371))

###
[`v1.0.84`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.84)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.83...1.0.84)

- Disallow calling `ensure!` through a `Not` impl for a type that is not
`bool`
([#&#8203;367](https://redirect.github.com/dtolnay/anyhow/issues/367))

###
[`v1.0.83`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.83)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.82...1.0.83)

- Integrate compile-time checking of cfgs
([#&#8203;363](https://redirect.github.com/dtolnay/anyhow/issues/363))

###
[`v1.0.82`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.82)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.81...1.0.82)

-   Documentation improvements

###
[`v1.0.81`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.81)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.80...1.0.81)

- Make backtrace support available when using -Dwarnings
([#&#8203;354](https://redirect.github.com/dtolnay/anyhow/issues/354))

###
[`v1.0.80`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.80)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.79...1.0.80)

-   Fix unused_imports warnings when compiled by rustc 1.78

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rustic-rs/rustic_scheduler).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQS1kZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent 0b23048 commit 6114276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6114276

Please sign in to comment.