From 5e1378d5369be160fe9db28b9d62a4e834816ef1 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 10:41:16 +0100 Subject: [PATCH] fix(deps): update rust crate eyre to 0.6.12 (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eyre](https://github.com/eyre-rs/eyre) | dependencies | patch | `0.6` -> `0.6.12` | --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.kemitix.net/kemitix/paperoni/pulls/40 Co-authored-by: renovate Co-committed-by: renovate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a71d06..0257081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ comfy-table = "7.1.1" derive_builder = "0.20.0" directories = "5.0.1" epub-builder = "0.7.4" -eyre = "0.6" +eyre = "0.6.12" flexi_logger = "0.28.0" futures = "0.3.30" html5ever = "0.25.1"