From b9b35eb156a222d23abf0ccfa9b582af1d9b10fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:12:27 +0000 Subject: [PATCH] Bump thiserror from 2.0.2 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.2 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.2...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 ++++---- crates/vbt/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3c20f1f..7074d139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1366,18 +1366,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.2" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.2" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", diff --git a/crates/vbt/Cargo.toml b/crates/vbt/Cargo.toml index 0021bfcb..9ba11f83 100644 --- a/crates/vbt/Cargo.toml +++ b/crates/vbt/Cargo.toml @@ -26,5 +26,5 @@ tokio = { version = "1.41", features = ["full"] } dotenv.workspace = true serde = { version = "1", features = ["derive"] } serde_json = "1" -thiserror = "2.0.2" +thiserror = "2.0.6" lazy_static = "1.5.0"