From 428d836f023c2aed9408d909aec94e4b2d1259e4 Mon Sep 17 00:00:00 2001 From: Tim Diekmann <21277928+TimDiekmann@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:40:46 +0200 Subject: [PATCH] GEN-103: Bump `error-stack` to v0.4.1 (#3089) --- libs/error-stack/CHANGELOG.md | 6 ++++++ libs/error-stack/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/error-stack/CHANGELOG.md b/libs/error-stack/CHANGELOG.md index b46ceb2a299..a5f562951db 100644 --- a/libs/error-stack/CHANGELOG.md +++ b/libs/error-stack/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to `error-stack` will be documented in this file. - Support for [`defmt`](https://defmt.ferrous-systems.com) +## [0.4.1](https://github.com/hashintel/hash/tree/error-stack%400.4.1/libs/error-stack) - 2023-09-04 + +### Fixes + +- Fix deprecation warning typo for `IntoReport` ([#3088](https://github.com/hashintel/hash/pull/3088)) + ## [0.4.0](https://github.com/hashintel/hash/tree/error-stack%400.4.0/libs/error-stack) - 2023-08-23 ### Breaking Changes diff --git a/libs/error-stack/Cargo.toml b/libs/error-stack/Cargo.toml index 09e705dca27..61cf39c6da3 100644 --- a/libs/error-stack/Cargo.toml +++ b/libs/error-stack/Cargo.toml @@ -5,7 +5,7 @@ exclude = ["package.json", ".config/lints.toml"] [package] name = "error-stack" -version = "0.4.0" +version = "0.4.1" authors = ["HASH"] edition = "2021" rust-version = "1.63.0"