From d301c349a6ab917696c7b0133d315abad8b8493b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:51:21 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.6 to 2.0.7 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d2c784e..befc27b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ dependencies = [ "storyteller", "tabled", "terminal_size", - "thiserror 2.0.6", + "thiserror 2.0.7", "toml_edit", "tracing", "tracing-appender", @@ -2075,7 +2075,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b8e39f74f477f1429a6ed738dab457e45a28add59c0ce3147f59914f3461caa" dependencies = [ "semver", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -2085,7 +2085,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3ab1bd401aed9cb73155f04e29b992f5fd8d09ba5edcd9a75cc560deea4f44e" dependencies = [ "directories-next", - "thiserror 2.0.6", + "thiserror 2.0.7", "ureq", ] @@ -2097,7 +2097,7 @@ checksum = "49e16dd568a283cb43f6d1749ce85f8de299e461b77ec46985f1b72fb982b629" dependencies = [ "rust-releases-core", "rust-releases-io", - "thiserror 2.0.6", + "thiserror 2.0.7", "time", ] @@ -2113,7 +2113,7 @@ dependencies = [ "regex", "rust-releases-core", "rust-releases-io", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", ] @@ -2566,11 +2566,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -2586,9 +2586,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a1e9740f..85737fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0.133" # JSON serialization and deserialization storyteller = "1.0.0" # minimal multi user output architecture tabled = { version = "~0.16.0", features = ["ansi"] } # pretty print tables terminal_size = "0.4.0" # determine the terminal size -thiserror = "2.0.6" # error handling +thiserror = "2.0.7" # error handling toml_edit = "0.22.22" # read and write the Cargo.toml tracing = "0.1" # tracing tracing-appender = "0.2" # tracing