From 42ba68a08c0fd7e5328637e6fef9584db834ba1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:14:56 +0000 Subject: [PATCH] chore: 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 | 14 +++++++------- fatigue/Cargo.toml | 2 +- libfatigue/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0753e46..c60e6f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ dependencies = [ "prettytable-rs", "serde", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", ] @@ -1242,7 +1242,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "url", ] @@ -2464,11 +2464,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]] @@ -2484,9 +2484,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/fatigue/Cargo.toml b/fatigue/Cargo.toml index abba46e..cbf60e6 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -22,5 +22,5 @@ num-format = "0.4.4" prettytable-rs = "0.10.0" serde = "1.0.216" serde_json = "1.0.133" -thiserror = "2.0.7" +thiserror = "2.0.8" tokio = { version = "1.42.0", features = ["full"] } diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index 9145036..176b42e 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -24,6 +24,6 @@ reqwest = { version = "0.12.9", features = ["json"] } serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" serde_yaml = "0.9.34" -thiserror = "2.0.7" +thiserror = "2.0.8" tokio = { version = "1.42.0", features = ["full"] } url = "2.5.4"