Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to 1.0.45 (#539)
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 |
|---|---|---|---|
| [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies |
patch | `1.0.44` -> `1.0.45` |

---

### Release Notes

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

###
[`v1.0.45`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.45)

[Compare
Source](https://togithub.com/dtolnay/thiserror/compare/1.0.44...1.0.45)

- Update backtrace support to nightly's new Error::provide API
([rust-lang/rust#113464,
[#&#8203;246](https://togithub.com/dtolnay/thiserror/issues/246))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/knope-dev/knope).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 15, 2023
1 parent ec7425d commit b33358d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -28,7 +28,7 @@ http = "0.2.9"
clap = { version = "4.3.21", features = ["cargo", "string", "env"] }
itertools = "0.11.0"
miette = { version = "5.10.0", features = ["fancy"] }
thiserror = "1.0.44"
thiserror = "1.0.45"
gix = "0.51.0"
log = "0.4.20"
env_logger = "0.10.0"
Expand Down

0 comments on commit b33358d

Please sign in to comment.