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"