Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.81 (#191)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch |
`1.0.80` -> `1.0.81` |

---

### Release Notes

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

###
[`v1.0.81`](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81)

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

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rustic-rs/rustic_core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent c99e9a6 commit d06aca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sftp = ["opendal"]
rustic_core = { workspace = true }

# errors
anyhow = "1.0.80"
anyhow = "1.0.81"
displaydoc = "0.2.4"
thiserror = "1.0.57"

Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ futures = { version = "0.3", optional = true }
runtime-format = "0.1.3"

# other dependencies
anyhow = "1.0.80"
anyhow = "1.0.81"
bitmask-enum = "2.2.3"
bytes = "1.5.0"
bytesize = "1.3.0"
Expand Down

0 comments on commit d06aca1

Please sign in to comment.