Skip to content

Commit

Permalink
deps: update rust crate error-stack to 0.3.0 (#20)
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 |
|---|---|---|---|
| [error-stack](https://togithub.com/hashintel/hash) | dependencies |
minor | `0.2.4` -> `0.3.0` |

---

### Release Notes

<details>
<summary>hashintel/hash</summary>

###
[`v0.3.0`](https://togithub.com/hashintel/hash/releases/tag/error-stack%400.3.0)

[Compare
Source](https://togithub.com/hashintel/hash/compare/[email protected]@0.3.0)

#### What's Changed

##### Breaking Changes

- Remove all previously deprecated methods
([#&#8203;1485](https://togithub.com/hashintel/hash/pull/1485))
- Remove `pretty-print` feature
([#&#8203;1800](https://togithub.com/hashintel/hash/pull/1800))

##### Features

- Add initial serializing support using [`serde`](https://serde.rs)
([#&#8203;1290](https://togithub.com/hashintel/hash/pull/1290))
- Support `Debug` hooks on `no-std` platforms via the `hooks` feature
([#&#8203;1556](https://togithub.com/hashintel/hash/pull/1556))
- Support converting `Report` into
[`Error`](https://doc.rust-lang.org/core/error/trait.Error.html) via
`Report::as_error` and `Report::into_error`
([#&#8203;1749](https://togithub.com/hashintel/hash/pull/1749))
- Support converting `Report` into `Box<dyn Error>` via the `From` trait
([#&#8203;1749](https://togithub.com/hashintel/hash/pull/1749))
- Programmatic selection of color mode and charset used for `Debug`
output ([#&#8203;1800](https://togithub.com/hashintel/hash/pull/1800))

[**Full
Changelog**](https://togithub.com/hashintel/hash/pulls?q=is%3Apr+is%3Amerged+label%3AA-error-stack+closed%3A2022-11-04..2023-02-01)

</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**: 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://app.renovatebot.com/dashboard#github/YoloDev/cargo-featurex).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent de45e5f commit 52d7d01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
52 changes: 3 additions & 49 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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/YoloDev/cargo-featurex"
bytemuck = { version = "1.13.0", features = ["min_const_generics"] }
cargo_metadata = "0.15.3"
clap = { version = "4.1.4", features = ["derive"] }
error-stack = "0.2.4"
error-stack = "0.3.0"
itertools = "0.10.5"
lasso = { version = "0.6.0", features = ["ahasher"] }
serde = { version = "1.0.152", features = ["derive"] }
Expand Down

0 comments on commit 52d7d01

Please sign in to comment.