From dd509087194a80cb8d48468003fb4a1892e8c231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:54:33 +0000 Subject: [PATCH] build(deps): bump thiserror from 2.0.3 to 2.0.4 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- crates/test-support/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04d8fe8ad..2e61edba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ "progress-read", "tar", "tee", - "thiserror 2.0.3", + "thiserror 2.0.4", "verbatim", "zip", ] @@ -1480,7 +1480,7 @@ version = "0.1.0" dependencies = [ "hamcrest2", "serde_json", - "thiserror 2.0.3", + "thiserror 2.0.4", ] [[package]] @@ -1505,11 +1505,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl 2.0.4", ] [[package]] @@ -1525,9 +1525,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote", diff --git a/crates/test-support/Cargo.toml b/crates/test-support/Cargo.toml index 50bd2964f..aab1405ef 100644 --- a/crates/test-support/Cargo.toml +++ b/crates/test-support/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] hamcrest2 = "0.3.0" serde_json = { version = "1.0.133" } -thiserror = "2.0.3" +thiserror = "2.0.4"