From fb97c2f3857e90418d2f3f88ada493d5269f5a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:29:35 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.7 to 2.0.8 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.7...2.0.8) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a3108f..ea4d791 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,7 +283,7 @@ dependencies = [ "pretty_assertions", "process_control", "serde", - "thiserror 2.0.7", + "thiserror 2.0.8", "toml", "ureq", ] @@ -613,11 +613,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 1cc4b70..e591934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ dialoguer = { version = "0.11.0", default-features = false } dirs = "5.0.1" process_control = "5.0.0" serde = { version = "1.0.216", features = ["derive"] } -thiserror = "2.0.7" +thiserror = "2.0.8" toml = "0.8.19" ureq = "2.12.1"