diff --git a/Cargo.lock b/Cargo.lock index b3c20f1f..0d859a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1366,18 +1366,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.2" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "037e29b009aa709f293b974da5cd33b15783c049e07f8435778ce8c4871525d8" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.2" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea4778c7e8ff768bdb32a58a2349903859fe719a320300d7d4ce8636f19a1e69" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", diff --git a/crates/vbt/Cargo.toml b/crates/vbt/Cargo.toml index 0021bfcb..3c698fdc 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.7" lazy_static = "1.5.0"