From dbd5ff9b3638e7dc3200addd45a52d860fe13b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:54:29 +0000 Subject: [PATCH] Bump thiserror from 2.0.4 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.4 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.4...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23541de..1cc3422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,18 +296,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 324bb76..95affc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ indicatif = "0.17.9" clap = { version = "4.5.23", features = ["cargo"] } indoc = "2.0.5" ahash = "0.8.11" -thiserror = "2.0.4" +thiserror = "2.0.6" crossbeam-channel = "0.5.13" \ No newline at end of file