From 1052163631e5e36d8cdd6924d4c1e246dfd8518f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:55:00 -0600 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.58 (#1013) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.57` -> `1.0.58` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/knope-dev/knope). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/knope-versioning/Cargo.toml | 2 +- crates/knope/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/knope-versioning/Cargo.toml b/crates/knope-versioning/Cargo.toml index 354f75e6..a1b3c9ab 100644 --- a/crates/knope-versioning/Cargo.toml +++ b/crates/knope-versioning/Cargo.toml @@ -20,7 +20,7 @@ relative-path = { version = "1.9.2", features = ["serde"] } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.34" -thiserror = "1.0.57" +thiserror = "1.0.58" toml = "0.8.12" [dev-dependencies] diff --git a/crates/knope/Cargo.toml b/crates/knope/Cargo.toml index f66be75c..e70c2e7c 100644 --- a/crates/knope/Cargo.toml +++ b/crates/knope/Cargo.toml @@ -44,7 +44,7 @@ relative-path = { version = "1.9.2", features = ["serde"] } serde = { version = "1.0.198", features = ["derive"] } serde_json = { version = "1.0.116", features = ["preserve_order"] } serde_yaml = "0.9.34" -thiserror = "1.0.57" +thiserror = "1.0.58" time = { version = "0.3.36" } toml = "0.8.12" ureq = { version = "2.9.6", features = ["json"] }