Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update rust crate error-stack to 0.3.0 (#20)
[![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 ([#​1485](https://togithub.com/hashintel/hash/pull/1485)) - Remove `pretty-print` feature ([#​1800](https://togithub.com/hashintel/hash/pull/1800)) ##### Features - Add initial serializing support using [`serde`](https://serde.rs) ([#​1290](https://togithub.com/hashintel/hash/pull/1290)) - Support `Debug` hooks on `no-std` platforms via the `hooks` feature ([#​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` ([#​1749](https://togithub.com/hashintel/hash/pull/1749)) - Support converting `Report` into `Box<dyn Error>` via the `From` trait ([#​1749](https://togithub.com/hashintel/hash/pull/1749)) - Programmatic selection of color mode and charset used for `Debug` output ([#​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